Hacker News new | ask | show | jobs
by ranger_danger 713 days ago
I just want a simple SMALL embeddable python library for my C programs... but I have yet to find a good one.
1 comments

You may want to consider Asp. It is python like language thats interpreter is designed for embedded usage. https://www.asplang.org/

Also fully fuzzy tested to not ever crash regardless of the bytecode given to it.

Thanks, it does look neat, and relatively small I guess, but I should have clarified my definitions.

By small I meant like, at most only a few files in a single folder I can just drop into a project and be off running quickly and easily. Seeing cmake in that repo for example was a big sign that it's still way too big for what I want.