*** 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
|
||||
|
||||
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.
|
||||
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
|
||||
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,
|
||||
sockets, full read, write, open & close, seek & tell, complete file-system
|
||||
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
|
||||
AIX,
|
||||
CXUX,
|
||||
FreeBSD,
|
||||
HP-UX,
|
||||
IRIX,
|
||||
Linux,
|
||||
|
|
Loading…
Reference in New Issue