d_run
2021-7-24 19:11:32

I could take a swing at https://github.com/racketscript/racketscript/issues/246 - will have some questions


d_run
2021-7-24 20:12:15

Currently trying to find where the IL (intermediate language?) is compiled into JS?




d_run
2021-7-24 20:43:44

Ah cool just commented on the issue in GH before I saw this


d_run
2021-7-24 20:57:13

Would we want to skip wrapping in ILApp and handle this in ILValue?



d_run
2021-7-24 21:02:09

something like (emit "Symbol(~a)" v)


d_run
2021-7-24 21:04:30

updated my comment in the issue