Ioke is an open source programming language created in 2008 by Ola Bini.
| #463on PLDB | 18Years Old | 17Repos |
git clone https://github.com/olabini/iokeIoke is a dynamic, strongly typed, prototype-based programming language targeting the Java Virtual Machine and the Common Language Runtime. It was designed by Ola Bini, a developer of JRuby. It has a very simple homoiconic syntax, somewhat similar to Io.. Read more on Wikipedia...
"Hello, world!" println
"Hello World" println
#!/usr/bin/env ioke
"Hello world." println
| Feature | Supported | Example | Token |
|---|---|---|---|
| Integers | ✓ | ||
| Floats | ✓ | ||
| Hexadecimals | ✓ | ||
| Strings | ✓ | "Hello world" | " |
| Print() Debugging | ✓ | println |