show/hide this revision's text 3 added 70 characters in body

SICP is a great book, but it is difficult when you don't know the Lagrange (as I recall).

This is probably my bias, but I thought ocaml was pretty easy to get into. You have the option of programming in a few different styles until you're completely comfortable. Along those lines, I'd recommend python as well. Though, ocaml will get you closer to the syntax of Haskell, and similar functional languages. F# is another option, I've looked at the code and I can never tell if it is ocaml or not --the comments are a dead giveaway, if present.

I posted a bunch of links to Haskell and Ocaml references that are books, with examples et cetera that seem right up your alley.

If you prefer Lisp, you can try to power through the 99-problems in Lisp(which you can do in any language, really), or you can watch the lectures from the people who wrote SICP.

Further down the road, get a hold of "Purely Functional Data Structures", as it'll get into the hard-core deep design and considerations you have to take into account in functional languages --it uses ML (which ocaml derived from).

show/hide this revision's text 2 added 136 characters in body

SICP is a great book, but it is difficult when you don't know the Lagrange (as I recall).

This is probably my bias, but I thought ocaml was pretty easy to get into. You have the option of programming in a few different styles. Along those lines, I'd recommend python as well. Though, ocaml will get you closer to the syntax of Haskell. F# is another option, I've looked at the code and I can never tell if it is ocaml or not --the comments are a dead giveaway, if present.

I posted a bunch of links to Haskell and Ocaml references that are books, with examples et cetera that seem right up your alley.

If you prefer Lisp, you can try to power through the 99-problems in Lisp(which you can do in any language, really), or you can watch the lectures from the people who wrote SICP.

Further down the road, get a hold of "Purely Functional Data Structures", as it'll get into the hard-core deep design and considerations you have to take into account in functional languages --it uses ML (which ocaml derived from).

show/hide this revision's text 1

SICP is a great book, but it is difficult when you don't know the Lagrange (as I recall).

This is probably my bias, but I thought ocaml was pretty easy to get into. You have the option of programming in a few different styles. Along those lines, I'd recommend python as well. Though, ocaml will get you closer to the syntax of Haskell.

I posted a bunch of links to Haskell and Ocaml references that are books, with examples et cetera that seem right up your alley.

If you prefer Lisp, you can try to power through the 99-problems in Lisp(which you can do in any language, really), or you can watch the lectures from the people who wrote SICP.