This repository contains usage examples or tutorials of Guile things.

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