5 Nov 2010 14:04
use Emacs as Scheme IDE
김태윤 <kty1104 <at> gmail.com>
2010-11-05 13:04:32 GMT
2010-11-05 13:04:32 GMT
hello~
I am a Emacs beginner
I want to use Emacs as Scheme IDE (Interpreter and compiler) on windows XP
I add a following line to ".emacs" file
(require 'quack)
and open the Emacs
M-x
run-scheme
(I tried racket, gracket, mzscheme)
and tried to evaluate the following code
(require scheme/gui) or (require racket/gui)
(define f (new frame% (label "test")))
(send f show #t)
it doesn't working at all
is there anyway I can gui scheme programming on Emacs?(and image related programming)
RSS Feed