IRC channel logs

2017-07-09.log

back to list of logs

<amz3>héllo #guile!
<janneke>hey amz3
<amz3>I have an idea for another video :)
<amz3>I will explain how to create a static version of stackoverflow based on archive.org dumps
<amz3> https://archive.org/details/stackexchange
<amz3>and move into building a dynamic version of it
<amz3>this is simple stuff, but it might help people jump into Guile
<cmaloney>amz3: Cool
<daviid>is there a way to use &#8209; in an sxml string?
<daviid>or any &#... this is the non-breaking hyphen
<spk121>I tried the naive (sxml->xml '(*TOP* (*PI* xml "version=\\"1.0\\"") (foo "&#8209;"))) but it expands the ampersand as &amp;
<spk121>You can go full scheme and do (sxml->xml `(*TOP* (*PI* xml "version=\\"1.0\\"") (foo #\\x2011)))
<spk121>#\\2011 being non-breaking hyphen
<daviid>ah. let me try
<spk121>sorry #\\x2011
<daviid>spk121: perfect, thanks!
<amz3>how do you test a procedure that is not public?
<janneke>amz3: using @@?
<amz3>tx, i was not sure
***shinra-chiron_ is now known as shinra-chiron