http://awwx.ws/defarc-literal0.patch:
--- a/ac.scm 2009-12-07 12:12:00.000000000 -0500
+++ b/ac.scm 2009-12-07 12:11:08.000000000 -0500
@@ -68,7 +68,7 @@
(unescape-ats s))
(string-copy s))) ; avoid immutable strings
-(define (literal? x)
+(defarc ac-literal (literal? x)
(or (boolean? x)
(char? x)
(string? x)
Using the hackinator:
$ hack \
ycombinator.com/arc/arc3.1.tar \
awwx.ws/defarc0.patch \
awwx.ws/defarc-literal0.patchThis code may be redistributed and modified under the same terms as Arc itself.