[ANN] Cirkoban: A new puzzle game from the Spritely Institute

2024-05-28 Thread Thompson, David
Hey Guilers, I'm happy to announce the Spritely Institute's entry into the Spring Lisp Game Jam 2024: Cirkoban! https://davexunit.itch.io/cirkoban Cirkoban is our take on a Sokoban-like game that blends block pushing with the Wireworld cellular automaton. The game was made as a demonstration of

Re: using guile like a awk filter in a C program.

2024-05-28 Thread Zelphir Kaltstahl
Hello Pierre, To me it looks like the easiest way could be to think of a declarative description of your filters and put that into a JSON file and read that as input (or similar file format), rather than using a whole programming language. Is there a specific requirement, that makes a JSON fi