This package browser is in early development. Mind the rough edges.

luajit

Just in time compiler for Lua programming language version 5.1

LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language. Lua is a powerful, dynamic and light-weight programming language. It may be embedded or used as a general-purpose, stand-alone language.

Installation

Install the latest version of luajit as follows:

guix install luajit

Or install a particular version:

guix install luajit@2.1.0-beta3-0.6c4826f

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.