IRC channel logs
2021-10-19.log
back to list of logs
<RhodiumToad>given a parameter (to an external interface) which is a bitmask, which is better style at the scheme level: <RhodiumToad>1) keep the value as an integer or object containing an integer (or maybe bitvector), and have functions that test flags identified by symbols, <RhodiumToad>or 2) immediately convert the value to a list of symbols, and convert back when passing it back to the external interface <lilyp>RhodiumToad: you use the over-engineered guile-gi enum type :P <lilyp>welp, my bad obviously it's the flags type teehee