chibi-scheme/lib/chibi/snow
Robert Fisher 13d4bbf1d1 Change snow-chibi to work with Chicken 5
The method snow-chibi used to get the version of Chicken installed
doesn't work with Chicken 5. Adding "-R chicken.platform" would make it
work with Chicken 5, but then it wouldn't work with Chicken 4.

In both Chicken 4 & 5, however, csi has a -release option that will just
give the version number. So, I've changed the Chicken version detection
in snow-chibi to use this option.

Testing with...

	./chibi-scheme tools/snow-chibi.scm implementations

...then seemed to work with both Chicken 4 & 5.
2019-08-29 09:16:36 -05:00
..
commands.scm Change snow-chibi to work with Chicken 5 2019-08-29 09:16:36 -05:00
commands.sld replacing (srfi 142) with (srfi 151) 2017-08-21 22:32:57 +09:00
fort.scm additional string-cursor fixes for snow 2016-05-19 23:38:13 +09:00
fort.sld replacing (srfi 142) with (srfi 151) 2017-08-21 22:32:57 +09:00
interface.scm making (chibi term edit-line) portable, using from (chibi snow interface) 2017-01-23 23:12:58 +09:00
interface.sld making (chibi term edit-line) portable, using from (chibi snow interface) 2017-01-23 23:12:58 +09:00
package.scm various portability improvements 2017-03-26 16:00:31 +09:00
package.sld sort libs within a package before installing, 2017-01-30 22:48:02 +09:00
utils.scm sort libs within a package before installing, 2017-01-30 22:48:02 +09:00
utils.sld various portability improvements 2017-03-26 16:00:31 +09:00