Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mahdisml/slashscript
- Owner: mahdisml
- License: gpl-3.0
- Created: 2019-12-16T04:55:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T16:23:09.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T10:25:51.361Z (about 2 months ago)
- Language: Scheme
- Size: 25.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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+ys Person /
v name / string
v height / int
v weight / int
f main /
v mahdi = Person /mahdi,1.80,64/
outln /mahdi.height + mahdi.weight/```