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

Take the algorithms course, I never took in school.

link|flag
vote up 1 vote down

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

link|flag
vote up 3 vote down

Shaders, shadows, lighting and making the graphics look pretty. The concepts are easy to grasp but the code takes a lot more work. I'm a wannabe game developer and it's always demoralizing to see the next indie game looking as smooth and colorful as say, Mario Galaxy. I just keep telling myself that my stuff will sell as long as it's fun enough! paranoia paranoia

link|flag
vote up 3 vote down

I always want to learn F#, a functional program language on .NET.

I'm surprised that so many people share same mind with me.

link|flag
vote up 0 vote down

Python. I know a fair bit of Python and can understand well written programs easily with a bit of reference by my side. But I am yet to write some good Python code without referring to the manuals now and then. But yes, I consider reading manuals as part of the learning process and will master the snake one day sooner than later !

link|flag
vote up 0 vote down

The proof of what is the relationship between P and NP would be an awesome thing to master and answer conclusively once and for all... mwahahahahaha....

After all, this is what we haven't mastered, right?

link|flag
vote up 2 vote down

Functional programming and Haskell

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

monad: it looks wonderful but I could not grasp the concept :(

link|flag
vote up 1 vote down

Working with prolog and building AI applications

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

Linux

OK so it's not exactly a programming skill but I've never taken the time to build and use a Linux system. All I know are the basic command-line commands.

link|flag
vote up 3 vote down

The concept of Monads in functional programming.

link|flag
vote up 0 vote down

I've always wanted to develop a tool with a really well-thought-out, clean, beautiful user interface. Take some time and get it right.

link|flag
vote up 3 vote down

Probably PowerShell

link|flag
vote up 0 vote down

I would like to get much better at exception handling - actually coming up with a way to gracefully handle exceptions rather than giving an error message to the end user that something bad happened. In many of my past projects, my manager was pushing me so hard to get the project done that all I "had time" to do was to notify that an error had happened and let the user try again...

link|flag
vote up 4 vote down

3D graphics, not just for video games but for Geographic Mapping.

link|flag
vote up 6 vote down

Using R instead of coding statistics in C++.

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

Brainfuck! Mastery I guess is writing a brainfuck compiler in brainfuck.

link|flag
vote up 0 vote down

I've always wanted to improve my time management. Once I get that super efficient I guess I'd be able to learn whatever new programming skills I need.

link|flag
vote up 0 vote down

Unit tests - makes scaling up projects so much easier.

link|flag
vote up 0 vote down

I've always wanted to know a protocal such as HTTP or TCP/IP inside out. I can get by on either one, but not an expert.

link|flag
vote up 2 vote down

javascript. The pace of growth in this scripting language has been impossible to keep track of. Every day there's something new out there

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

I wish I could "master" the programming involved for hand-held devices (cell phones, Palm Pilots, BlackBerrys).

link|flag
vote up 1 vote down

A functional language.

link|flag
vote up 2 vote down

I spend so much time finding stuff I want to learn more about, that I have hardly any left to actually sit down and learn them.

For the time being, I have these things on my mind:

  • Touch-typing. I type 50 wmp when I'm going fast... and yet I fell I'm not. It feels like my typing speed is holding me back at times, and I'd really like to improve on that.
  • Haskell. I'm drawn to this language; the syntax, the concepts, the power, the elegance. Still, the compiler keeps taunting my feeble attempts. But if learning a language isn't hard, then you wouldn't be learning, right?
  • Speed-reading. Much down the same line of touch-typing. Typing isn't even half the story of what programmers do; most of the time we read more than we type.
  • Join-calculous. A newcomer to the list. I think concurrency is an interesting problem domain, and I'm always interested in learning new abstractions that make dealing with concurrency easier.

Granted that list is fleeting and it is probably that I'll succeed in learning most of those items. But I also have one thing that I'd like to try but I'll probably never succeed at: Designing a general-purpose programming language.

link|flag
vote up 1 vote down

3D graphics programming.

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

I'd have to say writing compilers and parse systems. Never had those courses back in college and haven't been able to take the time to read through some of the bibliography I've been building since then about the topic. But, alas, there is always a new day tomorrow.

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.