IRC channel logs

2024-11-17.log

back to list of logs

<old>so who's going to make Guile compile with cosmopolitan (https://github.com/jart/cosmopolitan) so we can have portable Guile programs that run everywhere?
<civodul>old: looks fun!
<old>There something weird with source:column. When I iterate over the frames of a stack when doing a custom backtrace. Most of the time, the column is at the start of a s-expr, i.e. at the first paren. but sometime, the column is off by one
<old>For example, source:column would point to `(' in the form: (func 'foo)
<old>But would point to `f' in the form `(for-each'
<dsmith>Well, at least it in the vicinity...
<dsmith>ACTION ducks
<mwette>I saw today that tree-sitter is bound into emacs-29+.
<old>dsmith: lmao
<jfred>Hm, guile with cosmopolitan would be pretty neat...