Update README.md

This commit is contained in:
AlexKnauth 2014-07-13 14:21:36 -04:00
parent 849cb0355d
commit cb69d415e5

View File

@ -2,3 +2,9 @@ afl
===
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)
```