https://github.com/snoglobe/zy
the zy programming language
https://github.com/snoglobe/zy
functional-programming interpreter kotlin programming-language programming-languages
Last synced: 2 days ago
JSON representation
the zy programming language
- Host: GitHub
- URL: https://github.com/snoglobe/zy
- Owner: snoglobe
- Created: 2023-12-19T21:18:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T22:17:39.000Z (about 2 years ago)
- Last Synced: 2024-01-30T05:39:16.263Z (about 2 years ago)
- Topics: functional-programming, interpreter, kotlin, programming-language, programming-languages
- Language: Kotlin
- Homepage: https://zy.snwy.me
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This is the reference implementation of the zy programming language, written in Kotlin.
It's naive, quite unoptimized and quite slow. It's main purpose is to tide the project over
until a faster, smarter interpreter can be written. This is more of a PoC, although it is
quite usable if you're not doing anything that requires performance.
See https://zy.snwy.me for more information.