sci 2025-07-28

does (use) not work inside SCI? i have the following code:

(use 'flower.select)
(select "" "h1")  ; breaks: "could not resolve symbol: select"
(flower.select/select #_(...)) ; works fine

✅ 1

the weird thing is i could have sworn this was working a few minutes ago...

agh this is my fault again, i forgot to wrap the code i was evaluating in do