COM.INFORMATIMAGO.CLISP.SYSLOG
FFI to syslog.
COM.INFORMATIMAGO.CLISP.DISK
This package exports disk management functions,
COM.INFORMATIMAGO.CLISP.STRING
This module exports string functions.
COM.INFORMATIMAGO.CLISP.FIFO-STREAM
A fifo stream: all input is buffered and restituted as output.
COM.INFORMATIMAGO.CLISP.IOTASK
Encapsulates clisp socket-status.
COM.INFORMATIMAGO.CLISP.RFC1413
Implements a ident protocol client.
COM.INFORMATIMAGO.CLISP.RAW-MEMORY
Peek and Poke.
COM.INFORMATIMAGO.CLISP.SUSV3
An implementation of SUSv3 for clisp.
The Open Group Base Specifications Issue 6
IEEE Std 1003.1, 2003 Edition
http://www.opengroup.org/onlinepubs/007904975/index.html
Rules:
- The various scalar types are all mapped to INTEGER.
[There is a multitude of scalar type declaration in
the C POSIX API (pid_t, gid_t, mode_t, etc) because
C has modulo integers. Lisp have true integers, so
they're not useful.]
http://www.opengroup.org/onlinepubs/009695399/xrat/xsh_chap02.html#tag_03_02_12
- symbol are upcased, underlines replaced with dash,
structure field prefixes are removed.
Constant names are NOT decorated by any '+'.
- pointers: addresses are returned as integers.
[It's easiest to keep addresses as integers instead of
fighting with the various FFI notions of a pointer.]
- errors are reported as result/errno.
COM.INFORMATIMAGO.CLISP.SUSV3-MC3
An implementation of SUSV3-MC3 for clisp.
Implemented:
mmap/munmap
COM.INFORMATIMAGO.CLISP.SUSV3-XSI
This packages exports SUSV3 XSI functions.
This is the CLISP specific implementation of the SUSV3 XSI API.
The Open Group Base Specifications Issue 6
IEEE Std 1003.1, 2003 Edition
http://www.opengroup.org/onlinepubs/007904975/index.html
Implemented:
ftw
msgget/msgctl/msgsnd/msgrcv
shmget/shmctl/shmat/shmdt
COM.INFORMATIMAGO.CLISP.SCRIPT
This module exports some functions usefull when writting clisp scripts.
COM.INFORMATIMAGO.CLISP.SHELL
This package export shell primitives (fork, pipe, redirections, exec).
COM.INFORMATIMAGO.CLISP.XTERM
This package exports functions to open xterm streams.