Skip to content

pokepay/paras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b28dc4a · Nov 29, 2022

History

32 Commits
Nov 29, 2022
May 31, 2018
May 29, 2018
Nov 29, 2022
Jun 6, 2018
Nov 10, 2021
May 29, 2018
Jun 6, 2018
May 31, 2018
Nov 10, 2021
Nov 10, 2021
May 29, 2018
Nov 10, 2021

Repository files navigation

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
  • not
  • 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 (e.arrows@gmail.com)

License

Licensed under the LLGPL License.