Skip to content
Clojurey functions for Hy (a lisp on top of Python)
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md
hyclops.hy
python_helpers.py
sandbox.hy

README.md

Hyclops

Clojurey functions for Hy (a lisp on top of Python).


I didn't mean to write this.

It just all started with

(defn reverse [x]
  (reversed x))

These functions are implemented naively, but I would like to arrive at a lazy-seq abstraction that hides Python's procedural iterators/generators.


Only compat with Python 3 for the moment. (I have very little Python experience)

You can’t perform that action at this time.