@abcdw what are you using for the inline scheme eval in the buffer In https://www.youtube.com/watch?v=kIppahbBkns ?
#geiser can insert eval results into the buffer, but your setup resembles the ciders overlay way?
@bunz @prahou
@amszmidt ~ Viva la lispy revolution: https://mastodon.social/@amszmidt/110456317928556702
~ Gets many bites https://mastodon.social/@amszmidt/110424579983335258
#lispgamejam :
me (web mirrors) https://itch.io/jam/spring-lisp-game-jam-2023/topic/2881311/feedback-for-future-devlog-posts-for-my-jam
@cwebber & the spritely institute make an r7rs 2 webassembly compiler https://octodon.social/@cwebber/110458916915980059
@etenil uses SDL2 chicken scheme interactively in #emacs with #geiser https://emacs.ch/@etenil/110456828202212420
@dthompson https://toot.cat/@dthompson/110434662286687539
@daviwil https://fosstodon.org/@daviwil/110439122120296275
many more
#retrofuturistic tooting: https://toobnix.org/w/7Dai4JKJYFw3H14ydrD1Ku
#lispgamejam #emacs #geiser #retrofuturistic
@dekkzz76 @carcosa #Guile is usually best used with #Geiser
https://www.nongnu.org/geiser/
The #Guix manual has some recommendations about Guile hacking setups.
https://guix.gnu.org/manual/en/html_node/The-Perfect-Setup.html
« For schemes with good debug support (Guile is one), the debug buffers offer a debugging menu, accesible via the , (that’s a comma) key. If you press it, a transient menu will appear, offering you a variety of actions, including showing local variable values or a more detailed backtrace or frame display. »
I haven't tried that, yet !
Time to go to sleep.
Here is where I am stuck.
I have this file :
https://framagit.org/Jeko/emacs-srfi64/-/blob/master/srfi64-test.el
When I run :
emacs -batch -l ert -l srfi64-test.el -f ert-run-tests-batch-and-exit
It tells me the log file does not exist.
This log file is my strategy to assert I ran the right tests.
Good night !
#srfi64 #scheme #guile #ert #geiser #emacs
I managed to get #geiser #kawa set up! #scheme https://gitlab.com/emacs-geiser/kawa
This is frustrating... After uninstalling #Emacs 27 from the Debian repos and using #Guix to install Emacs 28, everything I evaluate in a #Guile #Scheme buffer goes to a `*Geiser Debug*` buffer returning "#<unspecified>", instead of evaluating in the #Geiser REPL properly.
On top of that, I seem to be missing a bunch of gtk dependencies, or something, because other applications aren't launching properly (various errors), like nm-applet, gajim, mpv.
Ironically, I can't rollback apt like Guix 😢
#emacs #guix #guile #scheme #geiser