lci

interpreter for LOLCODE, an esoteric programming language inspired by lolcat

TLDR

Run a LOLCODE file
$ lci [path/to/file.lol]
Display help
$ lci -h
Display version
$ lci -v

SYNOPSIS

lci [options] file

DESCRIPTION

lci is an interpreter for LOLCODE, an esoteric programming language inspired by lolcat memes and internet humor. The language uses lolspeak-style syntax for programming constructs.Example LOLCODE:

$ HAI 1.2
  VISIBLE "HAI WORLD!"
KTHXBYE

PARAMETERS

-h, --help

Display help information
-v, --version
Display version information

INSTALL

brew install lci
nix profile install nixpkgs#lci

CAVEATS

LOLCODE is a joke language not intended for serious development. The specification is informal and implementations may vary. Primarily useful for entertainment and educational purposes.

HISTORY

LOLCODE was created by Adam Lindsay in 2007 at Lancaster University as a humorous programming language. The lci interpreter was developed by Justin Meza to provide a C-based implementation.

SEE ALSO

python(1), perl(1), ruby(1)