Vaguery / klapaucius

A clean, tested, maintainable Push interpreter written in Clojure.
MIT License
31 stars 2 forks source link

Generalize stack combinators (including comparator-based ones) #146

Closed Vaguery closed 6 years ago

Vaguery commented 7 years ago

The stack combinators, from :x-dup to :x-cutflip, and even :x-permute or :x-order, could stand some generalization. That way, they will be easier to apply in a broader way to stacks, vectors, code and binding stacks.

Vaguery commented 6 years ago

Replaced by #175.