IRC channel logs

2013-07-20.log

back to list of logs

<zacts>what scheme standard does guile default to?
<nalaginrut> unknown location: source expression failed to match any pattern in form return
<nalaginrut>any hint
<nalaginrut>?
<nalaginrut>well. I didn't import (system base lalr)
<nalaginrut>now it's solved
<nalaginrut>hmm...so many Shift/Reduce conflicts...
<nalaginrut>we should have (string-split str pred #:optional (mode 'trim)) and mode could be 'peek, just like delimited-read
***sneek_ is now known as sneek
***aidalgol` is now known as aidalgol
<taylanub>zacts: R5RS and partly R6RS. I'd guess we'll go for R7RS-small now.
***nalaginrut_ is now known as nalaginrut
<nalaginrut>I got strange warning:
<nalaginrut><stdin>:4:4095: warning: "~~a": wrong number of `format' arguments: expected 0, got 1
<nalaginrut>when I'm calling (format #f "~a~a~a" head length data)))
<nalaginrut>oops, not this case
<nalaginrut>(format #f "\\x7e~a" "asdf"), this cause the warning
<nalaginrut>hmm..."\\x7e" happens to be "~"
<nalaginrut>solved: (format #f "~\\x7e~a" "sadf")
<dsmith>Hey
***rlb` is now known as rlb
***linas__ is now known as linas