IRC channel logs
2026-05-14.log
back to list of logs
<dthompson>we are imitating gcc here, with separate -g and -f options <ArneBab>… to evaluate all code snippets in the book. <dthompson>not much was added in this release in terms of guile compatibility so probably the same stuff that didn't work in 0.8.0 doesn't work in 0.9.0 <jfred>which is bizarre because both `dispatch-help` in `bin/hoot.in` and `welcome` in `hoot/repl.scm` pull that value from %version, so... they should be the same? <fantazo>oh my... I read cwebber 's comment about Bun and their delusional take on things and I want to unsee what I have seen. how on earth can be people like this. <dthompson>Bun, owned by Anthropic, has been rewritten from Zig to Rust entirely using Claude <dthompson>this was when the vibecoded rewrite was "just" an experimental branch that the author was telling everyone to calm down about <identity>somebody in the comments: «See also their vibe coded browser.»; glad to live under a rock, their vibe-coded what? <fantazo>maybe it's a blessing to be currently unemployed as a programmer. no one is shoving AI agents down my throat and says "and now say that was yummy and mmm" when you know it's a shit sandwhich. <dthompson>this has been my spouse's view for the moment <kestrelwx>dthompson: I've heard of the acqusition of Bun by Anthropic, but not of the rewrite. The rewrite is very funny. <ArneBab>dthompson: define-record-type unlocks new kinds of code. And (define-syntax-rule (import args ...) (use-modules args ...)) helps that more r7rs code runs.