IRC channel logs

2019-10-04.log

back to list of logs

<lispmacs>can one program a guile module in C?
<lispmacs>i mean, like that compiles to a .go?
<str1ngs>lispmacs: you can mix pure scheme modules with C module code. but no you can not compile from C to a .go file
<str1ngs>lispmacs: you could though use FFI from scheme avoiding C altogether
<daviid>str1ngs: as I wrote several time already, g-golf is still missing important/essencial bits, which I'm working on, and I especially wrote, among others, that (g)closures and (g)signals were missing
<daviid>I ever said g-golf would not implement these, it would just be ridiculous
<daviid>*never
<daviid>I'm working on those and will mention here when something start to be at least usable ... please be patient
<bsima>how do i get the guile manual in emacs' M-x info interface? it doesn't seem to be present on my NixOS system
<str1ngs>sneek: later tell daviid. I'm not sure where I implied any of that. I was pretty much saying hello, did I read these commit logs correctly. If anything it was a RFC and nothing more.
<sneek>Will do.
<rekado>bsima: is INFOPATH set?
<civodul>Hello Guilers!
<dsmith-work>Happy Friday, Guilers!!
<count3rmeasure>happy friday
***lispmacs is now known as Guest78697
<bsima>rekado: yeah, and the guile manual is found under ~/.nix-profile/share/guile but not ~/.nix-profile/share/info
<bsima>the latter is in INFOPATH but the former is not
<bsima>so i guess this is a problem with the guile package in nixpkgs?