Fancy is an open source programming language created in 2010.
#481on PLDB | 14Years Old | 27Repos |
git clone https://github.com/bakkdoor/fancy
Fancy 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 |