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

1 2 3 4 5 8 next
vote up 281 vote down check

Functional Programming.

link|flag
2  
While learning Haskell I came to realize this: to solve a software engineering problem, and to describe the solution in a given language; these are two separate programming skills. A pivotal moment in my ongoing quest for enlightenment. – Internet Friend Sep 23 '08 at 19:30
1  
I'm still far from mastering functional programming, but some of the functional stuff in the STL and Boost is starting to make sense. Even seems useful... – Ferruccio Nov 11 '08 at 16:26
show 12 more comments
vote up 0 vote down

I'd like to learn C++ deeply.

link|flag
vote up 1 vote down

Game theory. It's not exactly a programming skill, but its applications are amazings

link|flag
vote up 2 vote down

starting earlier...

link|flag
vote up 0 vote down

Can't give one answer to this question, these are just off the top of my head:

  • Logic programming
  • 3d graphics (more for visualization than for games)
  • Machine learning
  • Dynamic programming
  • Graph theory and algorithms (my knowledge about stops at A*)
  • FPGA development
  • OS programming
  • And finally, while I've used emacs for at least a decade, and read the info files on a regular basis, I'm sure there are at least 50 features of emacs I don't know about that I would find very useful if I did. Really learning an editor is always a good investment.

"The lyf so short, the craft so long to lerne" - Chaucer

link|flag
vote up 1 vote down

Hardware description languages: VHDL or Verilog...

link|flag
vote up 0 vote down

Binary Trees, Hashtables, coding in Bash for Linux, Threading and Haskell :(

link|flag
vote up 0 vote down

I am not sure if this counts as a programming skill, but I would say vi or emacs.

link|flag
vote up 1 vote down

Parallel programming. It is the future. However, I am tied up trying to master ASP.NET's huge API in .NET 3.5 (.NET 4 is coming soon while .NET 5.0 is in the early stages.) Plus, it is hard to convince people that matter to drive towards parallel computing when many customers' computers cannot support it.

link|flag
vote up 0 vote down

Time management. Just never had the time to learn it.

link|flag
vote up 0 vote down

Writing bugless code.

link|flag
vote up 0 vote down

Knowing java well enough that I could land into a senior dev role and go to town from start of project to finish and know what I was doing.

link|flag
vote up 0 vote down

developp apps in c99 faster than it takes to developp them in java

link|flag
vote up 0 vote down

Master any languages i use daily without the need of copy and paste from others' code.

link|flag
vote up 0 vote down

Its programming itself. I read a quote somewhere I do not remember exactly as it was but meant:

If you have a funny feeling sometime in life that "I know how to program ", probably its time to retire "

link|flag
vote up 1 vote down

Forth.

Both on its own merits, and because I've also wanted to write my own operating system and I think Forth looks like a better foundation than C.

link|flag
vote up 1 vote down

more Design Patterns

link|flag
vote up 0 vote down

Bug-free programming

link|flag
vote up 1 vote down

Array programming: APL and/or the J language. It's very cool that Philippe Mougin worked some of the concepts into F-Script.

link|flag
vote up 3 vote down

Real-time programming

link|flag
vote up 0 vote down

Mathematical Modeling

link|flag
vote up 0 vote down

I always wanted to master the 3d games programming language...i also started once but due to my hectic schdule.earlier college and now job i never made it up yet!!..but i will master it one day

link|flag
vote up 1 vote down

microsoft Silverlight

link|flag
vote up 3 vote down

REALLY learning Emacs.

link|flag
vote up 0 vote down

Regular Expressions

link|flag
vote up 0 vote down

One thing I always wanted to do:

  • Writing a compiler or a simple operating system.

A few others:

  • Writing programs purely in C. C++ did not let me do so.
  • Applying design patterns.
link|flag
vote up 0 vote down

I keep trying to master Emacs and throw away all other text editors, but I just can't do it.

link|flag
vote up 3 vote down

Continuous Integration / automated builds.

link|flag
vote up 2 vote down

Objective C and some iPhone programming

link|flag
vote up 1 vote down

Theorem proving applied to software. I've tried many times, and gotten decent success, but it seems like it should be a lot easier than it is.

link|flag
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.