This repository contains usage examples or tutorials of Guile things.

Zelphir Kaltstahl 01264bded5 add a readme преди 9 месеца
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 преди 4 години
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 преди 1 година
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 преди 5 години
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 преди 1 година
randomness a2ff3d2646 extend randomness module преди 9 месеца
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 преди 1 година
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 преди 4 години
unit-testing ee3a31cfd1 update преди 5 години
unix-sockets 3a38bf362e reformat document преди 5 години
virtual-machine 3b49722e6f add disassembly instructions преди 2 години
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 преди 5 години
readme.org 01264bded5 add a readme преди 9 месеца

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.