www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit cb69d415e56782141196213c6dfe9a1d388c182c
parent 849cb0355d07c57c278b961dd3323ba393cc5ec0
Author: AlexKnauth <alexander@knauth.org>
Date:   Sun, 13 Jul 2014 14:21:36 -0400

Update README.md
Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -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) +```