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

https://github.com/vyacheslavhere/ice

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

go interpreter langdev language programming-language

Last synced: 7 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()
```