Fancy is an open source programming language created in 2010.
| #498on PLDB | 16Years Old | 27Repos |
git clone https://github.com/bakkdoor/fancyFancy is a dynamic, object-oriented programming language inspired by Smalltalk, Ruby, Io and Erlang that runs on the Rubinius VM.
"Hello World" println
| Feature | Supported | Example | Token |
|---|---|---|---|
| Line Comments | ✓ | ||
| Integers | ✓ | ||
| Floats | ✓ | ||
| Strings | ✓ | "Hello world" | " |
| Print() Debugging | ✓ | println | |
| Comments | ✓ | ||
| Semantic Indentation | X |