Is the current bot working form compiled from elm to javascript?

Hi.
I have time to study again, so I am going to study Elm language.
But I have a question.
Is the current bot working form compiled from elm to javascript?
Then I will study elm with JavaScript, which has a lot of data in Korea.

Yes, the current botlab client compiles the Elm program code to JavaScript for running a bot. This translation happens when you run a bot, and the JavaScript code does not exist before. The botlab client uses the Elm Fullstack library for running Elm programs. It is open source and hosted at https://github.com/elm-fullstack/elm-fullstack/tree/main/implement/elm-fullstack

Studying Elm with JavaScript is not necessary in this case because JavaScript is just an invisible intermediate representation. Besides JavaScript, the code is also eventually represented in x86 assembly language. In the case of x86 assembly, it is easier to see that you don’t need to study it because it looks more different.