A collection of JS modules to meet basic needs for web clients.
Go to file
Tissevert c25ccd67a5 Reorder functions alphabetically, add the identity and function composition and finally rename defaultCompare into compare and make it take a comparison as argument, defaulting to the identity 2019-02-19 12:18:18 +01:00
.gitignore The output of the compilation shouldn't be versioned 2019-02-14 21:58:25 +01:00
Makefile Add a Makefile to compile all the lib into a single module 2019-02-14 19:17:54 +01:00
async.js Add async primitives for http queries, failure handling and mapping non-async functions 2019-02-13 08:26:08 +01:00
cache.js Add a Cache module compatible with the Async monad 2019-02-14 21:59:19 +01:00
dom.js Start with two modules salvaged from existing projects 2019-01-12 20:07:31 +01:00
fun.js Reorder functions alphabetically, add the identity and function composition and finally rename defaultCompare into compare and make it take a comparison as argument, defaulting to the identity 2019-02-19 12:18:18 +01:00
unit.js.tpl Add a Makefile to compile all the lib into a single module 2019-02-14 19:17:54 +01:00