1.0 KiB
1.0 KiB
dotlambda
Racket library which splits dotted identifiers like a.b.c
into an expression starting with #%dotted-id
. The semantics of #%dotted-id
are customizable.
Also supports λ<arg>.(code)
syntax, as an alternative implementation to AlexKnauth's #lang afl.