guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile Potluck 2021


From: Zelphir Kaltstahl
Subject: Re: Guile Potluck 2021
Date: Thu, 25 Feb 2021 22:08:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

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 via email to

[Prev in Thread] Current Thread [Next in Thread]