IRC channel logs

2024-08-02.log

back to list of logs

<dthompson>Andy Wingo is keynoting the Scheme 2024 conference (part of the ICFP conference) and will be talking about Scheme on Wasm https://mastodon.social/@wingo/112892886190698521
<dthompson>gee I wonder if a certain Spritely project will be mentioned!
<abcdw>dthompson: what is the easiest way to obtain boolean value from host language? I came up with a hack, where I convert it to null https://git.sr.ht/~abcdw/jbrowse-plugin-hoot-gwas/commit/1e60da4
<abcdw>Today I couldn't get sneek to tell you this later :)
<abcdw>sneek: are you alive?)
<abcdw>sneek: botsnack
<sneek>:)
<dthompson>abcdw: use the i32 type
<dthompson>in js, this will cause true to be converted to 1 and false to 0