1.7 KiB
1.7 KiB
| layout | published | noToc | noComments | noDate | title | subtitle | description | permalink | lang | tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| page | true | true | false | false | Documentation | Some documentation about the Fun programming language. | The Fun Documentation | /documentation/ | en |
|
Basics
The Fun Handbook is found here{:class="git"}!
Look at https://git.xw3.org/fun/fun/src/branch/main/docs{:class="git"} for more detailed documentation!
More information
- Specification v0.3{:class="git"}
- Specification v0.2{:class="git"}
- Specification v0.1{:class="git"}
- Examples{:class="git"}
- Standard Library{:class="git"}
- Fun REPL Guide{:class="git"}
The examples directory contains demonstrations of most Fun features, from basic "Hello, World!" to threading, networking, classes, and more. The lib directory includes modules written in Fun itself.
For Developers
- Fun Internals{:class="git"}
- Fun Opcodes{:class="git"}
- Basic Rust Opcodes Support{:class="git"}