Tag: functional programming
Haskell: The Purely Functional Programming Language
Haskell, an open source programming language, is the outcome of 20 years of research. It has all the advantages of functional programming and an...
Use Haskell to Access Two Popular Databases
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...
Getting Started with Haskell on Emacs
Emacs is a popular text editor that can be extended and customised. Haskell is a statically typed, functional programming language. Haskell-mode is an Emacs...
Leverage Your Programming Skills with Erlang!
The Erlang programming language is used to build massive scalable real-time software systems that require high availability. Some of its uses are in telecom,...
Functional Programming and Python
This article introduces a few concepts of functional programming, and the constructs in Python that are useful for it. It is aimed at those...
Lisp: Tears of Joy, Part 10
Lisp has been hailed as the world's most powerful programming language. But only the top percentile of programmers use it, because of its cryptic...
Lisp: Tears of Joy, Part 8
Lisp has been hailed as the world's most powerful programming language. But only the top percentile of programmers use it because of its cryptic...
Getting Started with Clojure
Clojure is a dynamic, general purpose programming language that targets the Java Virtual Machine (JVM) and the Common Language Runtime (CLR). It is designed...