unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Zelphir Kaltstahl <zelphirkaltstahl@posteo.de>
To: guile-user@gnu.org
Subject: Re: Guile Potluck 2021
Date: Thu, 25 Feb 2021 22:08:22 +0100	[thread overview]
Message-ID: <0785b0ec-f952-3c05-0616-8a46347c1c7c@posteo.de> (raw)

Hello!

I want to share some projects for the Potluck as well:

- guile-fslib

  - library for working with file system locations / things (currently only supports typical locations of GNU/Linux systems, not Windows with any drive letters.

  - https://notabug.org/ZelphirKaltstahl/guile-fslib

- awesome-guile:

  - list of great guile stuff

  - https://notabug.org/ZelphirKaltstahl/awesome-guile

- fantasy-vacation-planner:

  - With restrictions due to pandemics happening all over the planet, why not play a little traveling game written in GNU Guile?
    I did cheat a little though, using Python to validate the JSON configuration files, as I do not know about a GNU Guile library for validating JSON using a JSON schema.
    However, none of the actual game code is Python, it is all pure GNU Guile.

  - https://notabug.org/ZelphirKaltstahl/fantasy-vacation-planner

- guile-user-input-output:

  - Just a small library for querying the user on command line for stuff.
    Things like "ask for an integer" or "ask for a number satisfying the condition expressed in the given lambda".

  - https://notabug.org/ZelphirKaltstahl/guile-user-input-output

- guile-examples:
 
  - The place where I keep examples of how to do many things in GNU Guile.
 
  - https://notabug.org/ZelphirKaltstahl/guile-examples

- guile-risk-calculator:

  - A program for calculating probabilities in the board game risk.
    Makes use of simulating dice roll outcomes.
    The user can specify how many time a simulation is run.
    Helped me win a few games, I think, and was tricky to get working correctly.

  - https://notabug.org/ZelphirKaltstahl/guile-risk-calculator

- guile-ml:

  - A library containing a parallelized decision tree algorithm using futures.
    I envisioned the repository to grow in number of algorithms and offer a good basis for machine learning projects.
    I guess it is a good start, but still needs lots of utilities to be simple to use, when your data is not only numbers.

  - https://notabug.org/ZelphirKaltstahl/guile-ml

Regards,
Zelphir

-- 
repositories: https://notabug.org/ZelphirKaltstahl




             reply	other threads:[~2021-02-25 21:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 21:08 Zelphir Kaltstahl [this message]
     [not found] <be71b3d5db9c43723c749f108dbd1ada7785daf2.camel.ref@yahoo.com>
2021-02-18 17:24 ` Guile Potluck 2021 Mike Gran
2021-02-20 17:38   ` Alex Sassmannshausen
2021-02-21 14:20     ` Dr. Arne Babenhauserheide
2021-02-21 17:21   ` Daniel Tornabene
2021-02-22  5:59   ` Aleix Conchillo Flaqué
2021-02-26 23:19     ` Aleix Conchillo Flaqué
2021-02-27  1:08       ` Mike Gran
2021-02-27  9:39         ` Dr. Arne Babenhauserheide
2021-02-27 10:14           ` Linus Björnstam
2021-02-27 16:42             ` Dr. Arne Babenhauserheide
2021-02-27 16:43               ` Dr. Arne Babenhauserheide
2021-03-02  7:08                 ` Dr. Arne Babenhauserheide
2021-03-01 11:34   ` pukkamustard
2021-03-01 21:14   ` Linus Björnstam
2021-03-01 21:37     ` Aleix Conchillo Flaqué
2021-03-02  0:43       ` Dr. Arne Babenhauserheide

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0785b0ec-f952-3c05-0616-8a46347c1c7c@posteo.de \
    --to=zelphirkaltstahl@posteo.de \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).