Skip to main content

Portable Lua kernel for Jupyter

Project description

ILua

ILua is a feature-packed, portable Jupyter kernel for the Lua language.

Features

  • Lua-implementation agnostic
    • Should work with any lua interpreter out of the box
    • Works with Lua5.1-5.3, LuaJIT and even some exotic implementations like GopherLua
  • Code completions
  • Code inspection
    • Retreive function documentation
    • Can even retreive the function source if available (invoked with ??)
  • Pretty-printed results
  • Access last result with _
  • Works on Linux and Windows
  • No native dependencies for Lua
  • Python's pip based installation

Project Status

ILua is under heavy development, but I would still really appreciate if you could open an issue about what bothers you, or even send a pull request!

Installation

pip install ilua

# From source
git clone https://github.com/guysv/ilua.git --recurse-submodules

A Bit on ILua's Architecture

As opposed to existing Lua Jupyter kernels which implement the Jupyter protocol in Lua (and depend on lzmq which is a native module), ILua implements the communication with Jupyter in Python, which in turn talks with Lua via named-pipe IPC. This frees ILua from being bounded to a single Lua implementation ABI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ilua-0.1.0.tar.gz (37.9 kB view hashes)

Uploaded Source

Built Distribution

ilua-0.1.0-py2.py3-none-any.whl (48.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page