Skip to content

Commit 51200c4

Browse files
Refer readers to the discussion.
I'm doing this rather than officially sanctioning any value judgments between implementations.
1 parent daa7721 commit 51200c4

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

contrib/README.org

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,2 @@
11
This directory contains implementations of SRFI 64 provided by people
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.
2+
other than Per Bothner, the author of the SRFI.

contrib/taylan.kammer/README.org

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
This directory contains an implementation of SRFI 64 provided by
2-
Taylan Kammer.
2+
Taylan Kammer.
3+
4+
There are some differences between Per's sample implementation and
5+
Taylan's implementation. Rather than describing them here, I refer
6+
readers to the [[https://srfi-email.schemers.org/srfi-64/msg/13288855/][email discussion]] about the new implementation. Both
7+
Per and Taylan contributed.

0 commit comments

Comments
 (0)