Coder Social home page Coder Social logo

a-sweet-lib's People

Contributors

xaviervia avatar

Watchers

 avatar  avatar

a-sweet-lib's Issues

Extract the reducer type

Also:

  • Extract the mapper type

And just as a remainder: the reducer with the long signature is able to perform "undo" on a history without the need for a higher order history.

Support building blocks functions

Higher order functions

  • arity
  • compose
  • converge
  • curry
  • flip
  • map
  • pattern (cond)
  • pipe
  • reduce
  • through
  • transduce

Basic functions (category theory?)

  • always
  • identity
  • truth
  • falsity
  • nil
  • object
  • array
  • zero
  • unit

Logic

  • or
  • and
  • not
  • xor

Remedial functions

  • equals
  • empty

Think about

  • lens
  • view
  • over
  • set (sounds like a "mutable" over, which is not cool)

Support snippets for derivatives

  • curryN
  • composeN
  • pipeN
  • flipN

(OK, maybe all N variations is a little redundant)

  • any (reduce(or))
  • all (reduce(and))

Arrays

  • flatten
  • take
  • append
  • splitAt

Object

  • toPairs

Make a "declaration of purpose"

Like:

  • Be copy-pasteable
  • Be properly typed (maybe later this one)
  • Be true to native JS (don't bother about optimization of the standard library is not optimized)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.