Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tw-ilson committed Nov 29, 2024
1 parent 81d4420 commit 9e1f345
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ This is 'Ludi' an experimental programming language. Inspired by APL, it is focu
5 6
7 8
> fn inc(x) { x+1 }
> print(inc(1));
2
> print(inc([0 0 1]));
1 1 2
> print(inc(z));
2 3
4 5
6 7
8 9
```
## Usage
With a standard Rust toolchain it the interpreter can be built and run:
Expand Down

0 comments on commit 9e1f345

Please sign in to comment.