Skip to content
forked from danneu/hyclops

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

Notifications You must be signed in to change notification settings

ccfontes/hyclops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Hy 99.0%
  • Python 1.0%