Skip to content

lice-lang/lice-tiny

Repository files navigation

Lice

CI status
Travis CI Build Status
AppVeyor Build status
CircleCI CircleCI
CodeShip Codeship Status for lice-lang/lice-tiny

JitPack
license

This is the tiny version and experimental version of the Lice programming language.

Still, Lice tiny provides full support for call-by-name, call-by-need, and call-by-value. In this version, you can only find the basic language constructs (the def family, lambda family, control flows, boolean and integer operations), list operations and File/GUI/Netword APIs are removed.

I tried my best to make the compiled jar small.

For more information about Lice, see the main repo.