luaenv

command module
v0.0.0-...-c8a20c1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2014 License: MIT Imports: 6 Imported by: 0

README

ABOUT

Application that sets up a Lua environment. It really just combines golua and fsnotify for a workflow that I like when prototyping.

USAGE

~/misc/lua/go $ ls
foo.lua  l.lua  p.lua
~/misc/lua/go $ luaenv 
hi from lua
there is no load order
its best to just dofile/require other modules, instead of relying on order

Now luaenv will loop waiting for file changes and eval updated files into the same environment.

OTHER

Files are not loaded recursively, this is a feature which lets you control how and when something will be updated.

LICENSE

MIT

Documentation

Overview

Application to quickly setup a lua environment

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL