skip is an open source programming language created in 2018.
| #421on PLDB | 8Years Old |
git clone https://github.com/skiplang/skipA 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 |