Changeset 35612 in project
- Timestamp:
- 06/20/18 13:33:18 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/lispide
r29427 r35612 7 7 * includes a REPL window 8 8 * [[http://www.daansystems.com/lispide/ | home at DaanSystems]] 9 10 In order to use it on Windows with Chicken Scheme: 11 * create a script, e.g. "chick.cmd" 12 * put one line in the script> containing 13 ** path to the csi.exe 14 ** one parameter "-:c" 15 ** Example: "c:\chicken\bin\csi.exe" -:c 16 * in LispIDE menu "Settings | Set Lisp Path" point to the script 17
Note: See TracChangeset
for help on using the changeset viewer.