name saynaa is a name mount
In English it is said sinai while in Arabic it is pronounced saynaa
https://en.m.wikipedia.org/wiki/Mount_Sinai
In English it is said sinai while in Arabic it is pronounced saynaa
https://en.m.wikipedia.org/wiki/Mount_Sinai
Wikipedia
Mount Sinai
mountain in the Sinai Peninsula of Egypt
post increment and pre increment added
ab = 10;
print(ab++); //output: 10
print(++ab); //output: 12
ab = 10;
print(ab++); //output: 10
print(++ab); //output: 12
🔨 1 new commit to saynaa:master:
96d5e45: added readline autocomplete keyword and Unary post increment by Mahdiware
96d5e45: added readline autocomplete keyword and Unary post increment by Mahdiware
Hack And Build Lab ð–£”
my parser is very fast ✅
0.0499 MilliSecond
Friends, the way it is going now is a good, so I want someone to join me to add a class to this language in a modern way that works with existing languages.
Our mission is:
1: function return value
2: We will use the function if the return value is an expression
3: about class (heritance and ...)
4: for loop (soon adding)
5: load shared object (.so) like (lua, python, java)
1: function return value
2: We will use the function if the return value is an expression
3: about class (heritance and ...)
4: for loop (soon adding)
5: load shared object (.so) like (lua, python, java)
The millisecond causes a segmentation fault if another OS is used or gcc --static is set, so I'm applying it on Linux only.
🔨 3 new commits to saynaa:master:
34f43b9: resumed docs/func.md to function.md by Mahdiware
9b36115: renamed examples/main.mw -> examples/main.sa by Mahdiware
9a51bcc: fixed millisecond 'segmentation fault' in some OS, docs updated by Mahdiware
34f43b9: resumed docs/func.md to function.md by Mahdiware
9b36115: renamed examples/main.mw -> examples/main.sa by Mahdiware
9a51bcc: fixed millisecond 'segmentation fault' in some OS, docs updated by Mahdiware
I haven't tested it on Windows. Does anyone use the Windows operating system?
contact @SaynaaChat
contact @SaynaaChat
Forwarded from Hack And Build | Chat ð–£” (Owner)
Saynaa IDE.apk
1.2 MB
Saynaa IDE (arm)
Package: com.saynaa.ide
Version: 1.2.1
UI: Best
Package: com.saynaa.ide
Version: 1.2.1
UI: Best
Today I tested 3 languages their speed , using 50000000 factorization loop, here is the answer.
spend time:
nodejs: 0.480479 seconds
lua: 5.396619 seconds
python3: 52.319554353 seconds
spend time:
nodejs: 0.480479 seconds
lua: 5.396619 seconds
python3: 52.319554353 seconds