wisp-lang / wisp

A little Clojure-like LISP in JavaScript
https://gozala.github.io/wisp/
Other
982 stars 68 forks source link

FYI: CSP channels based on ES6 generators #119

Closed waldenn closed 9 years ago

waldenn commented 9 years ago

https://github.com/ubolonton/js-csp

Gozala commented 9 years ago

Not sure what this is about.

waldenn commented 9 years ago

"This is a very close port of Clojurescript's core.async."

Is this not an interesting project for implementing that functionality in wisp?

Gozala commented 9 years ago

@walden- I think we can just add syntax for generators and than it will work out of the box. That being said I'd be more interested in getting wisp into a state where core.async can be used as is.

I'm afraid I don't have time to work on either, but will be happy to mentor if someone will be interested in doing it.