IRC channel logs

2017-09-09.log

back to list of logs

***logicmoo is now known as dmiles
<happy_gnu[m]>hi
<happy_gnu[m]>so I am reading more of the land of lisp, I am on the webserver part
<happy_gnu[m]>and I was curious
<happy_gnu[m]>Is the guile web server in top of apache?
<happy_gnu[m]>I found this on internet
<happy_gnu[m]> https://wingolog.org/archives/2012/03/08/an-in-depth-look-at-the-performance-of-guiles-web-server
<happy_gnu[m]>Article says it is on top of apache but that might change soon (2012)
<happy_gnu[m]>and documentation does not mention anything about apache
<amz3`>happy_gnu[m]: it works without apache
<amz3`>ijp: in guile-js, you are always calling functions using call or apply but passing something as 'this' but afaict there is not use of that
<amz3`>that is 'this' is never used
<amz3`>ijp: also see this beautiful code https://gitlab.com/amirouche/guile/commit/74c7541cf0592b7e4cb0f5c6f7105681522ac759
<amz3`>happy_gnu[m]: I have a project showing how to do web dev in guile if you want
<amz3`>happy_gnu[m]: https://github.com/a-guile-mind/guile-web
<amz3`>\\o/
<amz3`>/o/
<amz3`>\\o\\
<amz3`>\\o/
<amz3`>ACTION dance with guile-js
<happy_gnu[m]>amz3`: ohh this is cool!!
<happy_gnu[m]>amz3`: thank you :)
<happy_gnu[m]>amz3`: I see you alse have a book!!
<amz3`>happy_gnu[m]: it's here that you add routes to the webapp https://github.com/a-guile-mind/guile-web/blob/master/web.scm#L623
<amz3`>happy_gnu[m]: I am just getting started
<amz3`>happy_gnu[m]: much work is required to call it a book proper
<happy_gnu[m]>I understand
<amz3`>I will try to sleep now
<amz3`>see you later
<happy_gnu[m]>ok good night amz3`
***akkad is now known as Ober
***logicmoo is now known as dmiles
<amz3`>o.
<amz3`>o/
<happy_gnu[m]>o/
<stratotanker>Hello, I'd like to known how to foreign C structure with nested structures, guile support this?
<dsmith>sneek: botsnack
<sneek>:)
<mwette>wingo: Do you convert SVG (as SXML) to PNG etc? If so, how? I was thinking of using librsvg from within Guile, but not sure that is good. Now looking atusing cairo to do it. (I have ffi for Guile for both but rsvg pulls in glib and that is now a monster ~ glib+gobject+rsvg = ~6 M of .go files)
<janneke>mwette: got your message about asm-expr, great!
<mwette>janneke: good. I guess you are using asm then.
<janneke>mwette: yes, using a bit of asm, for _start, syscalls and such