Category:Corescript: Difference between revisions

describe print
(Fix some formatting)
(describe print)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{language}}
Corescript is a simple interpreted language that has been implemented in several languages.
 
Corescript is a simple programming language inspired
Github: https://github.com/corescript-lang
by Windows Batch, JS, and MIT's Scratch.
 
The main idea was to work with `print Hello World`. No
== Corescript 0 ==
parenthesis, just like Batch.
It is based off of Microsoft Batch and Javascript.
The initial version, Corescript0, has a very bare bones syntax, and
is limited on what it can do.
 
All the Corescript interpreters/compilers are
available here as open-source:
Github: https://github.com/corescript-lang
 
== The Language ==
The initial version, Corescript0Corescript 0, has a very bare bones syntax, and
yet is very simple and easy to learn.
 
Here is a link to an example program:
https://raw.githubusercontent.com/corescript-lang/explaination/master/programs/classicexample.corescript
 
The first version, implemented in May 2017, leaned toward Scratch's
design.
 
The first version was implemented in Javascript as an online tool,
but later versions were also implemented in C#, Go, and C.
 
== Corescript 1 ==
 
For Corescript to be more flexible and usable, a better
version had to be implemented. It should maintain the same ideas
as the original version, but be able to do complex things like Python.
 
This page is unfinished, so here is a text example of
what Corescript1 will look like:
 
The new JS version has been released and can be used here:
https://raw.githubusercontent.com/corescript-lang/explaination/master/programs/modernexample.corescript
https://corescript-lang.github.io/editor/
Anonymous user