Hacker News new | ask | show | jobs
by jordan0day 4904 days ago
> I couldn't care less about programming exercises, but I'd love to have some mini project ideas or examples at the end of every chapter so you can put in practice what you've just learn.

"mini project ideas or examples at the end of every chapter" sound like exercises to me?

1 comments

Many SICP exercises would be similar to, "Ben Bitdiddle thinks he can define COND like this: [bunch of code]. Show why he's wrong." Which is not practical whatsoever--it's clearly a short problem for academic purposes.

In contrast, PCL would say, "Now we can write a media server, let's go!"

It's the difference between understanding and copy-pasting.