All Projects → danneu → hyclops

danneu / hyclops

Licence: other
Clojurey functions for Hy (a lisp on top of Python)

Programming Languages

Hy
24 projects
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to hyclops

hyer
Hyer - Hy enhanced routing
Stars: ✭ 17 (+13.33%)
Mutual labels:  hy
raider
OWASP Raider: a novel framework for manipulating the HTTP processes of persistent sessions
Stars: ✭ 88 (+486.67%)
Mutual labels:  hy
hymn
Hy Monad Notation - a monad library for Hy
Stars: ✭ 47 (+213.33%)
Mutual labels:  hy
Hy
A dialect of Lisp that's embedded in Python
Stars: ✭ 4,084 (+27126.67%)
Mutual labels:  hy

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].