This repository contains usage examples or tutorials of Guile things.

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

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.