{"id":13484391,"url":"https://github.com/guysv/ilua","last_synced_at":"2025-04-10T01:08:49.056Z","repository":{"id":44745613,"uuid":"150429410","full_name":"guysv/ilua","owner":"guysv","description":"Portable Lua kernel for Jupyter","archived":false,"fork":false,"pushed_at":"2023-12-21T21:59:03.000Z","size":202,"stargazers_count":124,"open_issues_count":12,"forks_count":13,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-10T01:08:42.851Z","etag":null,"topics":["console-application","interactive","jupyter","jupyter-kernels","lua","prototyping"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guysv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-09-26T13:16:36.000Z","updated_at":"2025-03-22T04:44:16.000Z","dependencies_parsed_at":"2024-01-13T18:28:08.529Z","dependency_job_id":"a50238c3-549b-4519-86ab-666c13db23ad","html_url":"https://github.com/guysv/ilua","commit_stats":{"total_commits":125,"total_committers":5,"mean_commits":25.0,"dds":0.12,"last_synced_commit":"05eb1817bceb1a9cc83f378bd86cd9ae1279ea70"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysv%2Filua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysv%2Filua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysv%2Filua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysv%2Filua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guysv","download_url":"https://codeload.github.com/guysv/ilua/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137887,"owners_count":21053775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["console-application","interactive","jupyter","jupyter-kernels","lua","prototyping"],"created_at":"2024-07-31T17:01:23.566Z","updated_at":"2025-04-10T01:08:49.028Z","avatar_url":"https://github.com/guysv.png","language":"Lua","readme":"# ILua\n*ILua* is a feature-packed, portable console and [Jupyter](http://jupyter.org/) kernel for the  [Lua](https://www.lua.org/) language.\n![](demo.gif)\n## Features\n * Lua-implementation agnostic\n   * Should work with any lua interpreter out of the box\n   * Works with Lua5.1-5.3, [LuaJIT](http://luajit.org/) and even some exotic implementations like [GopherLua](https://github.com/yuin/gopher-lua)\n   * [Easy to port to embedded interpreters](https://eng.hroncok.cz/2020/05/14/ilua-rpm-console)\n * Code completions\n * Code inspection\n   * Retrieve function documentation\n   * Can even retrieve the function source if available (invoked with ??)\n * Pretty-printed results\n * Access last result with _\n * Cross-session execution history\n * Works on Linux and Windows\n * No native dependencies for Lua\n * Python's pip based installation\n\n## Installation\n```bash\npip install ilua\n\n# From source\ngit clone https://github.com/guysv/ilua.git --recurse-submodules\ncd ilua\npip install -e . --user\npython setup.py install_data -d ~/.local # pip install -e . forgets data_files...\n```\n\n## A Bit on ILua's Architecture\nAs 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. The Lua interpreter only needs to respect the `$LUA_PATH` environment variable and execute a file given as the first argument.\n","funding_links":[],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguysv%2Filua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguysv%2Filua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguysv%2Filua/lists"}