This repository contains usage examples or tutorials of Guile things.

Zelphir Kaltstahl 01264bded5 add a readme 11 месяцев назад
alists 3b7de65b89 remove unused import 1 год назад
arrays 48f47c53ac add array utils to examples 1 год назад
command-line-arguments 3a535cd24a add simplest command line argument example 2 лет назад
databases 960ef6e66c update example for guile-dbi, now working 2 лет назад
dsv 2fa1de8d6a change lambda characters into lambda words 5 лет назад
exception-handling 0b10b05dd6 add example for adding custom exception types 2 лет назад
fibers 4c8a420dce add example for non-string data 1 год назад
file-system 86589ef659 add file-extension procedure 4 лет назад
futures e19ae90cf5 add futures using mandelbrot example 4 лет назад
generators 62a9488df4 added generator example 5 лет назад
gui 2e9726eb83 separate g-golf and guile-gi examples 2 лет назад
guile-in-docker 90e5df4732 add more steps of the guide 5 лет назад
hash-table 3f2794a148 added more basic example usages 6 лет назад
input-output f50b49ae48 add missing imports 1 год назад
json c3d6e547b5 add json guix environment to make sure examples work 3 лет назад
load-path e226f57fbe added more examples 6 лет назад
macros 67b970f03d re-organize macros 1 год назад
markdown 20c032c07b update main procedure for example 5 лет назад
matrices f7afd3da2b added naive suboptimal matrix implementation and another example for arrays 6 лет назад
modules cc778aecd5 correct (library ...) usage 2 лет назад
multithreading 2858d11fc9 adding more examples: 5 лет назад
ncurses e5114245c7 beginning with ncurses tutorials for terminal UIs 5 лет назад
network-programming 2214aa59be add some description 5 лет назад
parallellism 08f4e91864 added guile-webserver basic usage from tutorials 6 лет назад
parameters 68fe785912 add example 1 год назад
parsing 2858d11fc9 adding more examples: 5 лет назад
programs 028234d6d5 replace hash-table with functional sets 1 год назад
prompts c575db8aeb add import 2 лет назад
randomness a2ff3d2646 extend randomness module 11 месяцев назад
recursion 5a383c39c1 add example for recursion 4 лет назад
requests d415bbe617 add guix manifest for requests example 4 лет назад
shell 222db5465d wip commit 1 год назад
sound affc7ed26a wip commit 2 лет назад
streams 6618e69eb8 add stream->list function 2 лет назад
strings 892d75a551 add string padding procedure 5 лет назад
structs e91e4f87a6 bugfix: correct identifier used 5 лет назад
time 88a5dddfa5 improve srfi-9 time examples 2 лет назад
timing 67b4ec1186 improve formatting 5 лет назад
unit-testing ee3a31cfd1 update 6 лет назад
unix-sockets 3a38bf362e reformat document 5 лет назад
virtual-machine 3b49722e6f add disassembly instructions 3 лет назад
web-development f2854dc075 prefer cond over unless in this case 1 год назад
.gitignore e2a957329e update gitignore 2 лет назад
LICENSE 06d8dc0f5f Initial commit 6 лет назад
libs.org ee3a31cfd1 update 6 лет назад
readme.org 01264bded5 add a readme 11 месяцев назад

readme.org

About

This repository contains many examples for usage of programming concepts, libraries, and language features of Scheme or GNU Guile. It serves me and hopefully others as a place for lookup.

Repository

The new repository is located at: https://codeberg.org/ZelphirKaltstahl/guile-examples.