lolcode-lci
LOLCODE interpreter written in C
lci
is a LOLCODE interpreter written in C and is designed to be correct, portable, fast, and precisely documented.
correct: Every effort has been made to test lci's conformance to the LOLCODE language specification. Unit tests come packaged with the lci source code.
portable: lci follows the widely ported ANSI C specification allowing it to compile on a broad range of systems.
fast: Much effort has gone into producing simple and efficient code whenever possible to the extent that the above points are not compromised.
- Versions: 0.11.2-0.6762b72
- Website: http://lolcode.org/
- Licenses: GPL 3+
- Package source: gnu/packages/esolangs.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of lolcode-lci
as follows:
guix install lolcode-lci
Or install a particular version:
guix install lolcode-lci@0.11.2-0.6762b72
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of lolcode-lci about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/lolcode-lci'><img src='https://packages.guix.gnu.org/packages/lolcode-lci/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/lolcode-lci)
Example Org:
[[https://packages.guix.gnu.org/packages/lolcode-lci][https://packages.guix.gnu.org/packages/lolcode-lci/badges/latest-version.svg]]