Questions Columns Rows
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.

#561on PLDB 30Years 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)

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Stats Sponsor Traffic Traffic Today Day 268 feedback@pldb.com Logout