views:

153

answers:

1

Something simple as this:

Welcome to DrScheme, version 4.2.3 [3m].
Language: Lazy Scheme; memory limit: 128 megabytes.

> (let ((x 2) (y 10))
   (+ x y))

#<promise>

> 

I press enter for the let expression, and it gives me the #<promise>. What am I doing wrong?

+4  A: 
Aidan Cully
Hmm, I did a quick search on SO a few days ago and most people suggested DrHaskell as an IDE. On the language selection, that was the only one with Scheme in the name so I just chose that one. I guess it was the top most one "Module." Thanks
Justen