Jump to content

Scsh

From Wikipedia, the free encyclopedia
Scsh
Original author(s)Olin Shivers
Developer(s)Brian Carlstrom
Martin Gasbichler
Mike Sperber
Initial release31 October 1994;29 years ago(1994-10-31)
Stable release
0.6.7 / 16 May 2006;18 years ago(2006-05-16)
Repositorygithub/scheme/scsh
Written inScheme 48
Operating systemUnix-like
PlatformIA-32
Size4.2 MB
Available inEnglish
TypeUnix shell
LicenseBSD-3-Clause
Websitewww.scsh.net

Scsh(aScheme shell) is computersoftware,a type ofshellfor anoperating system.It is a Portable Operating System Interface (POSIX)application programming interface(API) layered on the programming languageScheme,in a manner to make the most of Scheme's ability forscripting.Scsh is limited to32-bitplatforms but there is a development version against the latestScheme 48that works in64-bitmode.[1]It isfree and open-source softwarereleased under theBSD-3-Clauselicense.

Features

[edit]

Scsh includes these notable features:

Example

[edit]
#!/usr/local/bin/scsh-s
!#

(define(executablesdir)
(with-cwddir
(filterfile-executable?(directory-filesdir#t))))
(define(writelnx)(displayx)(newline))

(for-eachwriteln
(append-mapexecutables((infix-splitter":")(getenv"PATH"))))

"Acknowledgments"

[edit]

The reference manual for Scsh includes a spoofAcknowledgmentssection[2]written by Olin Shivers. It starts:

Who should I thank? My so-called "colleagues", who laugh at me behind my back, all the while becoming famous on my work? My worthless graduate students, whose computer skills appear to be limited to downloading bitmaps off of netnews? My parents, who are still waiting for me to quit "fooling around with computers," go to med school, and become a radiologist? My department chairman, a manager who gives one new insight into and sympathy for disgruntled postal workers?

and concludes with:

Oh, yes, the acknowledgements. I think not. I did it. I did it all, by myself.

See also

[edit]

References

[edit]
  1. ^"scheme/scsh: A Unix shell embedded in scheme".GitHub.Retrieved2024-01-12.
  2. ^"Acknowledgements (reprinted in Philip Greenspun's book,Database-backed Web Sites) ".Philip Greenspun.Retrieved2018-12-04.
[edit]