Category:Corescript

From Rosetta Code
Revision as of 21:20, 14 May 2020 by rosettacode>Petabyte (Final edit hopefully.)

Corescript is a simple interpreted language that has been implemented in several languages. Github: https://github.com/corescript-lang

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.

  1. Corescript1

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.