Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonbloom/rtlcat
more concatenative experiments
https://github.com/brandonbloom/rtlcat
Last synced: 16 days ago
JSON representation
more concatenative experiments
- Host: GitHub
- URL: https://github.com/brandonbloom/rtlcat
- Owner: brandonbloom
- License: epl-1.0
- Created: 2014-10-20T01:17:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T18:12:23.000Z (over 9 years ago)
- Last Synced: 2024-10-19T05:48:46.933Z (2 months ago)
- Language: Scheme
- Size: 199 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtlcat
Continuing the story of https://github.com/webyrd/cato ...
Trying to design a concatenative evaluator which will better prune the search
tree. This one is an attempt at prefix notation with backtracking rule
matching.Includes experiments in both Clojure and Petite Chez Scheme.