https://github.com/danneu/hyclops
Clojurey functions for Hy (a lisp on top of Python)
https://github.com/danneu/hyclops
clojure hy python
Last synced: 10 months ago
JSON representation
Clojurey functions for Hy (a lisp on top of Python)
- Host: GitHub
- URL: https://github.com/danneu/hyclops
- Owner: danneu
- Created: 2013-10-18T04:17:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T19:36:15.000Z (almost 12 years ago)
- Last Synced: 2025-03-24T07:03:57.248Z (11 months ago)
- Topics: clojure, hy, python
- Language: Hy
- Size: 134 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyclops
Clojurey functions for [Hy](https://github.com/hylang/hy) (a lisp on top of Python).
---
I didn't mean to write this.
It just all started with
``` clojure
(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)