Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bvssvni authored Dec 23, 2022
1 parent 5f22ced commit 8c914db
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# dyon
# Dyon
A rusty dynamically typed scripting language

```
fn main() {
println("hello world!")
}
```

[Tutorial](https://www.piston.rs/dyon-tutorial/)
[Dyon-Interactive](https://github.com/PistonDevelopers/dyon/tree/master/interactive)
[Dyon Snippets](https://github.com/PistonDevelopers/dyon_snippets)
Expand Down Expand Up @@ -115,6 +121,7 @@ The idea was to make a simple, but convenient scripting language that integrated
- Type safety for secrets, easy load/save of Dyon data
- Link loop for easier and faster code generation and templates
- In-types for easy cross thread communication
- Lazy invariants, simple refinement types and binary operator overloading

Main goals:

Expand Down

0 comments on commit 8c914db

Please sign in to comment.