Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benzap/clojurepy

Clojure for the Python VM
https://github.com/benzap/clojurepy

clojure clojurepy lisp python

Last synced: 15 days ago
JSON representation

Clojure for the Python VM

Awesome Lists containing this project

README

        

#+TITLE: clojurepy - Clojure in the Python VM
#+AUTHOR: Benjamin Zaporzan
#+DATE: 2018-09-11
#+EMAIL: [email protected]
#+LANGUAGE: en
#+OPTIONS: H:2 num:t toc:t \n:nil ::t |:t ^:t f:t tex:t

* Development
while in the main project directory

** Linux
#+BEGIN_SRC sh
virtualenv venv
. ./venv/bin/activate
pip install -e .
#+END_SRC

This makes the ~cljpy~ commandline tool available for development
in a virtual environment.