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 🧊
- Host: GitHub
- URL: https://github.com/vyacheslavhere/ice
- Owner: vyacheslavhere
- License: mit
- Created: 2025-01-05T11:41:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T11:46:59.000Z (about 1 year ago)
- Last Synced: 2025-06-12T16:59:51.257Z (8 months ago)
- Topics: go, interpreter, langdev, language, programming-language
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ice
Ice - PolarLang go impl 🧊
Example:
```icelang
fn main() {
text = 'Hello world!'
putln(text)
}
main()
```