Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kourzanov committed Sep 13, 2015
1 parent 72b5578 commit 4987172
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# anaphora
define-anaphora macro for threading and overloading in Scheme
define-anaphora macro for threading and overloading in Scheme.


Implementation is provided for 2 systems based on the ALEXPANDER (Bigloo and Bones)
and for systems implementing R6RS (using syntax-rules expander implementing required
extensions). 3 R6RS systems were tested: Vicare, Racket and Larceny (although only
Vicare seems to work well).

Both threading and overloading is implemented.

Some minor differences in the standard library support for bytevectors in Bones
and R6RS imply a slightly different interface. Minor point, can be corrected.

No attempt to provide define-reader-ctor was made for other systems than Bigloo.
With Bigloo, one can use {form} instead of #'form (see the simplex.scm and tfft.scm).

0 comments on commit 4987172

Please sign in to comment.