Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Scheme Programming/TinyScheme

From Wikibooks, open books for an open world
<Scheme Programming
TinyScheme
Developer(s)Dimitrios Souflis, Kevin Cozens, Jonathan S. Shapiro
Stable release1.40 /Template:Release date
Operating systemCross-platform
TypeProgramming language
LicenseBSD License
Websitetinyscheme.sourceforge.net

TinyScheme is a lightweight Scheme interpreter of a subset of the R5RS standard. It is meant to be used as an embedded scripting interpreter for other programs. Much of the functionality in TinyScheme is included conditionally, to allow developers to balance features and size/footprint.

TinyScheme is used by GIMP starting with version 2.4, released in 2007. GIMP previously used SIOD.[1]

TinyScheme was used as the core of Direct Revenue's adware, making it the world's most widely distributed Scheme runtime.[2]

Some Tutorials

[edit |edit source]

Saving a textfile

[edit |edit source]
(definetxt-output-file(open-output-file"file.txt"))(display"text to write"txt-output-file)(close-porttxt-output-file)

The last line is especially important as elsewise the file would not be closed and could not be modified by other programs until e.g. GIMP is closed

References

[edit |edit source]
  1. "GIMP - Script-Fu Migration Guide".gimp.org. RetrievedNovember 5, 2011.
  2. http://web.archive.org/web/20170606051321/http://philosecurity.org/2009/01/12/interview-with-an-adware-author

External links

[edit |edit source]
Retrieved from "https://en.wikibooks.org/w/index.php?title=Scheme_Programming/TinyScheme&oldid=4197539"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp