Measures Concepts
GitHub icon

Guile

Guile - Programming language

< >

Guile, aka GNU Ubiquitous Intelligent Language for Extensions, is an open source programming language created in 1993 by Aubrey Jaffer and Tom Lord and Miles Bader.

#560on PLDB 31Years Old

GNU Guile is the preferred extension system for the GNU Project, which features an implementation of the Scheme programming language. Its first version was released in 1993. In addition to large parts of Scheme standards, Guile Scheme includes modularized extensions for many different programming tasks.For extending programs, Guile offers "libguile" which allows the language to be embedded in other programs, and integrated closely through the C API; similarly, new types and subroutines defined through the C API can be made available as extensions to Guile itself.Guile stands for the GNU Ubiquitous Intelligent Language for Extensions. Read more on Wikipedia...


Example from the web:
;;; Hello world program (define name "World") (display (string-append "Hello " name "!")) (newline)

Language features

Feature Supported Token Example
Comments ✓
; A comment
Line Comments ✓ ;
; A comment
Semantic Indentation X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout