Anonymous
10/2/2025, 6:44:07 PM
No.2948364
>>2948309
While I think there is very little point to using micropython (it only bares a slight resemblance to python)…
Similar things have existed for years, on μCs, like Forth which is interpreted. Also Altair Basic was like 3.7 KB so that was popular even on μCs in the early 80s.
I mean, the interrupts are actually handled by the runtime assembly code, and the drop off data for the runtime to pick up usually (ring buffer).
While I think there is very little point to using micropython (it only bares a slight resemblance to python)…
Similar things have existed for years, on μCs, like Forth which is interpreted. Also Altair Basic was like 3.7 KB so that was popular even on μCs in the early 80s.
I mean, the interrupts are actually handled by the runtime assembly code, and the drop off data for the runtime to pick up usually (ring buffer).