Embedded MicroPython

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
the.weavster
Addict
Addict
Posts: 1577
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Embedded MicroPython

Post by the.weavster »

It seems it's possible to embed MicroPython in a C program: https://github.com/micropython/micropyt ... /README.md

Not only would it be a great addition to enable providing a scripting language to users of an application developed in PB but it could be very useful for an app internally too as Python's syntax and dictionary are great for working with serialized data like JSON.

Now PB has TLS embedded scripting would be great for creating application servers too.