argumentcomputer / lurk-lisp

Lisp implementation of Lurk.
MIT License
67 stars 6 forks source link

Simplify and improve EXPR type definition. #1

Closed porcuquine closed 3 years ago

porcuquine commented 3 years ago

As the type specification for EXPR grew it became at once too complicated and incomplete. Now that we use a functional predicate, we can handle the necessary recursion more simply.