Unable to load image

Would you be interested in a weekly SICP exercises thread?

I've been trying to get /h/lit to read SICP for their book club, but they've rigged the vote by removing it from the ballot, even though it was the most popular submission.

I figure we could have something like the book club thread, but for programming. That said, nobody here will actually read books, so I figure it'd be more exiting as a challenge.

Here's the idea: I'll pick ~5 exercises from successive chapters of SICP, then post them here. SICP is written using scheme, but you can solve them in whatever language you'd like. That said, languages with inexpressive static types or without garbage collectors will make this pretty difficult. Sussman describes sceme as a "libertarian" :marseygasden: language, meaning you can do things many languages wouldn't let you get away with. I'm very familiar with scheme and can help people if need be. You can ask questions, post solutions, and bully others for asking stupid questions and posting stupid solutions.

Would you be interested in something like this?

!codecels

14
Jump in the discussion.

No email address required.

You can solve them in whatever language you'd like, though the book uses scheme.

I've been meaning to learn Go, could be a fun way to do it :marseythumbsup:

Jump in the discussion.

No email address required.

Word of warning: SICP uses a lot of higher-order functions. I'm not sure if go has those, but if not, you'll likely need to re-implement them

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.