InfoQ

InfoQ

Topic/Tag specific view

Haskell Content on InfoQ


Latest featured content about Haskell

Yesod Web Framework

Topics
Java,
Web Frameworks

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

News about Haskell

Haskell moves to Git

Topics
Agile,
Language,
Architecture

The well-known Haskell implementation GHC is moving from Darcs to a repository on GitHub, citing wider tool support and faster operations.

Empower Your Ruby With Haskell And Hubris

Topics
Dynamic Languages,
Performance & Scalability,
Ruby

Embedding C in Ruby or Rails applications is a way to fix performance bottle necks. RubyInline made this easy for C. Mark Wotton recently created Hubris, a bridge which makes it possible to call Haskell code from Ruby.

Interview: Paul Hudak on Haskell

Topics
Programming,
Architecture

This interview with Paul Hudak, recorded at QCon San Franscisco 2008, begins with a discussion of when to introduce difficult Haskell concepts like monads; moves to a discussion of the philosophy of higher order programming, the success and influence of Haskell, its use in the mainstream, and concludes with the idea of teaching computer music and Haskell simultaneously.

Presentations about Haskell

Running a Startup on Haskell

Topics
Architecture,
Stories & Case Studies

Bryan O'Sullivan presents a case study of a small startup that chose Haskell for its server-side code, outlining the advantages and disadvantages of using Haskell to quickly create a solid solution.

Building Solid Distributed Applications with Haskell and Riak

Topics
Architecture,
Performance & Scalability,
Stories & Case Studies

Bryan O'Sullivan discusses the design considerations and types usage when building distributed systems with Haskell and Riak, starting from a case study of a system using vector clocks.

Interviews about Haskell

Simon Thompson and Huiquing Li on Refactoring in Functional Languages Like Haskell or Erlang

Topics
Dynamic Languages,
Language,
IDE,
Language Design,
Code Analysis

Simon Thompson and Huiqing Li explain refactoring with functional languages and Wrangler (Erlang) and HaRe (Haskell). Also: how Wrangler's ad-hoc mode allows everyone to write custom refactorings.

Gregory Collins on High Performance Web Apps with Snap and Haskell

Topics
Language,
Web Frameworks,
Compilers,
Architecture,
Performance & Scalability,
Ruby

Gregory Collins talks about Snap, a high performance web framework for Haskell, where it fits in the web framework spectrum, the Iteratee I/O model, Haskell performance and much more.

Debasish Ghosh on DSLs and Akka

Topics
Modeling,
Ruby,
Domain Specific Languages,
Java,
Language,
Fault Tolerance,
Architecture

Debasish Gosh talks about Domain Specific Languages: how to build DSLs with Scala or XText, real world DSLs, parser combinators and monads. Also: how Akka brings actor-based programming to the JVM.