<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 ***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>various other things stop working. like opening the list of buffers view, etc. with the same error <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. <attila_lendvai>so, it's supposed to work. i'll keep a close eye for what happens when i encounter it again. ***karlosz_ is now known as karlosz