Discussion:
Having multiple Schemes supporting SRFI-22 installed on the same system
felix
2004-08-12 23:16:12 UTC
Permalink
Hello!

The subject line says it all. AFAIK Chicken and SISC provide script
interpreters ("scheme-r5rs", ...) and naturally the get in each others way
on installation.

How about "officially" allowing implementation-specific aliases, like:

scheme-r5rs.sisc
scheme-srfi-0.chicken

etc.

?


cheers,
felix
Michael Sperber
2004-08-14 10:11:16 UTC
Permalink
felix> How about "officially" allowing implementation-specific aliases, like:

felix> scheme-r5rs.sisc
felix> scheme-srfi-0.chicken

felix> etc.

felix> ?

I don't think there's anything forbidding it.

I don't understand the problem you're trying to solve: Presumably, the
scripts interpreters are all pretty much equivalent. Just pick any
one.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
felix
2004-08-16 14:40:37 UTC
Permalink
Post by Michael Sperber
felix> scheme-r5rs.sisc
felix> scheme-srfi-0.chicken
felix> etc.
felix> ?
I don't think there's anything forbidding it.
I don't understand the problem you're trying to solve: Presumably, the
scripts interpreters are all pretty much equivalent. Just pick any
one.
So, what happens if two Scheme implementations choose to install
scheme-r5rs in the same location, say, /usr/local/bin ???


cheers,
felix
Michael Sperber
2004-08-16 20:46:37 UTC
Permalink
felix> So, what happens if two Scheme implementations choose to install
felix> scheme-r5rs in the same location, say, /usr/local/bin ???

The last one wins?
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
Loading...