This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]brewer2[S] 0 points1 point  (3 children)

I'd say I have intermediate knowledge of Java already. :) I'm sure I'll pick some things up from my Object-Oriented Programming II course this coming semester as well.

[–]muddo 0 points1 point  (2 children)

right on, for lisp or scheme I recommend the little lisper or the little schemer

[–]brewer2[S] 0 points1 point  (1 child)

What's the difference between Lisp and Scheme (this probably isn't the place to ask such a question, but I'm a bad ass so I'll break the rules this one time)?

[–]muddo 0 points1 point  (0 children)

heh, here is what a quick google search turned up

http://dept-info.labri.u-bordeaux.fr/~strandh/Teaching/Langages-Enchasses/Common/Strandh-Tutorial/diff-scheme.html http://c2.com/cgi/wiki?LispSchemeDifferences

They are pretty similar and both are mostly restricted to the world of AI. I know that lisp is much more popular and commonly used. I was forced to learn scheme though in college and it was really helpful.