Live data from Hacker News

A Functional Introduction To Computer Science

cs.uwaterloo.ca

1–10 of 40 posts

Re: A Functional Introduction To Computer Science

#6
Oh, they are using Racket. I really love that language. I think it's also great that they explain how to work with structures, instead of going the "everything is a list" aproach (the latter is, in my opinion, better suited for advanced students).

Unfortunately, I haven't managed yet to integrate Racket into my daily work. The last time I tried to use it, the resulting (manually optimized) compiled code was as slow as an unoptimized python solution and 10x slower than a manually optimized Java version.

Re: A Functional Introduction To Computer Science

#8
post #6

Oh, they are using Racket. I really love that language. I think it's also great that they explain how to work with structures, instead of going the "everything is a list" aproach (the latter is, in my opinion, better suited for advanced students). Unfortunately, I haven't managed yet to integrate Racket into my daily work. The last time I tried to use it, the resulting (manually optimized) compiled code was as slow a…

I can't believe I have never heard of Racket before, it's 28 years old!

Quite some libraries available too https://github.com/avelino/awesome-racket

Re: A Functional Introduction To Computer Science

#10
post #6

Oh, they are using Racket. I really love that language. I think it's also great that they explain how to work with structures, instead of going the "everything is a list" aproach (the latter is, in my opinion, better suited for advanced students). Unfortunately, I haven't managed yet to integrate Racket into my daily work. The last time I tried to use it, the resulting (manually optimized) compiled code was as slow a…

I can't believe I have never heard of Racket before, it's 28 years old! Quite some libraries available too https://github.com/avelino/awesome-racket

Maybe you did while it was still called PLT Scheme (supported in DrScheme), although it's called Racket since 13 years.
Post reply on HN