13 lines
1.0 KiB
Markdown
13 lines
1.0 KiB
Markdown
[](https://travis-ci.org/jsmaniac/dotlambda)
|
|
[](https://codecov.io/gh/jsmaniac/dotlambda)
|
|
[](http://jsmaniac.github.io/travis-stats/#jsmaniac/dotlambda)
|
|
[](http://docs.racket-lang.org/dotlambda/)
|
|
[](https://github.com/jsmaniac/dotlambda/issues)
|
|
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
|
|
|
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](https://github.com/AlexKnauth/afl). |