Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benzap/clojurepy
- Owner: benzap
- License: epl-1.0
- Created: 2018-09-11T22:37:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T00:41:10.000Z (over 6 years ago)
- Last Synced: 2025-01-20T08:56:46.508Z (17 days ago)
- Topics: clojure, clojurepy, lisp, python
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- 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.