clojure-py
A implementation of Clojure in pure (dynamic) Python
File Explorer
Download Latest Version (.zip)- __init__.py
- apersistentmap.py
- apersistentset.py
- apersistentvector.py
- aref.py
- areference.py
- aseq.py
- associative.py
- atomicreference.py
- atransientmap.py
- box.py
- cljexceptions.py
- cljkeyword.py
- comparator.py
- compiler.py
- cons.py
- counted.py
- fileseq.py
- globals.py
- gmp.py
- ideref.py
- ieditablecollection.py
- ifn.py
- ihasheq.py
- ilookup.py
- imeta.py
- indexableseq.py
- indexed.py
- iobj.py
- ipersistentcollection.py
- ipersistentlist.py
- ipersistentmap.py
- ipersistentset.py
- ipersistentstack.py
- ipersistentvector.py
- ireduce.py
- iref.py
- ireference.py
- iseq.py
- iterable.py
- itransientassociative.py
- itransientcollection.py
- itransientmap.py
- linenumberingtextreader.py
- lispreader.py
- mapentry.py
- named.py
- namespace.py
- obj.py
- persistentarraymap.py
- persistenthashmap.py
- persistenthashset.py
- persistentlist.py
- persistenttreemap.py
- persistentvector.py
- reversible.py
- rt.py
- seqable.py
- sequential.py
- settable.py
- symbol.py
- threadutil.py
- util.py
- var.py
- __init__.py
- byteplay.py
- __init__.py
- core.clj
- deffered.clj
- main.py
- standardimports.py
- tests.clj
- untranslated.clj
- factorial.clj
- factorial.py
- callmethod-jvm.clj
- callmethod.clj
- __init__.py
- clojure-core-tests.py
- compiler-tests.py
- core-tests.clj
- persistenttreemap-tests.py
- clojure.py
- derefperf.clj
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/drewr/clojure-py
Downloads the entire project code from GitHub to your computer.
cd clojure-py
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
