a racket lang-extension for rackjure-like anonymous function literals
Go to file
2014-07-16 08:51:57 -04:00
afl Tweak docs 2014-07-12 12:33:14 -04:00
.gitignore Tweak docs 2014-07-12 12:33:14 -04:00
.travis.yml Update .travis.yml 2014-07-16 08:51:57 -04:00
info.rkt Add docs 2014-07-10 18:27:39 -04:00
README.md add build status 2014-07-16 08:17:40 -04:00

afl

a meta-language for rackjure-like anonymous function literals, based on at-exp and rackjure

Build Status

Example:

#lang afl racket/base
(map (+ % 1) '(1 2 3)) ;=> '(2 3 4)