Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T22:00:55.000Z (over 5 years ago)
- Last Synced: 2024-10-29T17:51:06.582Z (15 days ago)
- Language: Haskell
- Homepage: http://caiorss.github.io/Functional-Programming
- Size: 9.8 MB
- Stars: 2,687
- Watchers: 102
- Forks: 158
- Open Issues: 8
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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]]