os-version-name[procedure] os-name
[procedure] os-node-name
[procedure] os-release-name
[procedure] os-version-name
[procedure] machine-name
Scheme48: returns strings for the current OS and
machine. Corresponds to POSIX uname().
Bigloo: also has os-name, but not others.
See also os-class, os-arch?, os-version?, and os-tmp?.
Gauche has direct interface of uname as sys-uname?.
Other scheme implementations have simiar interface.
|