Home Tags Functional programming

Tag: functional programming

Haskell: The Purely Functional Programming Language

0
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

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...

Getting Started with Haskell on Emacs

0
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!

0
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

1
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

3
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

0
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

0
Clojure is a dynamic, general purpose programming language that targets the Java Virtual Machine (JVM) and the Common Language Runtime (CLR). It is designed...