Home Tags Haskell

Tag: haskell

Web Programming in Haskell

0
In this final article in the series on Haskell, the author explores how to use it for Web programming. Scotty is a Web framework written...

Property-based Testing in Haskell and How to Install Cabal

0
Haskell, named after logician Haskell Curry, is a standardised, general-purpose, purely functional programming language, with non-strict semantics and strong static typing. Let’s take a...

Use Haskell to Access Two Popular Databases

0
Haskell, named after logician Haskell Curry, is a standardised, general-purpose, purely functional programming language, with non-strict semantics and strong static typing. In this ninth...