Support for native code emitter and/or inline assembly support eventually?

I have been going very deep in Vex’s V5 and Micropython documentation and i see Micropython has the native code and inline assembly. Is there going to be support for these things in the future?

Probably not

Ok thought so. But is there plans to update vex python this year?

Hope so

What updates would you be expecting ?

It’s unlikely we will ever upgrade V5 and IQ2 from the micropython 1.13 verson. For new products, example AIM, we will use the latest available (which for AIM was 1.22) but there tend to be some significant breaking changes between micropython versions that make routine updates of the core python difficult and time consuming.

Usually you would only see an update if we needed to fix bugs or add features to the VEX specific classes.

Okay thanks for telling me