Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sellout/Kilns
An experimental programming language based on the kell calculus.
https://github.com/sellout/Kilns
Last synced: 15 days ago
JSON representation
An experimental programming language based on the kell calculus.
- Host: GitHub
- URL: https://github.com/sellout/Kilns
- Owner: sellout
- License: mit
- Created: 2010-05-10T04:27:24.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T21:27:07.000Z (11 months ago)
- Last Synced: 2024-10-13T10:34:05.278Z (about 1 month ago)
- Language: Common Lisp
- Homepage:
- Size: 652 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.mkdn
- License: LICENSE
Awesome Lists containing this project
README
Kilns is a programming language based on the kell calculus. In addition to
managed memory, it also has managed concurrency and managed networking. It is a
"higher-order" distributed programming language, which means that running
processes can be paused and resumed, or even moved between machines.## Disclaimer
The language is still in the early stages of development. Much functionality is
missing, syntax and semantics are in flux, performance is something that hasn't
been paid any attention, and it'll probably crash a lot.## Building
The current implementation is written in Common Lisp. If you have a lisp
installed and the requisite libraries (Bordeaux Threads, CL Unification, IOLib,
etc.), poking at the `build-application.*` scripts should get you going.