Hacker News new | ask | show | jobs
by phoddie 2981 days ago
FWIW - we usually don't parse scripts on the MCU because that takes time and memory. Instead, we compile on the development machine using xsc and link using xsl. This leaves more memory free for scripts to use for data, and allows scripts to start running almost instantly.
1 comments

I understand, though I meant to use xs engine separately on bigger platforms, where this is not an issue.