mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 01:52:11 +03:00
.. | ||
backend-specific | ||
validity-predicates | ||
README.org |
Examples of programs written in Juvix
The following links are clickable versions of their corresponding Juvix programs. The HTML output can be generated by running juvix html --recursive FileName.juvix
.
- HelloWorld.juvix
- Fibonacci.juvix
- Hanoi.juvix
- PascalsTriangle.juvix
- Collatz.juvix
- TicTacToe.juvix
- SimpleFungibleToken.juvix
The Juvix standard library contains common functions that can be used in Juvix programs.
Example Juvix Web apps
The following links navigate to example Juvix programs running as Web apps: