sergiotaborda / lense-lang

The Lense Language Compiler
1 stars 0 forks source link

Basis interfaces for I/O #68

Open sergiotaborda opened 4 years ago

sergiotaborda commented 4 years ago

core module will not provide all io implememtations. file access and file system support will be in another module as well as sockets in a third. core will only provide the common ground for io streams

interfaces must be async friendly to compatible with java nio and node io. rx compstibility may also be an option

io streams are Byte streams for reading and writing