lci icon indicating copy to clipboard operation
lci copied to clipboard

Socket/File support?

Open Xe opened this issue 10 years ago • 6 comments

It would be interesting to make a FIEL-like BUKKIT that would be a part of the core library and specification. Maybe some calls like:

FILO = File-like object

Name Purpose C-like function
LUK Read a LETTAR, LINE, or WORD from a FILO fscanf()
SCRIBBEL Write a YARN to a FILO fprintf()
AGEIN Rewinds the FILO rewind()
HAZ creates a FILO n/a
OPEN Opens a file into a FILO fopen()
KONN Connects a socket to a FILO connect()
BIND Binds a socket to a FILO bind()

Xe avatar Apr 27 '14 02:04 Xe