Show HN: Pico – a small embeddable scripting VM in C(github.com)
github.com
Show HN: Pico – a small embeddable scripting VM in C
https://github.com/the0cp/pico
2 comments
That's cool. Did you compare performance with the PUC Lua VM versions (which are register based as well)? Personally, I find the Are-we-fast-yet suite very useful and usually migrate the suite to my languages to compare the implementations (see e.g. https://github.com/rochus-keller/are-we-fast-yet/).
It is a small toy language. The current public value API is intentionally limited to null, bool, and number.