Editorial = Just "A huge month for the Haskell community, with the Haskell Workshop, ICFP and CUFP conferences, the second international Haskell Hackathon, and 63 libraries and tools uploaded to hackage! A round of applause to everyone involved!", Announce [ ], HaskellPrime [ ], Libraries [ Link "http://article.gmane.org/gmane.comp.lang.haskell.libraries/7847" "In base, for Data.Version, change the meaning of comparisons", Link "http://thread.gmane.org/gmane.comp.lang.haskell.libraries/7663" "Add Compositor class as superclass of Arrow" ], Hackage [ HackageItem "SDL 0.5.0" "Lemmih" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SDL-0.5.0 SDL], a binding to libSDL.", HackageItem "Stream 0.2.1" "Wouter Swierstra" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Stream-0.2.1 Stream], functions, analogous to those from Data.List, to create and manipulate infinite lists", HackageItem "bktrees 0.1.1" "Josef Svenningsson" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bktrees-0.1.1 bktrees], Burhard-Keller trees provide an implementation of sets which apart from the ordinary operations also has an approximate member search, allowing you to search for elements that are of a certain distance from the element you are searching for.", HackageItem "happy 1.17" "Simon Marlow" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/happy-1.17 happy], a parser generator for Haskell.", HackageItem "HaXml 1.19" "Malcolm Wallace" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HaXml-1.19 HaXml], utilities for parsing, filtering, transforming and generating XML documents.", HackageItem "polyparse 1.1" "Malcolm Wallace" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/polyparse-1.1 polyparse], A variety of alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings.", HackageItem "bzlib 0.4.0.1 " "Duncan Coutts" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bzlib-0.4.0.1 bzlib], compression and decompression in the bzip2 format.", HackageItem "zlib 0.4.0.1" "Duncan Coutts" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib-0.4.0.1 zlib], compression and decompression in the gzip and zlib formats", HackageItem "tar 0.1.1.1" "Bjorn Bringert" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/tar-0.1.1.1 tar], a library for reading and writing TAR archives.", HackageItem "unix-compat 0.1.2.0" "Bjorn Bringert" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/unix-compat-0.1.2.0 unix-compat], provides portable implementations of parts of the unix package. This package re-exports the unix package when available. When it isn't available, portable implementations are used.", HackageItem "oeis 0.1" "Brent Yorgey" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/oeis-0.1 oeis], Haskell interface to the Online Encyclopedia of Integer Sequences.", HackageItem "dataenc 0.9" "Magnus Therning" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dataenc-0.9 dataenc], Data encoding library currently providing Uuencode, Base64, Base64Url, Base32, Base32Hex, and Base16.", HackageItem "cabal-setup 1.2.1" "Simon Marlow" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal-setup-1.2.1 cabal-setup], cabal-setup is a user interface to Cabal. It provides the basic commands for configuring, building, and installing Cabal packages.", HackageItem "cabal-install 0.4.0" "cabal-devel@haskell.org" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/cabal-install-0.4.0 cabal-install], apt-get like tool for Haskell. The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs.", HackageItem "HTTP 3001.0.0" "Bjorn Bringert" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.0 HTTP], A library for client-side HTTP.", HackageItem "iconv 0.4" "Duncan Coutts" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/iconv-0.4 iconv], provides an interface to the POSIX iconv library functions for string encoding conversion.", HackageItem "binary 0.4.1" "the Binary Strike Team" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-0.4.1 binary], efficient, pure binary serialisation using lazy ByteStrings. Haskell values may be encoded to and form binary formats, written to disk as binary, or sent over the network. Serialisation speeds of over 1 G/sec have been observed, so this library should be suitable for high performance scenarios.", HackageItem "Cabal 1.2.1" "cabal-devel@haskell.org" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Cabal-1.2.1 Cabal]: the Haskell Common Architecture for Building Applications and Libraries: a framework defining a common interface for authors to more easily build their Haskell applications in a portable way. The Haskell Cabal is meant to be a part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and tools.", HackageItem "bytestring 0.9" "Don Stewart and Duncan Coutts" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-0.9 bytestring]. fast, packed, strict and lazy byte arrays with a list interface.", HackageItem "arrows 0.3" "Ross Paterson" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/arrows-0.3 arrows], Several classes that extend the Arrow class, and some transformers that implement or lift these classes.", HackageItem "sat 1.0" "Andrii Zvorygin" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/sat-1.0 sat], CNF(Clausal Normal Form) SATisfiability Solver and Generator.", HackageItem "pcap 0.4" "Bryan O'Sullivan" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/pcap-0.4 pcap], system-independent interface for user-level packet capture", HackageItem "hslogger4j 0.1.1" "Bjorn Buckwalter" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hslogger4j-0.1.1 hslogger4j], provides handlers for hslogger (John Goerzen's Haskell logging library) that are compatible with log4j's XMLLayout. In particular log messages created by the handlers can be published directly to the GUI-based log viewer Chainsaw v2.", HackageItem "IndentParser 0.2.1" "Piyush P Kurur" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/IndentParser-0.2.1 IndentParser], provides two modules, Text.ParserCombinators.Parsec.IndentParser and Text.ParserCombinators.Parsec.IndentToken, for constructing parser combinators for indentation based syntactic structures. The former exports the basic indentation parser combinators and the later together with Text.ParserCombinators.Parsec.Language and Text.ParserCombinators.Parsec.Token can be used to define tokenisers for programming languages.", HackageItem "lazysmallcheck 0.1" "Matthew Naylor and Fredrik Lindblad" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/lazysmallcheck-0.1 lazysmallcheck], a library for exhaustive, demand-driven testing of Haskell programs. It is based on the idea that if a property holds for a partially-defined input then it must also hold for all fully-defined instantiations of the that input. Compared to `eager' input generation as in SmallCheck, Lazy SmallCheck may require significantly fewer test-cases to verify a property for all inputs up to a given depth.", HackageItem "HPDF 1.2" "alpheccar" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HPDF-1.2 HPDF], A PDF library with support for several pages, page transitions, outlines, annotations, compression, colors, shapes, patterns, jpegs, fonts, typesetting ...", HackageItem "xmonad" "Spencer Janssen and Don Stewart" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad-0.4 xmonad], xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use. All features of the window manager are accessible from the keyboard: a mouse is strictly optional. xmonad is written and extensible in Haskell. Custom layout algorithms, and other extensions, may be written by the user in config files. Layouts are applied dynamically, and different layouts may be used on each workspace. Xinerama is fully supported, allowing windows to be tiled on several screens.", HackageItem "HCL 1.2" "Justin Bailey" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HCL-1.2 HCL], provides a set of functions for building simple command-line interfaces. It allows interfaces which collect values (such as Integers, Dates, or other structured values), build lists of values, and use simple menus. It is not intended to build complex interfaces with full cursor control. It is oriented towards line-based interfaces.", HackageItem "safecopy 0.2" "David Himmelstrup" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/safecopy-0.2 safecopy], an extension to Data.Binary with built-in version control.", HackageItem "selenium 0.2.1" "Aaron Tomb" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/selenium-0.2.1 selenium], Haskell bindings to communicate with a Selenium Remote Control server. This package makes it possible to use Haskell to write test scripts that exercise web applications through a web browser.", HackageItem "HsOpenSSL 0.2" "PHO" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsOpenSSL-0.2 HsOpenSSL], a (part of) OpenSSL binding for Haskell. It can generate RSA and DSA keys, read and write PEM files, generate message digests, sign and verify messages, encrypt and decrypt messages.", HackageItem "X11-extras 0.4" "Spencer Janssen" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-extras-0.4 X11-extras], missing bindings to the X11 graphics library.", HackageItem "X11-1.2.3" "Don Stewart" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.2.3 X11], a Haskell binding to the X11 graphics library.", HackageItem "flow2dot-0.2" "Dmitry Astapov" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/flow2dot-0.2 flow2dot], generates sequence diagrams from textual descriptions with help of Graphviz graph drawing tool.", HackageItem "hsSqlite3-0.0.1" "Evgeny Jukov" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsSqlite3-0.0.1 hsSqlite], Bindings for Sqlite3", HackageItem "X11-xft-0.1" "Clemens Fruhwirth" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft-0.1 X11-xft], Bindings to the Xft, X Free Type interface library, and some Xrender parts.", HackageItem "metaplug-0.1.1" "Austin Seipp" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/metaplug-0.1.1 metaplug], a ghc-api wrapper, designed to make the api more transparent across releases and offer eval and plugin esque facilities in the form of a simple, easy to modify library.", HackageItem "dimensional" "Bjorn Buckwalter" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dimensional-0.7 dimensional], a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities and units is embedded in their types and the validity of operations is verified by the type checker at compile time. The boxing and unboxing of numerical values as quantities is done by multiplication and division with units. The library is designed to, as far as is practical, enforce/encourage best practices of unit usage.", HackageItem "ProbabilityMonads" "Eric Kidd" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ProbabilityMonads-0.1.0 ProbabilityMonads], tools for random sampling, explicit enumeration of possible outcomes, and applying Bayes' rule. Highly experimental, and subject to change. In particular, the Data.Probability API is rather poor and could stand an overhaul.", HackageItem "MonadRandom" "Eric Kidd " "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MonadRandom-0.1.0 MonadRandom], support for computations which consume random values.", HackageItem "MaybeT" "Eric Kidd" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MaybeT-0.1.0 MaybeT], Support for computations with failures.", HackageItem "network-bytestring" "Johan Tibell" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-bytestring-0.1.1 network-bytestring], Faster and more memory efficient low-level socket functions using Data.ByteStrings instead of Strings.", HackageItem "irc" "Trevor Elliott" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/irc-0.2.3 irc], a set of combinators and types for parsing IRC messages.", HackageItem "clevercss" "Georg Brandl" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/clevercss-0.1 clevercss], a CSS preprocessing library that allows defining variables and nesting selectors so that you don't need to Repeat Yourself.", HackageItem "HsHyperEstraier" "PHO" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsHyperEstraier-0.1 HsHyperEstraier], a HyperEstraier binding for Haskell. HyperEstraier is an embeddable full text search engine which is supposed to be independent to any particular natural languages.", HackageItem "libmpd" "Ben Sinclair" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/libmpd-0.1.3 libmpd], client library for MPD, the Music Player Daemon.", HackageItem "hS3" "Greg Heartsfield" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hS3-0.2 hS3], provides an interface to Amazon's Simple Storage Service (S3), allowing Haskell developers to reliably store and retrieve arbitrary amounts of data from anywhere on the Internet.", HackageItem "infinity" "Austin Seipp" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/infinity-0.1.1 infinity], tiny IRC bot, extendable through plugins written in haskell", HackageItem "WURFL" "alpheccar" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/WURFL-0.1 WURFL], support for the WURLF file format", HackageItem "hburg" "Igor Boehm" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hburg-1.1 hburg], a program that generates tree parsers for cost-augmented tree grammars. It is useful for writing code generators for compilers. Given a mapping of a tree structured intermediate representation onto target machine instructions, HBURG generates a code generator that can be plugged into the instruction selection phase of a compiler.", HackageItem "ipprint" "Gleb Alexeyev" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ipprint-0.3 ipprint], tiny helper for pretty-printing values in ghci console", HackageItem "numbers" "Lennart Augustsson" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/numbers-2007.9.25 numbers], instances of the numerical classes for a variety of different numbers: (computable) real numbers, arbitrary precision fixed numbers, arbitrary precision floating point numbers, differentiable numbers, symbolic numbers, natural numbers, interval arithmetic.", HackageItem "numeric-quest" "Henning Thielemann" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/numeric-quest-0.1 numeric-quest], List based linear algebra, similtaneous linear equations, eigenvalues and eigenvectors, roots of polynomials, transcendent functions with arbitrary precision implemented by continued fractions, quantum operations, tensors", HackageItem "shell-pipe" "Henning Thielemann" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/shell-pipe-0.1 shell-pipe], shell scripting stuff.", HackageItem "hstats" "Marshall Beddoe" "[http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hstats-0.2 hstats], library of commonly used statistical functions." ], Conferences (Just "Haskell papers presented at the Haskell Workshp, ICFP and CUFP, in Freiburg, Germany.") [ Link "http://www.unsafeperformio.com/papers/Hpc07.pdf" "Andy Gill and Colin Runciman. Haskell Program Coverage (pdf)", Link "http://www.haskell.org/~simonmar/papers/ghci-debug.pdf" "Simon Marlow, José Iborra, Bernard Pope and Andy Gill. A Lightweight Interactive Debugger for Haskell (pdf)", Link "http://www.cs.nott.ac.uk/~txa/publ/beast.pdf" "Wouter Swierstra and Thorsten Altenkirch. Beauty in the Beast: A Functional Semantics of the Awkward Squad (pdf)", Link "http://tinyurl.com/2mw6jo" "Matthew Naylor, Emil Axelsson and Colin Runciman. A Functional-Logic Library for Wired (acm.org)", Link "http://tinyurl.com/yulkt4" "Neil Mitchell and Colin Runciman. Uniform Boilerplate and List Processing; Or: Scrap Your Scary Types (pdf)", Link "http://research.microsoft.com/~simonpj/papers/list-comp/index.htm" "Philip Wadler and Simon Peyton Jones. Comprehensions with `Order by' and `Group by'", Link "http://www.eecs.harvard.edu/~mainland/ghc-quasiquoting/" "Geoffrey Mainland. Why It's Nice to be Quoted: Quasiquoting for Haskell", Link "http://www.iro.umontreal.ca/~monnier/tcm.pdf" "Louis-Julien Guillemette and Stefan Monnier. A Type-Preserving Closure Conversion in Haskell (pdf)", Link "http://www.ludd.ltu.se/~pj/hw2007/modular%20synthesis.mov" "Demo 1: George Giorgidze and Henrik Nilsson. Programming Modular Synthesizer in Haskell (.mov)", Link "http://www.ludd.ltu.se/~pj/hw2007/harpy.mov" "Demo 2: Martin Grabmüller and Dirk Kleeblatt. Run-time Code Generation in Haskell (.mov)", Link "http://www.fing.edu.uy/~pardo/papers/hw07.pdf" "Joao Fernandes, Alberto Pardo and João Saraiva. A Shortcut Fusion Rule for Circular Program Calculation (pdf)", Link "http://web.cecs.pdx.edu/~apt/hw07.pdf" "Peng Li, Andrew Tolmach, Simon Marlow and Simon Peyton Jones. Lightweight concurrency primitives for GHC (pdf)", Link "http://www.ludd.ltu.se/~pj/hw2007/xmonad.mov" "Demo 3: Don Stewart XMonad (.mov)", Link "http://www.ludd.ltu.se/~pj/hw2007/HaskellWorkshop.html" "Videos of all the Haskell Workshop talks", Link "http://www.ludd.ltu.se/~pj/icfp2007/ICFP2007.html" "Selected videos from ICFP and IFL" ], Discussion [ ], Jobs [ Item "Finance" "An NYC finance company" "[http://article.gmane.org/gmane.comp.lang.haskell.cafe/30228 requires] an expert level Haskell user; must be comfortable with monads, monad transformers, type level programming (i.e. MPTC, overlapping and undecidable instances), and lazy evaluation (i.e. know how to find and eliminate space leaks).", Item "Web Developer" "RedNucleus Ltd" "[http://article.gmane.org/gmane.comp.lang.haskell.cafe/30685 requires] a highly motivated programmer for a full or part-time posititon developing social web applications. Initially you will develop and maintain applications using RubyOnRails or a similar framework, but there will be opportunities to explore new web programming paradigms with declarative languages. The successful application will have exposure to functional programming methodologies, e.g. in Haskell, Lisp or Erlang" ], Blogs [ Link "http://sequence.complete.org/node/363" "Strongly Specified Functions", Link "http://scsibug.com/2007/09/23/haskell-s3-library/" "Amazon S3 binding", Link "http://berlinbrowndev.blogspot.com/2007/09/octane-mech-opengl-haskell-based-mech.html" "Octane Mech, OpenGL Haskell based mech game; early code and some haskell notes", Link "http://www.serpentine.com/blog/2007/09/25/what-the-heck-is-a-wide-finder-anyway/" " Fast, parallel log file processing in Haskell", Link "http://port25.technet.com/archive/2007/09/26/haskell-in-the-hallway-sam-interviews-simon-peyton-jones.aspx" "Haskell in the Hallway: an interview with Simon Peyton Jones", Link "http://www.iis.sinica.edu.tw/~scm/?p=36" "Agda Exercise: Sized Mergesort", Link "http://www.iis.sinica.edu.tw/~scm/?p=37" "Agda Exercise: Proving that Mergesort Returns Ordered Lists", Link "http://www.aboutcode.net/2007/09/27/Lazy+Functions+In+LINQ.aspx" "Lazy functions in C# LlNQ", Link "http://osteele.com/sources/javascript/functional/" "Functional Javascript", Link "http://math.andrej.com/2007/09/28/seemingly-impossible-functional-programs/" "Seemingly impossible functional programs", Link "http://www.lisperati.com/haskell/ht5.html" "For most programmers learning Haskell will be no picnic : a tutorial", Link "http://pinderkent.blogsavy.com/archives/133" "Haskell in industry: a surprising encounter!", Link "http://conway.rutgers.edu/~ccshan/wiki/blog/posts/Exhaustive/" "Exhaustive search over infinite binary trees", Link "http://bluebones.net/2007/09/how-to-install-happs/" "How to Install HAppS", Link "http://bluebones.net/2007/09/simple-haskell-web-programming-with-happs/" "Simple Haskell Web Programming with HAppS", Link "http://kevin.scaldeferri.com/blog/2007/09/29/UrlSpider1HaXML.html" "Haskell Web Spider, Part 1: HaXML", Link "http://kevin.scaldeferri.com/blog/2007/09/30/UrlSpider2HXT.html" "Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects", Link "http://pozorvlak.livejournal.com/70452.html" "In praise of implementation-defined languages", Link "http://sigfpe.blogspot.com/2007/09/arboreal-isomorphisms-from-nuclear.html" "Arboreal Isomorphisms from Nuclear Pennies", Link "http://byorgey.wordpress.com/2007/10/01/higher-dimensional-enumeration/" "Higher-dimensional enumeration", Link "http://serishema.livejournal.com/28327.html" "Haskell and my preception of programming languages", Link "http://james-iry.blogspot.com/2007/10/monads-are-elephants-part-2.html" "Monads in Scala", Link "http://conway.rutgers.edu/~ccshan/wiki/blog/posts/StreamPEval/" "Total stream processors and quantification over infinite number of infinite streams", Link "http://braindump.dk/tech/2007/10/01/the-xmonad-experience/" "The xmonad experience", Link "http://mult.ifario.us/articles/2007/10/03/wiring-haskell-into-a-fastcgi-web-server" " Wiring Haskell into a FastCGI Web Server", Link "http://freeshells.ch/~revence/Link.lhs" "A Link-Resolving Library", Link "http://blogs.msdn.com/ericlippert/archive/2007/10/04/path-finding-using-a-in-c-3-0-part-two.aspx" "Immutable data structures are the way of the future in C#", Link "http://tinyurl.com/2mdo93" "What do you get when you curry partial application?", Link "http://luqui.org/blog/archives/2007/10/05/universal-architecture/" "Universal Architecture", Link "http://arcanux.org/lambdacats.html" "lambdacats", Link "http://pyside.blogspot.com/2007/10/venture-into-functional-programming.html" "A venture into functional programming (by a Python programmer)", Link "http://fiatdev.com/2007/10/09/is-java-dying" "Is Java Dying?", Link "http://monadicheadaches.blogspot.com/2007/10/tracing-your-code-dirty-way.html" "Tracing your code... the dirty way!", Link "http://www.serpentine.com/blog/2007/10/09/using-emacs-to-insert-scc-annotations-in-haskell-code/" "Using Emacs to insert SCC annotations in Haskell code", Link "http://on-ruby.blogspot.com/2007/04/erlang-and-haskell-books-first.html" "Erlang and Haskell Books: First Impressions", Link "http://jan.varwig.org/archiv/update-on-f-and-haskell-especially-monads" "Update on F# and Haskell, especially monads", Link "http://sneezy.cs.nott.ac.uk/fplunch/weblog/?p=75" "Back from ICFP", Link "http://jcreigh.blogspot.com/2006/11/simple-rpn-calculator-in-haskell.html" "A Simple RPN Calculator in Haskell", Link "http://meta-meta.blogspot.com/2007/10/simple-infix-calculator-in-haskell.html" "Another simple RPN calculator in Haskell", Link "http://jcreigh.blogspot.com/2006/12/simple-regex-engine-in-haskell.html" "A simple regex engine in Haskell", Link "http://blog.plover.com/2007/10/12/#catalan-squared" "The square of the Catalan sequence ", Link "http://ephemient.livejournal.com/43696.html" "Haskell changing your thinking", Link "http://blog.vagmim.com/2007/10/how-i-started-off-with-haskell-and.html" "How I started off with Haskell and wound up with Lisp", Link "http://therning.org/magnus/archives/322" "Phantom type problems", Link "http://therning.org/magnus/archives/323" "My first trip to the phantom zone", Link "http://beautifulcode.oreillynet.com/2007/10/writing_your_last_forloop.php" "Writing Your Last For-Loop", Link "http://www.thenewsh.com/~newsham/formal/curryhoward/" "The Curry-Howard Correspondence in Haskell", Link "http://mult.ifario.us/articles/2007/10/21/tuppence-tour-of-haskell-concurrency-constructs" "Tuppence Tour of Haskell Concurrency Constructs", Link "http://monadicheadaches.blogspot.com/2007/10/is-haskell-reallt-expressive.html" "Is Haskell really expressive?", Link "http://www.builderau.com.au/program/soa/A-Quickstart-to-Haskell/0,339024614,339283123,00.htm" "A Quickstart to Haskell", Link "http://kontsevoy.blogspot.com/2007/10/respect-c-programmers.html" "Respect C Programmers", Link "http://diditwith.net/2007/10/23/BuildingFunctionsFromFunctionsPart2FunctionComposition.aspx" "Building Functions from Functions, part 2: Function Composition", Link "http://higherlogics.blogspot.com/2007/10/on-importance-of-purity.html" "On the Importance of Purity", Link "http://blog.codingnaked.com/?p=3" "Functional programming - Back to the Roots", Link "http://augustss.blogspot.com/2007/10/simpler-easier-in-recent-paper-simply.html" "Simpler, Easier! Or, how to write a simple dependent type checker", Link "http://blogs.teamb.com/craigstuntz/2007/10/25/37762" "Is Visual Basic 9 'Haskell for the Masses?'" ], Quotes [ Quote "" "As someone who has written production code in functional languages (Ive written Haskell for the U.S. Navy) and in other languages (Perl and Ruby for several startups), I have to say that Haskell enabled me to be way more productive than the untyped scripting languages. Ruby is fun, but Haskell lets me get the work done faster and better." , Quote "" "Perhaps if C wants to be taken seriously it should provide portability, which has been present in Haskell since the beginning", Quote "" "However, since starting learning Haskell I?ve had aha-moments that manifest themselves in a single line of code. This has never happened before. Ever!", Quote "Cale" "Inheritance? Inheritance is broken, anyway", Quote "DRMacIver" "I dread to think what category theory would look like after the software engineering world had got their grubby paws on it. Enterprise variant functors. Commutative UML diagrams.", Quote "DukeDave" "Haskell has the greatest unlearning curve", Quote "Jon Harrop" "As Haskell has shown, laziness cannot be implemented efficient at all.", Quote "Logan Capaldo" "All I want for christmas is monad comprehensions", Quote "Olathe" "We can't be totally sure, though. There might be some value of 1 that wasn't checked.", Quote "Pseudonym" "Smart programmers naturally write monadic code, even if they don't realise it.", Quote "augustss" "Haskell already has enterprise monads; there is a fail method.", Quote "bitwize" "The combinator known as compose; Makes me extremely morose; The full stop is better, than writing in letters; Which makes it extremely verbose", Quote "glguy" "map became not overloaded in the great polymorphic scare of haskell 98", Quote "mauke" "haskell software should move from alpha to beta to eta, then lambda", Quote "pl0nk" "I wonder what SPJ sees when he closes his eyes before answering a question." ], Commits [ ] -- vim: paste