We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

User interfaces with Guile and their application

Formale Metadaten

Titel
User interfaces with Guile and their application
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
The guile implementation of scheme provides a Turing complete languageenabling any computable problem to be solved. In the community however thereis a perception that scheme is not suited to user interface applications. Thistalk discusses why that perception exists, and aims to counter it bypresenting an example of graphical user interface application using guile-ncurses which may be used to configure and install the GuixSD operating systemon a bare computer. The structure of the program will be briefly presented, how it uses the guile-ncurses library and issues which were encountered during its development