Re: Lang for guile 1.2

Andrew Archibald (aarchiba@wronski.math.uwaterloo.ca)
Mon, 25 Aug 1997 10:18:30 -0400 (EDT)

; The code is mostly in Scheme, and uses obscure but beautiful portions
; of the Rx interface.
;
; Check in ftp://ftp.red-bean.com/pub/guile for guile-rgx-ctax snapshots
; tomorrow morning. They're very rough; you'll have to do some hacking
; to make use of them. If you clean them up, let me know.

I tried to work from an old snapshot and found a few problems.

- The modularisation is decidedly wierd --- things aren't public that
should be.

- It uses :shortest as a keyword --- should that be #:shortest? (seems
to work if I set it that way)

- (ctax translate) doesn't seem to exist (although it's in the ctax
docs)

- I don't have Rx

But I will have a look at the snapshots --- thank you!

Andrew