Slashdot Mirror


User: hailperin

hailperin's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Lisp/Scheme!! on Java as a CS Introductory Language? · · Score: 1

    I shouldn't contradict you, since I'm co-author of an introductory CS text using Scheme, but actually the read-eval-print loop isn't a distinguishing advantage vis-a-vis Java, because there is a cool Java environment called BlueJ that essentially provides the same kind of interface, where you don't have to write I/O code to interact with objects' methods. See http://www.bluej.org/. (Of course, there are other reasons why Scheme may still be a good choice.)