You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an initial implementation of Effect.Aff that copies the JavaScript implementation more or less verbatim.
4
-
5
-
There is still much to do:
6
-
7
-
- general bug fixing, as there are some subtle bugs due to copy and paste errors
8
-
- making the code more pythonic
9
-
- correctly guarding code with threading.Lock
10
-
11
-
The repo is in _alpha_ development. The code is not fit for anything other than experimental usage. It needs additional development and testing before being able to be incorporated into the official package-set for purescript.python.
0 commit comments