vote up 178 vote down star
82

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 2 3 4 5 8 next
vote up 2 vote down

Stackless Python

link|flag
vote up 1 vote down

A language compiler and interpreter.

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

It's F# and dynamic language.

link|flag
vote up 0 vote down

unit testing

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 6 vote down

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

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 0 vote down

Learn unit testing.

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 1 vote down

game engine programming

link|flag
vote up 1 vote down

D

link|flag
vote up 0 vote down

Being a design pattern ninja.

link|flag
vote up 4 vote down

COBOL (Just kidding)

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 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 1 vote down

Functional Programming

link|flag
vote up 1 vote down

Find a practical use for functional programming.

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

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

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

Program a mechanical robot.

link|flag
vote up 0 vote down

the .Net GDI+ and accessing hardware through the HAL for device access (ever tried to write your own cd burning app?)

link|flag
vote up 25 vote down

Don't laugh...
...XSLT

link|flag
12  
You can learn it, but will cost you 3 sanity points. Do you still want to learn it? – troelskn May 18 at 11:56
1  
XSLT's great! I've yet to see a comparably useful tool for transforming xml (or really, tree structures). – Eamon Nerbonne Sep 22 at 10:05
show 6 more comments
vote up 7 vote down

Javascript looks like it is going to take over the world. I guess it's time to start learing it properly rather than just copying examples off blogs.

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

Got to agree with KevDog, Regular Expressions! I can do the very basics but there are times when I need something more heavy duty and usually end up emailing my friendly Regular Expression guru.

So many things to learn, so little time!

link|flag
vote up 5 vote down

I've always wanted to write or learn how to write my own compiler.

link|flag
vote up 1 vote down

Learning LUA (and become a famous WoW-Addons author) :)

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

3d game programming.

link|flag
vote up 1 vote down

JavaScript would help me a lot in my actual work. With the todays web we can do almost anything with javascript.

link|flag
vote up 5 vote down

Finishing reading 'Code Complete' by McConnell - this book is brilliant but finding time to sit down and digest it all is difficult. I also would love to get into socket programming and distributed architectures.

link|flag
prev 1 2 3 4 5 8 next

Your Answer

Get an OpenID
or

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