We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c831e4b commit daa7721Copy full SHA for daa7721
contrib/README.org
@@ -1,2 +1,15 @@
1
This directory contains implementations of SRFI 64 provided by people
2
-other than Per Bothner, the author of the SRFI.
+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