While this is interesting, I'd like to have support for Python proper, with support for Python C interface such that it is possible to load Python extensions.
Stefan Israelsson Tampe previously implemented Python in Guile https://gitlab.com/python-on-guile/python-on-guile/ I've tested it and it's possible to load many Python modules in that framework. However, it might be that Python support needs a redesign and rewrite. Perhaps it is then possible to fetch some insights and inspiration from Stefans work? Best regards, Mikael On Sat, Dec 14, 2024 at 7:38 AM Nala Ginrut <nalagin...@gmail.com> wrote: > Recently I've heard about Starlark, which is described as "Starlark is a > dialect of Python. Like Python, it is a dynamically typed language with > high-level data types, first-class functions with lexical scope, and > garbage collection." > > I think it could be easier than implementing original Python. > https://github.com/laurentlb/awesome-starlark > > Best regards. >