Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonbloom/rtlcat

more concatenative experiments
https://github.com/brandonbloom/rtlcat

Last synced: 16 days ago
JSON representation

more concatenative experiments

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.