doM.js
Functional programming library
A proof-of-concept implementation of the do monad syntax in JavaScript for functional programming
"do" monad syntax for JavaScript
11 stars
2 watching
0 forks
Language: JavaScript
last commit: almost 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dschalk/monads-for-functional-javascript | A collection of functional programming abstractions for handling uncertainty and side effects in JavaScript | 2 |
busypeoples/functional-programming-javascript | A collection of resources and libraries supporting functional programming in JavaScript | 305 |
drboolean/freeky | A collection of monads for composable and expressive functional programming in JavaScript | 176 |
functionaljs/functional-js | A JavaScript library for functional programming with currying and point-free programming capabilities | 223 |
teaentitylab/fpes | A library providing core functional programming functions and types for JavaScript | 43 |
wardlem/lambdash | A library providing generic functional programming functionality for JavaScript | 5 |
eliperelman/fn.js | A JavaScript library designed to promote and support functional programming principles in software development. | 15 |
jquery/jquery-dist | Distributes and makes available the latest JavaScript library for simplifying DOM manipulation and event handling. | 102 |
vorov2/ela | A modern functional programming language with support for dynamic typing and lazy evaluation. | 23 |
component/dom | An aggregate library of DOM traversal, manipulation and events functions | 228 |
khinsen/monads-in-clojure | An introduction to monads in Clojure, covering the basics of this functional programming concept. | 223 |
bttmly/fops | Provides functional, curried versions of common JavaScript operators and language constructs for concise and expressive programming. | 2 |
eladb/cfunctions | A library that enables the creation and execution of self-contained JavaScript functions on a cloud system, using environment variables to bind variables to specific values. | 0 |
ded/valentine | A JavaScript utility library providing functional iterators and common helpers such as waterfalls, queues, and parallels. | 286 |
codekult/adventures-of-lambda-in-js | A curated list of resources to learn Functional Programming in JavaScript | 16 |