Category:Corescript: Difference between revisions

Rewrite
m (added {{language}} to category page.)
(Rewrite)
Line 1:
{{language}}
 
Corescript is a simple interpretedprogramming language thatinspired has been implemented in several languages.
by Windows Batch, JS, and MIT's Scratch.
 
All the Corescript interpreters/compilers are
Github: https://github.com/corescript-lang
available here as open-source:
Github: https://github.com/corescript-lang
 
== CorescriptThe 0Language ==
The initial version, Corescript0Corescript 0, has a very bare bones syntax, and
It is based off of Microsoft Batch and Javascript.
yet is very simple and easy to learn.
The initial version, Corescript0, has a very bare bones syntax, and
is limited on what it can do.
 
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.
 
The new JS version has been released and can be used here:
== Corescript 1 ==
https://corescript-lang.github.io/editor/
 
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:
 
https://raw.githubusercontent.com/corescript-lang/explaination/master/programs/modernexample.corescript
Anonymous user