diff --git a/README.md b/README.md index 1916129..21774b5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ScriptS -this programming language is design for alternative of Python. +this programming language is design for alternative of Python.
Because Python function is very rich, but that grammar is too bad. -ScriptS transpile Python code. +ScriptS transpile Python code from readable ScriptS soruce code.
[Sila](https://github.com/KajizukaTaichi/sila) is used as transpiler infrastructure. -In meaning, S stands for Speed, Secure, Static, Simple and Small. -It doesn't include Soviet, Stalin and Socialism. lol +In meaning, S stands for Speed, Secure, Static, Simple and Small.
+That doesn't include Soviet, Stalin and Socialism. lol ## [Example code](/example.ss) ```