vote up 177 vote down star
80

For me, I've always wanted to finish the O'Reilly "Mastering Regular Expressions" book. When I need a Regexp, I manage to get the one I need eventually, but it takes more effort than it should.

Learning a specific technology or language always seems to bubble up ahead of this.

flag
show 6 more comments

230 Answers

prev 1 4 5 6 7 8 next
vote up 3 vote down

Program a mechanical robot.

link|flag
vote up 46 vote down

Read The Art of Computer Programming, and say I understood everything without lying.

link|flag
2  
Voted up although we all know that's absolutely impossible, don't we? – IlDan Jul 13 at 21:27
show 2 more comments
vote up 3 vote down

Find a practical use for GPGPU programming and true parallel programming.

link|flag
vote up 1 vote down

Find a practical use for functional programming.

link|flag
show 2 more comments
vote up 1 vote down

Functional Programming

link|flag
vote up 0 vote down

I've always dug C++ because of it's insane flexibility, but I never got around to actually learn it since I've always had Delphi and C# jobs.

link|flag
vote up 4 vote down

To improve algorithmic skills. (By reading Donald Knuth's "The Art of Computer Programming" (TAOCP))

link|flag
vote up 4 vote down

COBOL (Just kidding)

link|flag
vote up 0 vote down

Being a design pattern ninja.

link|flag
vote up 1 vote down

D

link|flag
vote up 1 vote down

game engine programming

link|flag
vote up 0 vote down

That's an excellent question!

I'd like to improve my OO skills. But that's likely to happen with my next internships and that's where my career is leading me. I have a Perl and Bash.

I would love to be able to think about an idea, out of nowhere, and be able to implement it. Like : "Wouldn't it be nice to have a program that can process and output ?", and then implement it.

I also would like to take the time to look into the source code of some OSS, like GNOME, Firefox, Pidgin, etc.

link|flag
vote up 0 vote down

Learn unit testing.

link|flag
vote up 1 vote down

I wold definetly say that after watching simon-peyton jones speak via google video a few times I'm quite inspired to learn Haskell. Not because I think it would lead to higher paying work, but because I believe it would help become a better programmer all around.

I'm learning a bit of Erlang at the moment and find it a bit easier to grasp than my first forays into learning Haskell, but with either of them the difficulty isn't the language, it is finding time to dedicate to learning these languages.

link|flag
vote up 6 vote down

Monads, Combinators, higher-order functional programming black-magic.

link|flag
vote up 0 vote down

There's so many...wait a minute...I guess I already know everything. :)

I would really like to study more about linux and other unix based systems like OS X. Kind of bored of the MS world.

link|flag
vote up 0 vote down

unit testing

link|flag
vote up 1 vote down

It's F# and dynamic language.

link|flag
vote up 1 vote down

At the moment, Django and Catalyst. I've been becoming more interested in web frameworks lately.

link|flag
vote up 1 vote down

A language compiler and interpreter.

link|flag
vote up 2 vote down

Stackless Python

link|flag
vote up 3 vote down

Model Driven Architecture.

link|flag
vote up 0 vote down

Developing application(s) that leverage collective intelligence of large groups of people with a common interest of set of interests.

link|flag
vote up 0 vote down

Unit testing. Seems really useful and required for lots of jobs, but I'm worried that it could make my coding even slower (I can rarely write over 200 lines of Java/C# a day).

link|flag
show 1 more comment
vote up 1 vote down

Smalltalk, the original OO language, would be nice to learn. I'd like someone to explain Ruby to me, because just reading about it, I don't see why I'd want to switch. Also, multi-threading, which is just plain hard. And of course, I'd like to learn how to make awesome 3D games.

link|flag
show 1 more comment
vote up 7 vote down

F# and Haskell

link|flag
vote up 0 vote down

unix C/C++ with inline ASM

link|flag
vote up 0 vote down

JavaScript

link|flag
vote up 4 vote down

Basic game programming, collision detection etc

link|flag
vote up 0 vote down

Probably assembly...but that would demand a time I don't have right now.

link|flag
prev 1 4 5 6 7 8 next

Your Answer

Get an OpenID
or

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