gijit / gi

gijit is a just-in-time trace-compiled golang REPL. Standing on the shoulders of giants (GopherJS and LuaJIT).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add liner for up-arrow command history

glycerine opened this issue · comments

github.com/glycerine/liner provides command line history upon up-arrow, tab-complete, etc.

example use:

https://github.com/glycerine/zygomys/blob/master/zygo/liner.go

https://github.com/glycerine/zygomys/blob/master/zygo/repl.go

A small task, good first issue, would be to integrate liner.go with gi/luajit.go

done as of v0.8.0