Category:Corescript: Difference between revisions

From Rosetta Code
Content added Content deleted
(Final edit hopefully.)
(Fix some formatting)
Line 1: Line 1:
Corescript is a simple interpreted language that has been implemented in several languages.
Corescript is a simple interpreted language that has been implemented in several languages.

Github: https://github.com/corescript-lang
Github: https://github.com/corescript-lang


== Corescript 0 ==
It is based off of Microsoft Batch and Javascript.
It is based off of Microsoft Batch and Javascript.
The initial version, Corescript0, has a very bare bones syntax, and
The initial version, Corescript0, has a very bare bones syntax, and
Line 14: Line 16:
but later versions were implemented in C#, Go, and C.
but later versions were implemented in C#, Go, and C.


== Corescript 1 ==
# Corescript1

For Corescript to be more flexible and usable, a better
For Corescript to be more flexible and usable, a better
version had to be implemented. It should maintain the same ideas
version had to be implemented. It should maintain the same ideas

Revision as of 01:42, 15 May 2020

Corescript is a simple interpreted language that has been implemented in several languages.

Github: https://github.com/corescript-lang

Corescript 0

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.

https://raw.githubusercontent.com/corescript-lang/explaination/master/programs/classicexample.corescript

The first version, implemented in 2017, leaned toward Scratch's design.

The first version was implemented in Javascript as an online tool, but later versions were 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:

https://raw.githubusercontent.com/corescript-lang/explaination/master/programs/modernexample.corescript

Pages in category "Corescript"

The following 4 pages are in this category, out of 4 total.