Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
27
Lang/Corescript/00-LANG.txt
Normal file
27
Lang/Corescript/00-LANG.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{{language}}
|
||||
|
||||
Corescript is a simple programming language inspired
|
||||
by Windows Batch, JS, and MIT's Scratch.
|
||||
|
||||
The main idea was to work with `print Hello World`. No
|
||||
parenthesis, just like Batch.
|
||||
|
||||
All the Corescript interpreters/compilers are
|
||||
available here as open-source:
|
||||
https://github.com/corescript-lang
|
||||
|
||||
== The Language ==
|
||||
The initial version, Corescript 0, has a very bare bones syntax,
|
||||
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.
|
||||
|
||||
The new JS version has been released and can be used here:
|
||||
https://corescript-lang.github.io/editor/
|
||||
2
Lang/Corescript/00-META.yaml
Normal file
2
Lang/Corescript/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:Corescript
|
||||
1
Lang/Corescript/Fibonacci-sequence
Symbolic link
1
Lang/Corescript/Fibonacci-sequence
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Fibonacci-sequence/Corescript
|
||||
1
Lang/Corescript/Hello-world-Text
Symbolic link
1
Lang/Corescript/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/Corescript
|
||||
1
Lang/Corescript/Loops-Infinite
Symbolic link
1
Lang/Corescript/Loops-Infinite
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-Infinite/Corescript
|
||||
Loading…
Add table
Add a link
Reference in a new issue