-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sketch for how data pipelining and fetching from an
API works
- Loading branch information
1 parent
c595992
commit 185efd2
Showing
2 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## todos | ||
|
||
i already have a turing complete synchronous language | ||
|
||
what i need to make this testable is: | ||
|
||
- anytime global return is sent, we find the next function in the chain and send the data to it (as string for now) | ||
- anytime there is an async task (e.g. the dummyasync ffi), block the function | ||
- execute the code as a file instead of a repl, i'm getting tired of copy pasting to often for testing XD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters