#geiser — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #geiser, aggregated by home.social.
-
#emacs #scheme #geiser I'm not sure why Emacs Geiser thinks ten seconds is the appropriate timeout for all computations, but here's how to work around it. (https://www.unwoundstack.com/blog/impatient-geiser.html)
-
Emacs workflow learning scheme.
Using #eww for viewing html, using #geiser-guile for repl and scheme file.My copy and paste is still messed up, but everything is working and its pretty nice using #emacs for almost every thing.
using #doomemacs themes with evil.
-
Troopers Seek Public Assistance in locating Tanner Geiser for Multiple Warrants in the Anchor Point Area.
[the_ad id="30587"]WANTED: Tanner Allen Geiser. Image-AST
Tanner Allen Geiser is wanted on multiple warrants including Robbery and Kidnapping. He was last seen earlier today in...
https://alaska-native-news.com/troopers-seek-public-assistance-in-locating-tanner-geiser-for-multiple-warrants-in-the-anchor-point-area/76532/
#tanner #geiser #troopers #robbery #kidnapping #anchor-point -
Troopers Seek Public Assistance in locating Tanner Geiser for Multiple Warrants in the Anchor Point Area.
[the_ad id="30587"]WANTED: Tanner Allen Geiser. Image-AST
Tanner Allen Geiser is wanted on multiple warrants including Robbery and Kidnapping. He was last seen earlier today in...
https://alaska-native-news.com/troopers-seek-public-assistance-in-locating-tanner-geiser-for-multiple-warrants-in-the-anchor-point-area/76532/
#tanner #geiser #troopers #robbery #kidnapping #anchor-point -
Troopers Seek Public Assistance in locating Tanner Geiser for Multiple Warrants in the Anchor Point Area.
[the_ad id="30587"]WANTED: Tanner Allen Geiser. Image-AST
Tanner Allen Geiser is wanted on multiple warrants including Robbery and Kidnapping. He was last seen earlier today in...
https://alaska-native-news.com/troopers-seek-public-assistance-in-locating-tanner-geiser-for-multiple-warrants-in-the-anchor-point-area/76532/
#tanner #geiser #troopers #robbery #kidnapping #anchor-point -
Troopers Seek Public Assistance in locating Tanner Geiser for Multiple Warrants in the Anchor Point Area.
[the_ad id="30587"]WANTED: Tanner Allen Geiser. Image-AST
Tanner Allen Geiser is wanted on multiple warrants including Robbery and Kidnapping. He was last seen earlier today in...
https://alaska-native-news.com/troopers-seek-public-assistance-in-locating-tanner-geiser-for-multiple-warrants-in-the-anchor-point-area/76532/
#tanner #geiser #troopers #robbery #kidnapping #anchor-point -
I didn't know until recently, that #geiser for #emacs is able to expand #guile #macros (see: https://www.nongnu.org/geiser/Between-the-parens.html#To-eval-or-not-to-eval)! I don't know, whether there are any limits to that ability of geiser, but this will surely safe a lot of time next time I am writing some macro thingy.
-
Hey Guilers !
Motivated by @abcdw work on rde tests and gider, I spend time on Gunit64 : tools to fire up SRFI64 tests with Emacs key bindings thanks to Geiser.
First steps done ! Next one will be to ease installation using Guix.
Right now it is still manual : dedicated minor-mode, .dir-locals.el, Guile module…
Concret use case in the `tests` directory.
Check it out and tell me !
https://framagit.org/jeko/guile-gunit64Don't hesitate to ping me for help or ideas!
-
@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?
-
hey you guile magicians!
i am stuck with a problem: i want to use (run-server my-handler) and change the definition for my-handler during development (REPL-driven workflow), but no matter what i do (i.e.: passing (lambda (request body) (my-handler request body)) it won't use my changed definition when i.e. changing "Hello world!" to "Hello world1!" :(
i then need to restart the guile repl (basically restarting the server) to see my changes, please help!
-
@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
-
-
« 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.elWhen I run :
emacs -batch -l ert -l srfi64-test.el -f ert-run-tests-batch-and-exitIt tells me the log file does not exist.
This log file is my strategy to assert I ran the right tests.
Good night !
-
I managed to get #geiser #kawa set up! #scheme https://gitlab.com/emacs-geiser/kawa