*** empty log message ***
This commit is contained in:
parent
b62f12fe25
commit
eaa1802624
5
RELEASE
5
RELEASE
|
@ -30,7 +30,7 @@ would be written in scsh as
|
||||||
(< paper.tex.gz)) ; with this redirection
|
(< paper.tex.gz)) ; with this redirection
|
||||||
|
|
||||||
Scsh embeds this process notation within a full Scheme implementation.
|
Scsh embeds this process notation within a full Scheme implementation.
|
||||||
The process notation is realised as a set of macro definitions, and is
|
The process notation is realized as a set of macro definitions, and is
|
||||||
carefully designed to allow full integration with standard Scheme code.
|
carefully designed to allow full integration with standard Scheme code.
|
||||||
Scsh isn't Scheme-like; it is Scheme.
|
Scsh isn't Scheme-like; it is Scheme.
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ as a macro that can be embedded inside general Scheme code.
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
Scsh additionally provides the low-level access to the operating system
|
Scsh additionally provides the low-level access to the operating system
|
||||||
normally associated with C. With the exception of signal handlers, the current
|
normally associated with C. With the exception of signal handlers, the current
|
||||||
release provids full access to Posix, plus important non-Posix extensions,
|
release provides full access to Posix, plus important non-Posix extensions,
|
||||||
such as complete sockets support. "Complete Posix" means: fork, exec & wait,
|
such as complete sockets support. "Complete Posix" means: fork, exec & wait,
|
||||||
sockets, full read, write, open & close, seek & tell, complete file-system
|
sockets, full read, write, open & close, seek & tell, complete file-system
|
||||||
access, including stat, chmod/chgrp/chown, symlink, FIFO & directory access,
|
access, including stat, chmod/chgrp/chown, symlink, FIFO & directory access,
|
||||||
|
@ -71,6 +71,7 @@ also quite portable, providing a consistent interface across different
|
||||||
Unix platforms. We currently have scsh implementations for
|
Unix platforms. We currently have scsh implementations for
|
||||||
AIX,
|
AIX,
|
||||||
CXUX,
|
CXUX,
|
||||||
|
FreeBSD,
|
||||||
HP-UX,
|
HP-UX,
|
||||||
IRIX,
|
IRIX,
|
||||||
Linux,
|
Linux,
|
||||||
|
|
Loading…
Reference in New Issue