←back to thread

Project Euler

(projecteuler.net)
261 points swatson741 | 2 comments | | HN request time: 0.76s | source
1. theoldgreybeard ◴[] No.45905828[source]
I love running euler problems when trying to learn the basics of a new programming language. I have a small collection of programs in like 10 different languages that I keep around as a reference for things because I always try to use language-specific features to solve the problems, and then I reference them as examples.
replies(1): >>45906045 #
2. gregdeon ◴[] No.45906045[source]
Wow. You reminded me of a computer engineering class years ago where we wrote assemblers and emulators for a simple architecture. I tested mine by writing a solution for one of the first Project Euler questions!