IRC channel logs
2025-12-22.log
back to list of logs
<old>How does guile optmize branching? <old>Does it assume that a `when` form will be likely taken? <old>Does it assume that a `unless` form will be unlikely taken? For a `if` form, which branc is more likely in the view of the compiler? <tohoyn>daviid: Tx for spending time with GDBus. IMHO the API is quite good even though it is not so good with introspection. <ArneBab>rlb: I’m asking you, because I don’t have access to the different platforms this needs to be checked on. <rlb>ArneBab: no need to merge it, I can easily do it from the branch --- I'll try to get to that this week sometime. <graywolf>Hi :) Is there something like __LINE__ and __FILE__ in Guile? The closest built-in thing probably is current-source-locationt? <mwette>port-filename, port-line, port-column