Trying to find stuff in the #Guile manual and discovered that Guile has block comment support.
(+ 2
#| This is a
multiline comment #|
3)
I'll likely never use it, but it's cool.
Alrighty.
Is there a way to convert the string:
"123"
to the list
(1 2 3)
in #Guile ?
There seems to be no primitive function or module that does this.
I really like the README file for the #SDL #Ada bindings.
Particularly I like the complete list of SDL functions & whether or not they're available. It lets users know exactly where work needs to be done.
I don't think the #Guile bindings have this kind of table anywhere (there's a TODO section, but that doesn't tell us what *is* available).
I understand that the SDL-2 bindings are way more important, but I'd still like a full set of SDL 1.2 bindings, if just fort the sake of completion.
I'm glad #Haunt and #Artanis exist, cause they give me an insight on how to use the #Guile web modules.
I'm planning on making a forum software package in Guile because I want to better understand how Guile can be used in a client/server sort of way.
It'll either be half-baked or totally non-existent, but it's another project I'll add to the bin.
I really wish #Guile #Emacs got as much love as #Guix
I have nothing crazy to say *about* #GuileEmacs. I just want to mention it, & that it's a cool idea.
Thanks, BT Templeton 👍
"Immutable PONG"
Not my code, but it still runs & is good to read through.
Been trying to get back into the habit of writing code again. I still want to learn Activtypub properly.
You know, #Guile has that nice "We came up with the name first, then gave it an acronym later" vibe.
These bindings seemingly have no way to access
SDL_FlushEvent
or
SDL_FreeSurface.
It's already tomorrow. I should sleep.
#Guile
I'm a UNIX user from Alberta, Canada, and I'm a failing computer scientist who works in LISP and Ada.
Half of what you say will go over my head but I'll act like I have a solution.