https://github.com/benzap/clojurepy
Clojure for the Python VM
https://github.com/benzap/clojurepy
clojure clojurepy lisp python
Last synced: 4 months ago
JSON representation
Clojure for the Python VM
- Host: GitHub
- URL: https://github.com/benzap/clojurepy
- Owner: benzap
- License: epl-1.0
- Created: 2018-09-11T22:37:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T00:41:10.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T03:42:08.247Z (4 months ago)
- Topics: clojure, clojurepy, lisp, python
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
- License: LICENSE
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_SRCThis makes the ~cljpy~ commandline tool available for development
in a virtual environment.