Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KajizukaTaichi committed Jul 26, 2024
1 parent c8ce89d commit 6b14c60
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ScriptS
this programming language is design for alternative of Python.<br>
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 from readable ScriptS soruce code.<br>
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.<br>
In meaning, S stands for Speed, Secure, Static, Simple and Small.
That doesn't include Soviet, Stalin and Socialism. lol

## [Example code](/example.ss)
Expand All @@ -26,9 +26,10 @@ while i < 10 {
```

## Usage
Rust is needed to use ScriptS. You have to install it.
Let's try below command to transpile Python code.
Rust is needed to use ScriptS.
```
cargo run -- example.ss example.py
```
Then, It may created file `example.py`
Then, It may created file `example.py`.
After that, just run it as Python.

0 comments on commit 6b14c60

Please sign in to comment.