Biography
Books
|
|
Blog
Donald Bruce's blog posts are hosted at:
http://cgi.cse.unsw.edu.au/~dons/blog
http://cgi.cse.unsw.edu.au/~dons/blog
January 20 2009
After 3.5 years, I've finally given up on my custom blosxom and darcs blog setup, and moved the entire blog to wordpress. Now we get much more automation, and ease of use for me. Go here. read moreDecember 12 2008
Thanks to Ward Harold for the heads up about UCLA's new mersenne prime discovery. With Haskell's default unbounded Integer type, you can have a look at this beast with little effort. Here's the Haskell program to print the prime to stdout: main = print (2^43112609-1) Compile and run this program: $ ghc… read moreThe 500 Packages: Haskell, Distros and Maintainership
December 12 2008
Monday was something of a landmark for the Haskell community, as the 500th Haskell package was added to the Arch Linux distribution. You can see all the Haskell packages here (excepting some packages in the core system, like xmonad and ghc). All these packages are built from source hosted on http://hackage.haskell.org. Similar efforts to comprehensively package… read more
