vote up 1 vote down star

Hands down for me, writing a compiler. I don't think I've ever hard more fun. Everything from writing an assembler to code generation. Optimizing was the most fun though.

What was your favorite challenge? It doesn't necessarily have to be something you programmed, it could be something you designed or solved that had to do with programming or computer science.

flag

75% accept rate

closed as not a real question by Steven A. Lowe, ocdecio, jjnguy, Rich B Feb 19 at 17:34

6 Answers

vote up 3 vote down

Getting 100 votes on stackoverflow....

link|flag
@Mike : have a heart , that's mean. – Learning Feb 19 at 17:37
argh, I was just being funny... sorry – Sasha Feb 19 at 17:39
vote up 2 vote down

Definitely some of the challenges on Project Euler.

link|flag
vote up 1 vote down

You've already taken the spot for my two favorites: I once wrote a compiler for the LambdaMOO language, emitting Java bytecode. (On a different occasion I attempted to write a Java VM in Java. That was fun !)

Another neat challenge was writing an "Internet telephony" system - capture, compression, transmission and replay of audio using RTP - well before that became common. Real-time concerns, forward error correction, codecs, UDP, all sorts of fun there.

link|flag
vote up 1 vote down

When I was in collage, I really enjoyed the ACM programming competition.

Interesting problems + limited amount of time + direct competition = good times.

link|flag
vote up 0 vote down

Writing a logo interpreter with SDL on Linux!

link|flag
vote up 0 vote down

solution providing creating architecture road map for any organization is most interesting thing for me

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.