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 4 5 6 7 8 next
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 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

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

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

AJAX frameworks and alternative architectures such as MVC

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

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

test-driven programming and scrum

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

Delivering on schedule.

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

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

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

I've never written an app that interfaces with a real DB.

I'm learning to do so on a web app that I'm writing. Everything I've done for work or fun has just used binary and text files for IO.

link|flag
vote up 5 vote down

Embarrassingly, really learning regular expressions.

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

Python. Also motivation to do my own personal projects after 8 hours of programming at work.

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

I agree, Regex really..

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

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

Concurrency

link|flag
vote up 3 vote down

Learn to use a php framework.

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.