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: 8 months ago
JSON representation
Functional Programming concepts, examples and patterns illustrated in Haskell, Ocaml and Python
- Host: GitHub
- URL: https://github.com/caiorss/Functional-Programming
- Owner: caiorss
- License: unlicense
- Created: 2015-02-10T15:07:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T22:00:55.000Z (over 6 years ago)
- Last Synced: 2025-03-17T08:43:05.868Z (8 months ago)
- Language: Haskell
- Homepage: http://caiorss.github.io/Functional-Programming
- Size: 9.8 MB
- Stars: 2,693
- Watchers: 100
- Forks: 158
- Open Issues: 9
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
- awesome-functional-programming - Functional Programming concepts, examples and patterns illustrated in Haskell, Ocaml and Python
- awesome-functional-programming - Functional Programming concepts, examples and patterns illustrated in Haskell, Ocaml and Python
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]]