Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caiorss/Functional-Programming

Functional Programming concepts, examples and patterns illustrated in Haskell, Ocaml and Python
https://github.com/caiorss/Functional-Programming

Last synced: about 2 months ago
JSON representation

Functional Programming concepts, examples and patterns illustrated in Haskell, Ocaml and Python

Awesome Lists containing this project

README

        

#+TITLE: Functional Programming by Example
#+AUTHOR: -
#+EMAIL: -
#+DESCRIPTION: Functional programming examples, theory,
#+URL: https://github.com/caiorss/Functional-Programming

#+HTML_HEAD:
#+HTML_HEAD:
#+HTML_HEAD:

# * Functional Programming by Example

[[file:haskell/images/haskellLogo.png][file:haskell/images/haskellLogo.png]]

The purpose of this tutorial is to illustrate functional programming
concepts in many languages by providing reusable and useful snippets
of code, examples, case studies and applications.

Author: [[https://www.linkedin.com/in/caiorodrigues][Caio Rodrigues]] /

Notes:
+ This is a endless work in progress.
+ This repository is dedicated to public domain.

This repository can be accessed from the following URLs:

- https://github.com/caiorss/Functional-Programming

- http://tinyurl.com/fpbyexample

The website of this repository is:

+ http://caiorss.github.io/Functional-Programming

+ The project's web site was updated and improved with a table of
contents on side-bar. In addition, the new layout makes reading
easier to read and browse the content.

+ Those pages in the theme are in the gh-pages branch which can
easy be downloaded for offline usage.

*General*

- [[file:haskell/Functional_Programming_Concepts.org][Functional Programming Concepts]]

*Statically Typed Programming Languages with Type Inference*

- [[file:haskell/README.org][Haskell]]

- [[file:ocaml/README.org][OCaml]]

- [[file:scala/README.org][Scala]] (JVM / Java Platform)

- [[file:scala/PRACTICAL_RECIPES.org][Scala Recipes]] - Practical examples about Scala.

*Dynamically Typed Programming Languages*

- [[file:scheme/README.org][Scheme]]

- [[file:clojure/README.org][Clojure]] (JVM / Java Platform)

*Papers*

- [[file:papers/README.org][Papers in this Repository]]