
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?

vishesh
2021-7-24 20:27:51

vishesh
2021-7-24 20:29:18
Also, this is where we create symbols : https://github.com/racketscript/racketscript/blob/f3bddfb52d3a0229b9585db676d498f560eea658/racketscript-compiler/racketscript/compiler/transform.rkt#L617-L619

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