basilisp-lang / basilisp

A Clojure-compatible(-ish) Lisp dialect targeting Python 3.9+
https://basilisp.readthedocs.io
Eclipse Public License 1.0
287 stars 8 forks source link

`basilisp.core.async` namespace #149

Open chrisrink10 opened 6 years ago

chrisrink10 commented 4 years ago

The functionality of core.async depends primarily on the channel primitive. The package aiochan implements the channel primitive using Python's builtin async/await functionality. This would be a super rad enhancement.