Update README.md
This commit is contained in:
parent
849cb0355d
commit
cb69d415e5
|
@ -2,3 +2,9 @@ afl
|
||||||
===
|
===
|
||||||
|
|
||||||
a meta-language for rackjure-like anonymous function literals, based on at-exp and rackjure
|
a meta-language for rackjure-like anonymous function literals, based on at-exp and rackjure
|
||||||
|
|
||||||
|
Example:
|
||||||
|
```racket
|
||||||
|
#lang afl racket/base
|
||||||
|
(map #λ(+ % 1) '(1 2 3)) ;=> '(2 3 4)
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user