Some tweaks on top of Fennel standard REPL.
To install through fnx, add to your .fnx.fnl
:
:xrepl {:fennel/fnx {:git/github "gbaptista/xrepl"}}
; Example:
{:name "my-project"
:version "0.0.1"
:dependencies {
:xrepl {:fennel/fnx {:git/github "gbaptista/xrepl"}}}}
And install:
fnx dep install
(let [xrepl (require :xrepl)] (xrepl {:data data}))
(let [xrepl (require :xrepl)] (xrepl))