tags:

views:

52

answers:

2

Hi,

I have sometimes very boring days nothing to do really. I'd like to educate myself, use the time for something useful. I'm wondering is that what should I read or learn? I am much web oriented person and I work as a programmer. What do you read when you want to educate yourself?

A: 

I read Knuth, but it makes my brain hurt.

Greg Harman
A: 

Well, there are plenty of books on specific programming languages, which offer in-depth discussions of various problems that crop up when programming. You might even like to delve into new paradigms for programming in general. Are you familiar with functional programming and Haskell? (www.haskell.org)

knightofmathematics