This repository contains usage examples or tutorials of Guile things.

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

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.