Skip to content

Avoid intermediary string when reading from STDIN #3

@helins

Description

@helins

Currently, special request for reading from STDIN reads a line as a string and then reads this string as Convex Lisp. It should be possible avoiding that and handling directly with an InputStream or a Reader, it is just a matter of making them stop at the next newline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    :module/shellRelated to `:module/shell`enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions