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

https://github.com/tsoding/ebisp

Embedded Lisp
https://github.com/tsoding/ebisp

hacktoberfest hacktoberfest2020

Last synced: 8 months ago
JSON representation

Embedded Lisp

Awesome Lists containing this project

README

          

[![Tsoding](https://img.shields.io/badge/twitch.tv-tsoding-purple?logo=twitch&style=for-the-badge)](https://www.twitch.tv/tsoding)
[![Build Status](https://travis-ci.org/tsoding/ebisp.svg?branch=master)](https://travis-ci.org/tsoding/ebisp)

# Ebisp

Embedded Lisp

## Quick Start

```
$ make # build the entire project
$ ./repl # run the Ebisp repl
$ ./ebisp_test # run the Unit Tests
```