Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/russmatney/advent-of-code-gerbil
https://github.com/russmatney/advent-of-code-gerbil
advent-of-code adventofcode gerbil gerbil-scheme
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/russmatney/advent-of-code-gerbil
- Owner: russmatney
- Created: 2023-11-28T21:17:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T04:59:57.000Z (about 1 year ago)
- Last Synced: 2024-04-14T19:19:39.721Z (9 months ago)
- Topics: advent-of-code, adventofcode, gerbil, gerbil-scheme
- Language: Scheme
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
Awesome Lists containing this project
README
#+title: Advent of Code - Gerbil
* resources
- gerbil website: https://cons.io/
- gerbil guide: https://cons.io/guide/
- gerbil github: https://github.com/mighty-gerbils/gerbil
- great list of resources on the gerbil readme: https://github.com/mighty-gerbils/gerbil/blob/master/README.md#documentation
- gerbil runtime builtins (strings, lists, hash tables, etc): https://gerbil.scheme.org/reference/gerbil/runtime/
- gerbil standard lib docs: https://cons.io/reference/std/
* 2015
** [[file:src/2015/day01.ss][Day 1]]* Other AOCs
- [[https://github.com/russmatney/advent-of-code][advent-of-code (clojure)]]
- [[https://github.com/russmatney/advent-of-code-zig][advent-of-code-zig]]
- [[https://github.com/russmatney/advent-of-godot][advent-of-code-godot]]