https://github.com/mahdisml/slashscript
New Programming Language (FAST and Fast)
https://github.com/mahdisml/slashscript
Last synced: 20 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T16:23:09.000Z (over 5 years ago)
- Last Synced: 2025-04-08T22:32:03.369Z (3 months ago)
- Language: Scheme
- Size: 25.4 KB
- Stars: 5
- Watchers: 1
- 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/```