[DiscordArchive] So you are not coding <:Lua:403294912772177923> by coding <a:a_CSharp:830065936538533918> that is co
[DiscordArchive] So you are not coding <:Lua:403294912772177923> by coding <a:a_CSharp:830065936538533918> that is co
otNet:403295009857732618> that is converted to <
ython:403294924432211968> that is converted to <:Assembly:833689517448888400> that is converted to <:Ruby:403294954992173066> that is converted to <a:a_Cpp:829728734478860329> that is converted to <a:a_JS:860128841510551552>that is converted to <
HP:405043390581833744> that is converted to <a:a_Lua:829734990056652833> ?
Archived author: A2 • Posted: 2021-09-14T12:27:57.568000+00:00
Original source
So you are not coding <:Lua:403294912772177923> by coding <a:a_CSharp:830065936538533918> that is converted to <
otNet:403295009857732618> that is converted to <
ython:403294924432211968> that is converted to <:Assembly:833689517448888400> that is converted to <:Ruby:403294954992173066> that is converted to <a:a_Cpp:829728734478860329> that is converted to <a:a_JS:860128841510551552>that is converted to <
HP:405043390581833744> that is converted to <a:a_Lua:829734990056652833> ?
Archived author: intra • Posted: 2021-09-14T12:34:18.487000+00:00
Original source
we get it, you have custom emojis
Archived author: Foe • Posted: 2021-09-14T12:44:02.686000+00:00
Original source
Transpilation would make debugging stupid hard I'd imagine
Archived author: Foe • Posted: 2021-09-14T12:44:33.455000+00:00
Original source
Your stacktrace is relative to the transpiled Lua file, I don't necessarily want to have to check two sources instead of one
Archived author: <o> • Posted: 2021-09-14T13:00:36.521000+00:00
Original source
depending on the lua implementation you can use sourcemaps, and those might even be possible to add to wow addons
Archived author: <o> • Posted: 2021-09-14T13:01:01.819000+00:00
Original source
some transpilers allow you to manually copy the stacktrace you get somewhere to apply the sourcemaps if the runtime itself doesn't support overriding it
Archived author: <o> • Posted: 2021-09-14T13:01:56.914000+00:00
Original source
but it's correct that the more steps of indirection you add, the more convoluted it becomes to understand what you're code is actually doing. Luckily, lua and javascript are very similar languages