xopxe / lumen

Lua Multitasking Environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

single file distribution

denisdemais opened this issue · comments

commented

Hi.
I try'ng to uses Lumen, but, the filesystem don't supporte directories.

Is possible to load lumen in a single file? I.e., local lumen = require('lumen.all.in.one.lua'); ?

thanks

commented

On what platform you are trying? If it is a microcontroller or something like that you can look in https://github.com/xopxe/eLumen , a one file version of lumen with lots of things stripped down.

commented

I'm running Lua 5.1.5 at arm11 (custom board) and lumen is a useful! (i'm learning yet)
Also will uses @ NodeMCU [ESP8266]

one single file [all-in-one] is very useful.

i will try eLumen!

thanks