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

Formal Metadata

Title
User interfaces with Guile and their application
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
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