aartaka / stdlambda

Standard library for Lambda Calculus, finally making LC a practical programming language.
BSD 2-Clause "Simplified" License
11 stars 0 forks source link

Associative lists support #5

Open aartaka opened 9 months ago

aartaka commented 9 months ago

assoc, rassoc, acons etc.

aartaka commented 9 months ago

See https://cl-community-spec.github.io/pages/Lists-as-Association-Lists.html for CL functions.