Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mahdisml/slashscript

New Programming Language (FAST and Fast)
https://github.com/mahdisml/slashscript

Last synced: about 9 hours ago
JSON representation

New Programming Language (FAST and Fast)

Awesome Lists containing this project

README

        

# SlashScript
New Programming Language (FAST and Fast)

FAST = Fast for programmers (Typing Friendly)

fast = Excution is fast as Rust !

Rust Language is so ugly but it so fast ! SlashScript will use Rust Speed power by compiling himself to RustLanguage.
it can use Rust and c Libraries :)

Coming soon ...

```
f sum / x , y / int /
r x+y

s Person /
v name / string
v height / int
v weight / int

f main /
v mahdi = Person /mahdi,1.80,64/
outln /mahdi.height + mahdi.weight/

```