burrido
Do notation
An experiment in bringing Haskell's do-notation to JavaScript using generators.
Do-notation for JavaScript
176 stars
4 watching
2 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
monadnotationsyntax
Related projects:
Repository | Description | Stars |
---|---|---|
risto-stevcev/do-notation | A JavaScript implementation of a Do notation for Fantasy Land monad types | 13 |
russellmcc/fantasydo | A library that enables monadic programming in JavaScript using a runtime implementation of the Fantasy Land Spec's Do Notation | 64 |
elclanrs/dom.js | A proof-of-concept implementation of the do monad syntax in JavaScript for functional programming | 11 |
ocharles/what-it-do | Tools for automatically tracing and displaying the execution flow of do expressions in Haskell code | 84 |
erikd/language-javascript | A parser for JavaScript written in Haskell. | 160 |
raimohanska/monads | An introduction to monads in the Haskell programming language | 12 |
dorchard/effect-monad | Provides fine-grained reasoning about effects in Haskell computations | 99 |
theam/haskell-do | A Haskell-based code editor designed for interactive development and programming in the language. | 352 |
haskellcamargo/babel-plugin-function-composition | A Babel plugin that enables function composition using the & operator to create more complex functions from simple ones. | 63 |
dojo/typings | A collection of type definitions for Dojo 1.x libraries and frameworks. | 28 |
khinsen/monads-in-clojure | An introduction to monads in Clojure, covering the basics of this functional programming concept. | 223 |
bodil/pylon | An interop facility for building JavaScript classes using Clojure | 53 |
wolox/dictum | Automates the creation of API documentation for Rails applications | 53 |
bahmutov/javascript-journey | A tutorial project demonstrating various programming paradigms and techniques in JavaScript to solve a simple problem of multiplying numbers by a constant. | 332 |
cbou/markdox | A documentation generator for JavaScript and CoffeeScript code | 230 |