elegant-weapons
elegant-weapons copied to clipboard
Add record support to match
We're starting to use records in a few places in the Harlan compiler. It'd be nice if we could operate on these with match. According to http://www.scheme.com/tspl4/records.html, we should have enough to be able to do this using the procedural interface.
The record-case macro might work for a lot of cases. It could possibly even be integrated into the match macro.