IRC channel logs

2021-12-21.log

back to list of logs

<daviid>pinoaffe: depending on your needs, you might be wana look at guile-newra, aiscm [and maybe guile-cv]
<daviid>pinoaffe: our array ceo is lloda :), who is guile-newra author, and wrote dozens of other array libs, as well as cblas, blis, fftw ... bindings
<daviid>pinoaffe: https://notabug.org/lloda - http://wedesoft.github.io/aiscm/ -https://www.gnu.org/software/guile-cv/
***finstern1s is now known as finsternis
***karlosz_ is now known as karlosz
<attila_lendvai>in emacs/geiser, my guile repl buffer often becomes unkillable when i try to cancel a hung evaluation. i get an error: Text is read-only, and no amount of toggle-read-only helps. any hints?
<attila_lendvai>i need to restart my emacs each time it happens...
<attila_lendvai>various other things stop working. like opening the list of buffers view, etc. with the same error
<attila_lendvai>and the worst part is that i can't even save modified buffers
<attila_lendvai>"basic-save-buffer-2: Text is read-only"
<civodul>hi!
<civodul>attila_lendvai: weird; does it happen when you print long data structures on a single line?
<civodul>long lines make Emacs enter endless regexp_exec loops...
<attila_lendvai>hi civodul, no, it only happens when something in the repl is hung, and i want to abort it. i think it happens when i try to press kill-buffer on it, because C-c C-c doesn't abort the execution.
<attila_lendvai>found the solution though: M-: (let ((inhibit-read-only t)) (kill-buffer (current-buffer))) on the guile repl bufer
<attila_lendvai>after this i can save my *other* buffers... how/why?! and stuff like buffer view returns to normal functioning.
<civodul>weird, for me C-c C-c does its job
<civodul>i get a recursive REPL (debugger)
<attila_lendvai>so, it's supposed to work. i'll keep a close eye for what happens when i encounter it again.
<unmatched-paren>hi! how would i convert a date created with (date-*) as described in https://www.gnu.org/software/guile/manual/html_node/SRFI_002d19-Date.html to a string?
<unmatched-paren>s/with (date-*)/with (make-date) or (current-date)/
<unmatched-paren>oh, i missed https://www.gnu.org/software/guile/manual/html_node/SRFI_002d19-Date-to-string.html, sorry!
***karlosz_ is now known as karlosz