coalton-lang / coalton

Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
https://coalton-lang.github.io/
MIT License
1.12k stars 67 forks source link

Minor Library Additions #1190

Closed YarinHeffes closed 1 month ago

YarinHeffes commented 1 month ago

This PR includes some functionality that I have found useful while programming with Coalton. Additionally, this PR does take and expand on the code in the as-macro branch ( https://github.com/coalton-lang/coalton/pull/1170 ) to imitate a currying capability.