This repository contains usage examples or tutorials of Guile things.

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

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.