kingcons / trivial-raw-io

Trivial portability for raw *nix IO in Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trivial-raw-io

For all your portable CL raw POSIX I/O needs! We export three simple symbols: with-raw-io, read-char, and read-line.

Obviously, read-char and read-line shadow the existing CL symbols. We simply call them inside with-raw-io.

with-raw-io is a macro which takes a &body and executes BODY with IO in non-canonical mode by modifying POSIX termios settings, then restores the previous settings.

At this time, trivial-raw-io has been tested on: SBCL, CCL, CMUCL, and CLISP. All testing has been done on Linux.

About

Trivial portability for raw *nix IO in Common Lisp

License:BSD 2-Clause "Simplified" License


Languages

Language:Common Lisp 100.0%