Live data from Hacker News

Ask HN: What is the most challenging programming course you have taken?

news.ycombinator.com

1–10 of 83 posts

Re: Ask HN: What is the most challenging programming course you have taken?

#4
I would not call it challenging, but it was a fun and interesting experience. Learning functional programming through the CS 3110 course at Cornell University Here is the link: https://courses.cs.cornell.edu/cs3110/2021sp/textbook/

The OCaml part is free, well structured and does not take long to complete.

Re: Ask HN: What is the most challenging programming course you have taken?

#9
Probably compiler class focused on the theory aspect of it.

It was much more interesting/useful the other compiler class I took which actually had me create a parser+compiler for a made-up language. Still somewhat challenging to think in that way, as it's not the usual way to process data.

Re: Ask HN: What is the most challenging programming course you have taken?

#10
A Masters’-level security course at UT Austin. The first assignment was “implement AES and RSA from scratch, without Bignum, and on RISC-V in an emulator.” Just… why.

Spoiler, I did not succeed at that, but neither did most of the class.

Post reply on HN