Remix.run Logo
theoldgreybeard 12 hours ago

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.

gregdeon 11 hours ago | parent [-]

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!

theoldgreybeard 6 hours ago | parent [-]

I still have my Oberon-2 compiler from my compilers class and a handful of Euler questions I used to test it.