Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idorobots/beng
My Bachelor of Engineering thesis & project as submitted to AGH-UST.
https://github.com/idorobots/beng
bachelor-thesis concurrency d garbage-collection language-design virtual-machine
Last synced: 3 days ago
JSON representation
My Bachelor of Engineering thesis & project as submitted to AGH-UST.
- Host: GitHub
- URL: https://github.com/idorobots/beng
- Owner: Idorobots
- License: mit
- Created: 2013-10-07T19:42:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-17T18:01:09.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T01:18:56.245Z (25 days ago)
- Topics: bachelor-thesis, concurrency, d, garbage-collection, language-design, virtual-machine
- Language: D
- Homepage:
- Size: 7.45 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is my Bachelor's project and Thesis (polish version only) as submitted to AGH-UST. It's a compiler & a VM for a TIM-based, lazy, actor-model-enabled Lisp written in the D programming language.
Currently, it doesn't support memoization of lazy values, so it's a bit wacky and buggy, and probably not very useful. Maybe someday...