All Projects → pokepay → paras

pokepay / paras

Licence: other
Embedded trivial Lisp-dialect.

Programming Languages

common lisp
692 projects
NewLisp
63 projects

Paras

Embedded trivial Lisp-dialect.

Installation

$ ros install fukamachi/paras

Usage

$ paras
> (equal 1 1.0)
NIL

> (equal 2 2)
T

> (use :time)
("PARAS/MODULES/TIME" "PARAS/MODULES/CORE")

> (month-of (now))
5

> (day-of (now))
31

Functions

Conditions

  • equal
  • and
  • or
  • <
  • <=

Operators

  • +
  • -
  • *

Controls

  • progn
  • when
  • if
  • let

Importing Modules

  • require
  • use

Modules

  • list
  • set
  • time
  • db

Author

This product is developed with the generous support of Pocket Change, K.K.

Copyright

Copyright (c) 2018 Eitaro Fukamachi ([email protected])

License

Licensed under the LLGPL License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].