vote up 177 vote down star
80

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

Learn to write a recursive descent parser. I trained as an electronic engineer, and these uppity CS graduates with their compiler skills get right up my nose :-)

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

I've always wanted to get into gaming programming. It would be a far stretch from the COBOL I work with on a daily basis now, but I would still like to. I've written a few simple games in the past, but nothing like the 3d wonders they create today. I'm not really sure if I'd like it or not, but I would like to learn it.

link|flag
vote up 0 vote down
  • Assembly Not sure it relevant anymore generally, but someone has to write to the metal.... looks neat to but I realise you have to so much little stuff to get the big stuff done.

  • RegEx I wonder if another language would be better suited though. I don't think it is productive to edit or debug something that looks like random ascii characters.

link|flag
vote up 32 vote down

For me it would be writing compilers.

I'm surprised aku hasn't closed this thread yet.

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

Delivering on schedule.

link|flag
vote up 1 vote down

Learning as many of the new (mostly dynamic) languages for the JVM as possible, e.g. Groovy, JRuby, Scala, Jython, Newspeak, ...

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

C++

Never learned it and always wanted to.

link|flag
1  
A hard language to master but great to use once you get good at it... – Rui Curado Sep 24 '08 at 13:43
11  
Useful like a bullet in your foot. – Andrei Rinea Oct 26 '08 at 22:11
2  
Why bother nowadays? – Lucas Jones May 13 at 19:05
1  
It's my first major language, started at age 13 (after basic and asm) and it still rules my world. Albeit having learnt Haskell, Ada, Java, Javascript, C# and Python afterwards, I still find them to be mostly subsets of C++. ;) – Marcus Lindblom Oct 24 at 19:13
show 7 more comments
vote up 71 vote down

Lisp / Scheme. I hear you feel enlightened after grokking it.

link|flag
4  
My 2-cents: If you want to learn Lisp for "learning" the Lisp way, then learn Scheme, if you want to learn Lisp for software development, learn Common Lisp – Amit May 18 at 11:50
show 3 more comments
vote up 4 vote down

test-driven programming and scrum

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

I never got the hang of C# and .NET and I know I'll have to catch up on it if I want to see myself as a webdev in a few years.

To all the people out there who wants to learn regular expressions, go look for "Sam's teach yourself regular expressions in 10 minutes", it's a good place to pick up the basics of it. I learned regex from that book in less than a week.

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

Haskell

I would like to become proficient in functional programming. Coming from an OO background this would provide me with another perspective to solving coding problems.

link|flag
1  
Done Haskell.. Thank God for imperative languages. Functional programming is a nightmare, especially if you want to try your luck at GUIs with them :P – waqasahmed Aug 28 at 1:01
show 1 more comment
vote up 0 vote down

For me this is currently the application of machine learning techniques: the application of conditional probabilities, creating and using classifiers (eg: bayesean spam filtering), and genetic algorithms. I think I see a wide variety of situations where I see these being applicable, I just don't have the same internalized instinctual feel for how to apply them.

I also am working through getting better at SDLC basics (planning, estimation, creating specifications), and better engineering practices (test driven development, being diligent about using coverage analysis and profiling tools).

link|flag
vote up 0 vote down

i know web dev but can't understand C / C# / C++

nice topic :)

link|flag
vote up 0 vote down

AJAX frameworks and alternative architectures such as MVC

link|flag
vote up 17 vote down

Manipulating audio data. I love music and it would be fun to figure out how to generate effects, or generate algorithms to create music.

link|flag
show 4 more comments
vote up 0 vote down

I have always wanted learn enough about cryptography to build my own encryption/decryption scheme. Unfortunately, members of System.Security.Cryptography are just too darn easy to implement.

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

Parallel programming computational complexity. I'm curious how this gets measured and what techniques are there for determining optimal efficiency of sorting n elements over m processors and other fun theoretical problems.

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

Distributed computing. Being able to design & implement systems like world community grid or folding@home.

link|flag
1  
I've always wanted to design a distributed 3D renderer that would be akin to these. – Cristián Romo Sep 24 '08 at 3:06
vote up 1 vote down

I would like to fully understand the standard library in C++.

link|flag
vote up 1 vote down

Ruby, also delving into F#. Even javascript I'd like to master.

wait... that's 3. oops!

I'll stick with Ruby.

link|flag
vote up 0 vote down

To use KISS, Keep It Simple Stupid. I'll like to use that phrase some more when I'm writing code or refactoring.

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

Assembly, FTW. I really dig those demo programs that can do wicked 3d stuff with audio and whatnot, but they only take up but a few K. Its awesome. I wish I had time!

link|flag
vote up 2 vote down

Haskell, monads. Hacking the GPUs and/or Cell processor. Programming a FPGA in VHDL or Verilog. Ah, you asked for THE ONE. Mathematics (category theory, abstract algebra).

link|flag
vote up 3 vote down

Functional Programming - from time to time I pick up Paul Graham's LISP book and then shortly afterwards I discover it's simply too hard and give up for a year or two.

One day I'll be in a place when I'm ready for it, no question.

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.