sci

jyn 2025-07-28T02:10:58.630649Z

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
jyn 2025-07-28T02:18:20.086809Z

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

jyn 2025-07-28T02:20:52.798229Z

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