0.12.1 • Published 2 years ago

pocket-lisp-stdlib v0.12.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

Pocket lisp Standard Library

Standard library for Pocket lisp.

License: MIT code style: prettier Travis Build Status Codecov Code Coverage

Stdlib

Types based on Fantasy land

Basic data types

  • Bool
  • Number
  • Fraction number
  • String
  • Vector
  • HashMap

Math functions and constants

  • E
  • LN2
  • LN10
  • LOG2E
  • LOG10E
  • PI
  • SQRT1_2
  • SQRT2
  • abs
  • sign
  • min
  • max
  • floor
  • round
  • ceil
  • trunc
  • cbrt
  • sqrt
  • exp
  • pow
  • log
  • log2
  • log10

Other functions

  • random
  • random-int
  • shuffle

https://maxinteger.github.io/pocket-lisp/

For contributors

You can build packages locally with

npm build

or do continuous build with

npm watch

Also you can run test by

npm test
0.12.0

2 years ago

0.12.1

2 years ago

0.11.5

3 years ago

0.11.3

3 years ago

0.11.2

3 years ago

0.11.0

3 years ago

0.11.1

3 years ago

0.10.3

3 years ago

0.10.2

3 years ago

0.9.3

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.0

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago