An open API service indexing awesome lists of open source software.

https://github.com/slavlned/ice

Ice - go impl of polar 🧊
https://github.com/slavlned/ice

go interpreter langdev language programming-language

Last synced: 11 months ago
JSON representation

Ice - go impl of polar 🧊

Awesome Lists containing this project

README

          

# ice
Ice - PolarLang go impl 🧊

Example:
```icelang
fn main() {
text = 'Hello world!'
putln(text)
}

main()
```