Nomally, you will get a prompt like this:
=>
where you can type in expressions for evaluation:
=> (+ 3 4)
7
But with Edwin, there is only a blinking black rectangle and nothing happens when you type in expressions.
After installing and running the MIT-GNU Scheme
from the Start menu, you get two windows, Edwin *scheme*
and MIT/GNU Scheme
. Go to the second window and press Ctrl+U
. You should get the 1 ]=>
prompt right away.
EDIT: In this manual:
section 7.5, it says:
When Edwin starts, it has one buffer: a REPL buffer called ‘*scheme*’. The command
M-x repl
selects this buffer, if it exists; otherwise it creates a new REPL buffer. If you want two REPL buffers, just rename the ‘*scheme*’ buffer to something else and runM-x repl
again.
You can use the following also (see section 7.4 from the manual):
(C stands for Ctrl, M for Alt on PC keyboards).
Never used it, but from this:
you should be able to get the prompt by M-x run-scheme
(M-x
stand for Alt-X
on today's keyboards).
On Windows
"C:\Program Files (x86)\MIT-GNU Scheme\bin\mit-scheme.exe" --library "C:\Program Files (x86)\MIT-GNU Scheme\lib" --edit
starts Edwin, whereas
"C:\Program Files (x86)\MIT-GNU Scheme\bin\mit-scheme.exe" --library "C:\Program Files (x86)\MIT-GNU Scheme\lib"
gives you a repl prompt
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With