vote up 178 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 2 3 4 5 8 next
vote up 3 vote down

REALLY learning Emacs.

link|flag
vote up 3 vote down

Real-time programming

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

starting earlier...

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

Stackless Python

link|flag
vote up 2 vote down

LISP.

MSN

link|flag
vote up 2 vote down

Perl

I can read some perl and 2 or 3 times I have got good enough to write with out constant reference to the book, but I do not use frequently enough to be able to use easily. (Less then once a year).

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

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

link|flag
vote up 2 vote down

Functional programming and Haskell

link|flag
vote up 2 vote down

Take the algorithms course, I never took in school.

link|flag
vote up 2 vote down

Creating an OS like Windows Vista.......

link|flag
5  
If you created an OS, why on earth something like Vista? ;) – Jonik Feb 1 at 13:18
vote up 2 vote down

Get hot and heavy into JavaScripting and using Web frameworks to do cool things with Web pages. That would be FUN!

link|flag
vote up 2 vote down

C and hack into the Minix, Linux or BSD kernels.

link|flag
vote up 2 vote down

Designing, coding, and implementing a high-performance, high-function file system.

link|flag
vote up 2 vote down

CAB for Winforms and now Prism for WPF

link|flag
vote up 2 vote down

Objective C and some iPhone programming

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

I have to admit that I upvoted about 6 of the answers here. I guess there is a lot that I would like to master and haven't spent the time.

My #1 would probably be Class Library Design. I feel like such a hack when it comes to designing a set of classes that work together. Is anyone ever happy with what they come up with?

Actually it's probably documentation, but I'll never get better at that. :)

link|flag
vote up 1 vote down

I always wanted to get really good at matrix-math and do some hot 3d programming. I'm too busy programming banking software. Boo!

link|flag
vote up 1 vote down

I still haven't mastered any aspect of programming. I'm good at some things, better at others, but I'm not a master in any discipline.

link|flag
vote up 1 vote down

Perl. It seems like I constantly need to whip together some essentially disposable script to manipulate a text file, which Perl is more or less perfect for, but I always have to knock something together in C or Java since I've never found the time to grasp what Perl has going on. I've even had the Larry Wall Perl book sitting on my shelf for the last year, but just haven't had the time.

link|flag
vote up 1 vote down

Ability to understand low level properly. I was experimenting with assembler and processor instructions, but never developed something really useful although I was quite fascinated.

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.