A Functional Introduction To Computer Science
cs.uwaterloo.ca
A Functional Introduction To Computer Science
1–10 of 40 posts
Re: A Functional Introduction To Computer Science
#2Re: A Functional Introduction To Computer Science
#3Re: A Functional Introduction To Computer Science
#4Re: A Functional Introduction To Computer Science
#5Re: A Functional Introduction To Computer Science
#6Unfortunately, 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
#7https://news.ycombinator.com/item?id=36312603 (315 points | 18 days ago | 99 comments)
Re: A Functional Introduction To Computer Science
#8Oh, 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…
Quite some libraries available too https://github.com/avelino/awesome-racket
Re: A Functional Introduction To Computer Science
#9Re: A Functional Introduction To Computer Science
#10Oh, 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