Re: [ANN] nyacc 1.01.1 released

2020-02-22 Thread Jack Hill
On Sat, 22 Feb 2020, Matt Wette wrote: NYACC maturity is production/stable level. NYACC is free software Yay, congratulations on the release! Thanks, Jack

Re: [ANN] Guile Hall 0.3.0 released

2020-05-16 Thread Jack Hill
On May 16, 2020 11:41:15 AM EDT, Alex Sassmannshausen wrote: >Hello, > >I have the pleasure to announce that I have today released Guile Hall >0.3.0. Yay, thank you! I'll have to write some more Guile software so I can play around with it more. Meanwhile, the project where I am using it continu

Re: Starting a GNU Guile awesome list

2020-07-13 Thread Jack Hill
On Mon, 13 Jul 2020, Zelphir Kaltstahl wrote: Hello Guile Users, I followed up on that idea I mentioned recently on the mailing list and started creating an awesome list: https://notabug.org/ZelphirKaltstahl/awesome-guile I'd prefer to render only the org-mode file, as that is what I write an

Re: OpenSCAD on Lisp?

2021-12-19 Thread Jack Hill
On Sun, 19 Dec 2021, Jacob Hrbek wrote: I got a 3D printer and i want to use OpenSCAD to program the objects for interpretation for fabrication, but the OpenSCAD (https://openscad.org) uses C-style syntax which is for this kind of development really annoying to use -> Is there any lisp (preferab

Re: GNU Shepherd 0.9.0 released

2022-04-08 Thread Jack Hill
On Fri, 8 Apr 2022, Ognen Duzlevski wrote: Tim Van den Langenbergh writes: Ognen Duzlevski writes: Ludovic Courtès writes: [[PGP Signed Part:Undecided]] We are pleased to announce the GNU Shepherd version 0.8.1. This release represents 49 commits by 3 people, bringing a new concurrent

Use Chickadee to render animation to file?

2022-05-27 Thread Jack Hill
Hi Guilers! I've been experimenting with David Thompson's Chickadee⁰. I'm really enjoying using agendas and scripts to create animations. My problem is (at least right now) I don't want to create an interactive game-like thing. Instead, I'm creating a deterministic animation. I'd like to start

Re: [EXT] Use Chickadee to render animation to file?

2022-05-27 Thread Jack Hill
On Fri, 27 May 2022, Thompson, David wrote: Hi Jack, This is an interesting use case! It's certainly possible, but would require some work. It would probably look something like this: Render the scene to a framebuffer texture, copy the pixel data from the GPU, and pipe it to a video encoder.

Re: Static site generator

2023-01-13 Thread Jack Hill
On Fri, 13 Jan 2023, James Crake-Merani wrote: Hi, I was wondering if you guys are aware of any static site generators written in Guile. I'm looking for something that can be extended in Guile so I can write my own code for it in Scheme. I'm aware of GNU Artanis but to my knowledge this is o