An open API service indexing awesome lists of open source software.

https://github.com/gbaptista/xrepl

Some tweaks on top of Fennel standard REPL.
https://github.com/gbaptista/xrepl

fennel fnx repl

Last synced: 6 months ago
JSON representation

Some tweaks on top of Fennel standard REPL.

Awesome Lists containing this project

README

          

# xrepl

Some tweaks on top of Fennel standard REPL.


xrepl example

## Installing

To install through [fnx](https://github.com/gbaptista/fnx), add to your `.fnx.fnl`:

```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

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

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