https://github.com/iconmaster5326/catacomb
A type-safe, concatenative, self-extensible, interpreted/compiled programming language.
https://github.com/iconmaster5326/catacomb
Last synced: 3 months ago
JSON representation
A type-safe, concatenative, self-extensible, interpreted/compiled programming language.
- Host: GitHub
- URL: https://github.com/iconmaster5326/catacomb
- Owner: iconmaster5326
- License: apache-2.0
- Created: 2016-11-03T21:12:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T22:44:47.000Z (over 8 years ago)
- Last Synced: 2025-02-02T06:26:15.667Z (4 months ago)
- Language: Java
- Homepage:
- Size: 127 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Catacomb
**Catacomb** is a programming language. It is:
* Concatenative and stack-based
* Statically typed
* Fully type-inferenced
* Self-extensible
* Interpretable and optionally compilable## More details coming soon!