Skip to content

Commit daa7721

Browse files
Compare sample implementation and Taylan's.
1 parent c831e4b commit daa7721

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

contrib/README.org

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
This directory contains implementations of SRFI 64 provided by people
2-
other than Per Bothner, the author of the SRFI.
2+
other than Per Bothner, the author of the SRFI.
3+
4+
There are some differences between Per's sample implementation and
5+
Taylan's implementation:
6+
7+
Per describes one advantage of his sample implementation:
8+
9+
#+BEGIN_QUOTE
10+
One advantage of the reference implementation is that it has hooks for
11+
reporting line numbers for failing tests. That seems impossibly to do
12+
portably, and difficult to do without some kind of macro hooks.
13+
#+END_QUOTE
14+
15+
Taylan's implementation is mostly pure R7RS.

0 commit comments

Comments
 (0)