vote up 177 vote down star
79

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

game engine programming

link|flag
vote up 1 vote down

D

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

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

link|flag
show 1 more comment
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 1 vote down

Functional programming.

link|flag
vote up 1 vote down

I've been wanting to learn Ruby on Rails for a while now, but I never have the free time to do it.

link|flag
vote up 1 vote down

I'm already fluent in SQL, Javascript, RegExps, ASM, machine-learning algorithms, multi-threading and Unit Testing. I once wrote a compiler in Haskell, just for fun, dammit!

So what's missing? COBOL!

First I learn COBOL, then I get a life.

link|flag
vote up 1 vote down

meta template programming in C++

link|flag
vote up 1 vote down

I've wanted to hack into my car's ECU to be able to capture diagnostic codes, etc. I guess this falls under device driver programming.

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

3D graphics programming.

link|flag
vote up 1 vote down

A functional language.

link|flag
vote up 1 vote down

Haskell, of course. I hope I can understand functional programming and ... become a computer scientist...

link|flag
vote up 1 vote down

For me it would be JavaScript, coming from a Java, C++, C# background I just have a hard time wrapping my head around it.

link|flag
vote up 1 vote down

Working with prolog and building AI applications

link|flag
vote up 1 vote down

Become a master of either theorem proving, model checking or concurrency calculi.

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

Erlang and use it to do large-scale cloud computing stuff

link|flag
vote up 1 vote down

It's a toss-up between learning to code for Apple platforms and learning the x86 instruction set.

link|flag
vote up 1 vote down

Learn PHP and python.

link|flag
vote up 1 vote down

Compiler building...particularly for building external DSLs

link|flag
vote up 1 vote down

actionscript and Adobe AIR

link|flag
vote up 1 vote down

Four years after learning C++ and Java (and even more years after learning python) and being able to be quite productive in all these languages, understand (1) what OOP really is; (2) whether it's everything it's been hyped up (in my life) to be; (3) what the real benefits of OOP are.

link|flag
vote up 1 vote down

There's a long list of languages I used, but for some reason I never got my head around assembler. I always wanted to learn assembler. I used it a little when coding graphics stuff in c/c++ on DOS, but only small portions to speed things up. I've always wanted to do my own operating system. Not with other bootstrappers and such others wrote, but my own. Just to learn how it works. Another thing I always liked where those 4k intros. They're another reason to learn assembler.

I'm planning on learning F# and Python this year. I've worked with python a bit about 6 or 7 years ago and I believe it's improved a lot. I think a lot can be done with Python and Silverlight.

link|flag
vote up 1 vote down

Not really a skill I've always wanted to master, but something that occasionally would be the perfect technique, and when that happens I really hope I mastered it:

XPath
...as well as XSLT, regular expressions, and fluent Python scripting.

The thing is, I have learned a bit of these to solve some particular problems, but I don't use them regularly enough to keep them in my head. So, the next time I need them, I usually have to re-learn even the basics, which sucks.

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.