Yakko Majuri
1 min readJul 27, 2020

--

Runtime Brython is definitely not performant, unfortunately. You essentially have a transpiler on top of the JS interpreter, which makes it quite slow.

However, looking at ways to transpile beforehand and use the transpiled code at runtime could be better. It's just going to be harder to debug the gibberish JS that the transpiler produces.

--

--

Yakko Majuri
Yakko Majuri

Written by Yakko Majuri

Programmer, writer, traveler, hitchhiker, climber, photographer. i.e. lost. (P.S. amateur at most of the above) // memoirsandrambles.substack.com

No responses yet