LispIDE
MS Windows IDE for Lisp and Scheme
- MS Windows platform only
- editor component is Scintilla (syntax highlighting)
- includes a REPL window
- home at DaanSystems
In order to use it on Windows with Chicken Scheme:
- create a script, e.g. "chick.cmd"
- put one line in the script> containing
- path to the csi.exe
- one parameter "-:c"
- Example: "c:\chicken\bin\csi.exe" -:c
- in LispIDE menu "Settings | Set Lisp Path" point to the script