luaish icon indicating copy to clipboard operation
luaish copied to clipboard

Luaish on luarocks ?

Open djcoin opened this issue 12 years ago • 1 comments

I barely used luaish as I just started learning lua (I come from python/javascript) and I was looking for an interactive repl.

I struggled to install and use luaish as no clues was provided.

I think it would be great to provide more details for the setup and obviously to package it in Luarocks !

I made a quick shell script to automate its launch on linux, if of any help:

-- file: ~/bin/luaish ---

!/bin/bash

( cd ~/.luarocks/__fromsource/luaish/ && lua -lluarocks.loader lua.lua $@ )

Cheers, Simon

djcoin avatar Oct 26 '12 14:10 djcoin

Sorry about the lack of documentation, these things happen when I am in a hurry to get something out.

I will get luaish into LuaRocks - can do this now because lua-linenoise is in the repo!

steve d.

stevedonovan avatar Oct 29 '12 07:10 stevedonovan