Hacker News new | ask | show | jobs
by UncleOxidant 1401 days ago
Wouldn't it be very similar to Rust? (or OCaml - but without the automatic memory management)
1 comments

Actually this library (match(it)) is more similar to Racket. You can see there are lots of patterns borrowed from Racket pattern matching, say app pattern and ooo pattern.