pocket-lisp-stdlib
TypeScript icon, indicating that this package has built-in type declarations

0.12.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i pocket-lisp-stdlib

Weekly Downloads

0

Version

0.12.1

License

MIT

Unpacked Size

83.2 kB

Total Files

6

Last publish

Collaborators

  • maxinteger