My name is Paul Bissex, and e-scribe.com is my consulting business. I build web applications using as much open source software as possible. From September to June I teach web design and other important non-photographic professional skills to photographers. In the '90s I wrote technology commentary and reviews for magazines, newspapers, and web publications, including Wired, Salon.com, FamilyPC, the late lamented Web Review, and the Chicago Tribune. Feel free to email me.
I'm co-authoring a book, "Python Web Development with Django", with Jeff Forcier and Wesley Chun. It will be published by Prentice Hall in July 2008, but is available for pre-ordering on Amazon now.
This site is built on a fresh trunk checkout of Django, running on Python 2.5.1, served by Apache and mod_python. The database is SQLite. The operating system is FreeBSD, on a VPS hosted at Johncompanies.com. Comment-spam protection by Akismet. Vintage topo imagery from the Maptech archive.
Akismet, del.icio.us, Django, dpaste.com, Emacs, FreeBSD, Freenode, jQuery, LaunchBar, MacPorts, Markdown, Mercurial, OS X, Postfix, Python, SQLite, Subversion, TextMate, Trac, Ubuntu Linux, wmii
Copyright 2008
by Paul Bissex
and E-Scribe New Media
In my programming resolutions post last week, I mentioned a short list of languages I was considering learning (or attempting to learn, anyway) in 2007.
I've decided on Haskell. Some of my reasons:
On the down side, let's see... well, the logo is pretty ugly.
To help myself get up to speed, I made some Plucker versions of various Haskell documents. In case they're of use to anyone else:
So, here I go. Knowing how work life goes, this probably will truly be a year-long project, with lots of quiet periods. But I'm excited.
I'm most definitely starting from zero. Thanks for the links! When I have more time I may do nightly Plucker builds of those like I do with the Django documentation.
Like you I'm a pythonist looking to learn something from a very different language.
But i think Erlang or Eiffel would have been better choices. Good luck in your new adventure!
Ricardo -- can you say more? The obvious argument for Erlang is the rise of concurrency, and I'll certainly be considering it in the future. As for Eiffel, I have to admit that the last time I looked at it I had a hard time believing I'd ever really like (as opposed to merely accept) the syntax...
What exactly is your motivation to learn Haskell? The last language I learned was Ruby, because there was this promising and production-ready web framework called Rails.
The Pragmatic Programmer encourages you to learn a new language every year. But why should I take the effort if there is no mid-term benefit for me? I've picked up three programming languages in university only to find out that they're of no relevance in the real world.
Learning a language for the sake of learning it just doesn't make any sense to me. Is there a web stack written in Haskell? A GUI framework? Anything that could help me getting any real work done?
If it's only for academic reasons, I claim it's useless. If you know Lisp, Smalltalk, C, Java and Prolog, you know them all. So why bother?
Hi Rhonda,
My motivation in learning Haskell (which I'm doing very slowly, I might add) doesn't have much to do with my day-to-day production tasks. Personally, that's not where it ends for me. I picked Haskell because, among other reasons, 1) it's very different from languages I know, 2) it seems to be growing in relevance, and 3) via STM it shines some interesting light on the concurrency problem.
Even if I never use Haskell code in production, I'm pretty confident that taking a run at it will increase my sophistication and depth as a programmer.
And I just like learning stuff.
I just started learning Haskell myself, and for much the same reasons as you; there must be something in the air. I'm a mathematician, so it has a special appeal on that basis. I've been reading "A Gentle Introduction to Haskell" and really like it; although it would help to have at least looked at something like Scheme first. I ordered Hudak's book on Haskell from amazon just yesterday, after reading positive reviews (and people saying it was challenging, but I think that's a good thing).
--Rick Taylor
Update, one year later: I learned quite a bit, but didn't get far enough to write any real applications. The time was all well-spent, though. I'm thinking about making Haskell my 2008 language too!
I've started learning Haskell quite recently too. I'm finding it quite difficult; more so than I expected after learning quite a few languages before (apparently this means I'm really learning something new, which sounds right) - but very enjoyable.
However, I'm a bit perplexed about a rival to Haskell called "Clean" which seems to outperform it timewise in many cases (see the computer language shootout). In many respects it's very similar, but treats destructive updates differently than Haskell's monad approach... it also allows strictness annotations in code - perhaps this is a large speed gain.
Comments use Markdown syntax. Your comment will not appear until approved, which may take a few hours or more. Spammers will be torpedoed.
The iPhone keyboard doesn't suck
Python one-liner of the day
7 comments
How not to advocate via Google Code
2 comments
99 problems
3 comments
bitmonk
Obscure "svn mv" problem solved
68 days ago
Charlie
Book news: Rough Cuts and Amazon
69 days ago
Simon Griffee
Django Mercurial mirror tweaks
86 days ago
Jason Calleiro
From PHP to Python
87 days ago
Yuli
dpaste.com
90 days ago
bruce
Neat Python hack: infix operators
94 days ago
David Reynolds
The original Lego Star Wars
102 days ago
At least 34207 pieces of comment spam killed since January 12th. Thanks are mostly due to Akismet.
If you are starting from the basics, my favorites were the wikibook and YAHT:
http://en.wikibooks.org/wiki/Haskell
http://darcs.haskell.org/yaht/yaht.pdf