vote up 179 vote down star
83

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

Silverlight and WPF

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

Inversion of Control and Dependency Injection... truly, not just the theoretical part.

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

Design Patterns, there are many of em, and knowing the ins and outs is really helpful for any developer. My favorite book on the subject is Head First Design Patterns.

link|flag
vote up 9 vote down

Artificial Intelligence and/or Genetic Programming

link|flag
vote up 8 vote down

Delivering on schedule.

link|flag
vote up 8 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 7 vote down

Lisp macros. Meta-programming is my holy grail, to be able to have my code be exactly isomorphic to the problem I'm trying to solve.

link|flag
vote up 7 vote down

F# and Haskell

link|flag
vote up 6 vote down

I'd like to learn neural networks and learning algorithms. It's something magic about them that I love and hate at the same time.

link|flag
vote up 6 vote down

Object Oriented programming.. I can go line for line scripting all day but the whole OOP concept seems lost on me..

link|flag
vote up 6 vote down

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

link|flag
vote up 6 vote down

Using R instead of coding statistics in C++.

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

C

Enough said ...

link|flag
vote up 6 vote down

Understanding OpenGL

link|flag
vote up 5 vote down

Faster at cranking out unit tests (so I don't have to put off writing them when time gets tight as it always does in a project).

link|flag
vote up 5 vote down

On the advice of jjnguy, here is my answer:

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.

link|flag
vote up 5 vote down

Objective C 2.0

sigh... I really really really can't get into it because my personal sense of aesthetics is violated by its syntax.

I promise to try harder tho.

link|flag
1  
I hear you, my brother. I love using my Macs, but I just can't bring myself to spend much time on Obj-C as it causes me pain. That language needs so much syntactic sugar it would get diabetes if it were all added at once. – KevDog Sep 23 '08 at 15:19
show 1 more comment
vote up 5 vote down

Embarrassingly, really learning regular expressions.

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

Designing clean interfaces that are usable enough to actually survive past prototyping.

link|flag
vote up 5 vote down

Compiler Construction. I have built parts of a compiler(syntax tree's, and such), but never the whole thing.

link|flag
vote up 5 vote down

I've always wanted to master Operating System programming... one day I'll get to it.....

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 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
vote up 5 vote down

Mental telepathy

link|flag
vote up 4 vote down

I think it would be great to master stored procedures in SQL Server. I used them on a few projects a lot when I first discovered them but haven't really gone any further than that. I think mastering SQL in any way is an invaluable skill to have.

link|flag
vote up 4 vote down

test-driven programming and scrum

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

ASP.NET: I do all sorts of application programming in .NET, but have just never ventured into the web world.

link|flag
vote up 4 vote down

Functional Programming

link|flag
1  
Its just not the same when you say it – bobobobo Aug 8 at 3:34
vote up 4 vote down

I would really like the ability to create and fully implement a programming language. Not because I would want it to become the next big language but just for the invaluable experience it would provide.

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.