Installer (programming language)

Source: Wikipedia, the free encyclopedia.
Example dialog
Example dialog

Installer is a scripting language developed by Sylvan Technical Arts and published by

LISP programming language. A compatible re-implementation named InstallerLG is actively developed as of October 2018.[2]

Example from the developer guide:

(makedir "T:fred"
	(prompt "I will now create the directory \"T:Fred\"")
	(help @makedir-help)
	(infos)
	(confirm)
)

The InstallerGen tool can be used as an alternative for writing scripts by hand.[3]

References

  1. ^ "A Neutral Look at Operating Systems". Wikibooks.
  2. ^ Söder, Ola. "InstallerLG repository". GitHub.
  3. ^ "Aminet - util/misc/InstallerGen.lha". aminet.net.

External links