Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 649 Bytes

File metadata and controls

36 lines (24 loc) · 649 Bytes

xrepl

Some tweaks on top of Fennel standard REPL.

xrepl example

Installing

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

Usage

(let [xrepl (require :xrepl)] (xrepl {:data data}))

(let [xrepl (require :xrepl)] (xrepl))