Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 772 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 772 Bytes

KondoLisp

Build Status

KondoLisp is a framework for dynamic prototyping on Arduino. It enables you to run programs on Arduino WITHOUT frastrating compiling and uploading processes.

Usage

FIXME: write

Installation

FIXME: write

For Developers

Download and install Leiningen.

Running KondoLisp from *.clj files

  • Run run.sh
    • Currently, run.sh supports only Linux

Building KondoLisp

  • Running make generates stand alone jar file (not including JNI libraries)
  • Running make dist generates jar files for distribution (including JNI libraries)

License

MIT License. See /LICENSE.txt