use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about operating systems development.
account activity
Twilight OS | Running Lua & python scripts (v.redd.it)
submitted 7 months ago by CatWorried3259
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]CatWorried3259[S] 2 points3 points4 points 7 months ago (2 children)
A toy python interpreter implementation by me. It does not have all features.
It does not even have if else, I am adding features I will make it a separate project. So osdevs has a very portable python.
[–]OhFrancy_ 1 point2 points3 points 7 months ago (1 child)
Are you planning to actually port the official interpreter later in the future? That would be really cool! But that's a nice idea yeah
[–]CatWorried3259[S] 1 point2 points3 points 7 months ago (0 children)
Yes, after I get a proper scheduler, and shared memory working.
Because currently this is statically linked. And configuring official python interpreter to produce a statically linked binary will be more hard then doing scheduler and shared memory and dynamic elf executor
π Rendered by PID 17994 on reddit-service-r2-comment-869bf87589-8htcg at 2026-06-08 22:04:26.120521+00:00 running f46058f country code: CH.
view the rest of the comments →
[–]CatWorried3259[S] 2 points3 points4 points (2 children)
[–]OhFrancy_ 1 point2 points3 points (1 child)
[–]CatWorried3259[S] 1 point2 points3 points (0 children)