Function.create.js

Function creator

A JavaScript utility for creating named functions and constructors with optional prototype inheritance and simulation of prototype chain for older browsers.

Create named functions easily in JavaScript.

GitHub

7 stars
2 watching
0 forks
Language: JavaScript
last commit: almost 12 years ago

Related projects:

Repository Description Stars
newsappsio/spam A JavaScript library to create maps with Canvas using custom projections and features 102
stoeffel/compose-function A JavaScript library for composing functions together to create new function combinations. 56
functionaljs/functional-js A JavaScript library for functional programming with currying and point-free programming capabilities 223
jogendra/jsbutton A fully customisable Swift subclass of UIButton 12
haskellcamargo/babel-plugin-function-composition A Babel plugin that enables function composition using the & operator to create more complex functions from simple ones. 63
robertdober/lab42_defkw A module that provides macros to create functions with syntax-based keyword parameters and default values in Elixir. 2
thisables/curry A utility library for converting functions to curried variants with optional placeholders and fixed arity. 85
cocos/cocos-example-projects A collection of example projects demonstrating various Cocos Creator features and use cases. 503
1-liners/1-liners A collection of highly functional utility functions written in JavaScript 793
olorunfemidavis/devfestavatar Creates customizable avatars for DevFest events using JavaScript 7
framesjs/frames.js A TypeScript library and framework for creating Farcaster Frames 356
choojs/bankai A tool that simplifies web development by automating the compilation of JavaScript, HTML, and CSS files into a single bundle. 1,088
awt2542/comment-for-framer A Framer.js module for creating comments in prototypes 18
rung-tools/babel-plugin-holes A Babel plugin that adds expressive power to JavaScript by providing a system of holes for functional programming and function composition. 48
loop-recur/lambdajs A JavaScript library that enables functional programming by making all built-in functions pure and curried, promoting a more compositional and predictable coding style. 143