-
Notifications
You must be signed in to change notification settings - Fork 41
IO Design
Ilya Sher edited this page Feb 16, 2020
·
7 revisions
-
echo()
,log()
,warn()
,debug()
, etc functions should continue working as is (without any changes to code)- It is OK to change the implementation and have some underlying complexity to allow the required flexibility
- Support being the backend of Web UI
- Support being the backend (aka kernel) of Jupyter
- Very convenient work with
- stdin/stdout/stderr
- files
- Support blocking IO (at least as interface) because it's very convenient in many cases
NGS official website is at https://ngs-lang.org/