home.social

#geiser — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #geiser, aggregated by home.social.

  1. #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. (unwoundstack.com/blog/impatien)

  2. 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.

  3. 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...
    alaska-native-news.com/trooper
    #tanner #geiser #troopers #robbery #kidnapping #anchor-point

  4. 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...
    alaska-native-news.com/trooper
    #tanner #geiser #troopers #robbery #kidnapping #anchor-point

  5. 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...
    alaska-native-news.com/trooper
    #tanner #geiser #troopers #robbery #kidnapping #anchor-point

  6. 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...
    alaska-native-news.com/trooper
    #tanner #geiser #troopers #robbery #kidnapping #anchor-point

  7. I just noticed n°7632435342 🤦‍♂️

    I just noticed I can press ENTER on a line of the backtrace in the Geiser Guile REPL to actually go to the source line responsible for the call…Crazy

    #guile #scheme #emacs #geiser

  8. I didn't know until recently, that #geiser for #emacs is able to expand #guile #macros (see: nongnu.org/geiser/Between-the-)! 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.

  9. 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 !
    framagit.org/jeko/guile-gunit6

    Don't hesitate to ping me for help or ideas!

    #gnu #guix #guile #scheme #emacs #geiser

  10. #til how to use λ symbol instead of whole word in #geiser repl. #emacs #guile

    Next step is to learn Church numerals.

  11. @abcdw what are you using for the inline scheme eval in the buffer In youtube.com/watch?v=kIppahbBkn ?

    #geiser can insert eval results into the buffer, but your setup resembles the ciders overlay way?

    #emacs

  12. Would be so cool if I could jump to definition to a let declaration…

    #guilie #scheme #emacs #geiser

  13. Would be so cool if I could jump to definition to a let declaration…

    #guilie #scheme #emacs #geiser

  14. Would be so cool if I could jump to definition to a let declaration…

    #guilie #scheme #emacs #geiser

  15. Would be so cool if I could jump to definition to a let declaration…

    #guilie #scheme #emacs #geiser

  16. Would be so cool if I could jump to definition to a let declaration…

    #guilie #scheme #emacs #geiser

  17. 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!

    #guile #geiser #emacs

  18. On a foreign distro, I am trying to set geiser up using emacs-direnv to get rid of the "no code for module" error in flycheck-guile

    #emacs #guile #guix #geiser

  19. #Emacs key bindings I spam when coding in #Guile (#scheme) :

    #geiser
    go to documentation C-c C-d C-d
    go to definition M-.
    go to next flycheck error M-g n
    go to previous flycheck error M-g p

    #iedit
    renaming C-;

    Show yours !

  20. « 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 !

    nongnu.org/geiser/Between-the-

    #guile #scheme #geiser #emacs

  21. Time to go to sleep.

    Here is where I am stuck.

    I have this file :
    framagit.org/Jeko/emacs-srfi64

    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 !

    #emacs #geiser #ert #guile #scheme #srfi64

  22. Any idea why i don't get the .log file from srfi64 when I evaluate my test suite with Geiser ?

    #guile #scheme #emacs #geiser

  23. Do someone have a good test running setup for ?

    , , -64,

    I hacked something like this, but there is a way more work to make it any satisfactory.