Code Monkey home page Code Monkey logo

lu9's Introduction

lu9 -- Lua for Plan 9 space

lu9 is an umbrella project providing a native Plan 9 port of the Lua library and several other libraries and programs built on top of it.

The project is currently comprised of the following:

  • lu9 is a simple Lua interpreter host intended for running standalone Lua programs and interactive usage. It also serves as an example on how to use the Lua library in your own programs.
  • lu9-lua is a Lua 5.4 library patched to work well within the Plan 9 environment. It does not depend on any other code in this project. Unlike many previous ports it does NOT use APE, the POSIX emulation layer, which means that you can use it alongside regular Plan 9 libraries.
  • lu9-p9 is a system interface module providing access to system calls and other useful libc interfaces. It also provides some higher-level interfaces for the most common tasks.
  • lu9-lpeg is a simple port of the LPeg pattern matching module.

Check the respective repositories for more information.

lu9(1) standalone interpreter

Building and installing

Building and installing lu9 is simple: grab this repository, pull the dependencies, and run mk install.

; git/clone https://git.sr.ht/~kvik/lu9
; mk pull
; mk install

Only the lu9 binary and Lua modules get installed into the system. The binary is statically linked so no C libraries have to be installed.

Usage

Check the lu9(1) manual page for more information.

; man lu9

Legal

All of my original work is released under the MIT license, the same license used by Lua and LPeg.

lu9's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.