Re: [Larceny-users] library name clashes in larceny with the -r7rs -program options

2017-01-05 Thread William D Clinger
John Bignucolo wrote: > I ran into a problem when I tried to change the program to use the > string-join function from SRFI-13. > > The '-r7rs' '-program' options require that you import everything you need. > Since string-join is part of SRFI-13 I thought all I needed to do was: > > (import

[Larceny-users] library name clashes in larceny with the -r7rs -program options

2017-01-05 Thread John Bignucolo
Greetings, As an exercise, I tried to use the '-r7rs' and '-program' options to larceny to implement something really simple: a Scheme version of echo. Eg, ​ $ time larceny -r7rs -program echo.sps -- a b c a b c real 0m1.083s user 0m1.064s sys 0m0.012s ​This was with Larceny v0.99 "Goldie"