skip is an open source programming language created in 2018.
#404on PLDB | 6Years Old |
git clone https://github.com/skiplang/skip
A programming language to skip the things you have already computed
fun main(): void {
print_string("Hello World")
}
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | print_string |