Английская Википедия:Installer (programming language)

Материал из Онлайн справочника
Версия от 06:13, 26 марта 2024; EducationBot (обсуждение | вклад) (Новая страница: «{{Английская Википедия/Панель перехода}} {{Short description|Scripting language by Commodore International, derived from the LISP programming language}} right|Example dialog '''Installer''' is a scripting language developed by Sylvan Technical Arts and published by Commodore International for AmigaOS, first released for version 2.1 in 1992.<ref>{{cite web |title=A Neutral Look at Operating S...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

Шаблон:Short description

Example dialog
Example dialog

Installer is a scripting language developed by Sylvan Technical Arts and published by Commodore International for AmigaOS, first released for version 2.1 in 1992.[1] Its grammar is based on the 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

Шаблон:Reflist

External links

Шаблон:AmigaOS