Embedded Lua for C Apps
Posted: Thu Sep 14, 2017 11:39 am
Morning everyone,
I'm trying to write a C application for the ESP32 that allows the user to write apps for it.
Imagine it like a gameboy where the user can write games for it by himself without having any knowledge in C or the hardware itself.
Because I dont want to write a whole new programming language I thougth Lua or Python migth be a great solution.
Is there any Lua or Python interpreter for the esp that I can integrate in my C code?
I know there are things like Lua-RTOS, nodeMCU etc. but it seems like I cant integrate them into my C code cause they are standalone solutions.
Thanks in advance
I'm trying to write a C application for the ESP32 that allows the user to write apps for it.
Imagine it like a gameboy where the user can write games for it by himself without having any knowledge in C or the hardware itself.
Because I dont want to write a whole new programming language I thougth Lua or Python migth be a great solution.
Is there any Lua or Python interpreter for the esp that I can integrate in my C code?
I know there are things like Lua-RTOS, nodeMCU etc. but it seems like I cant integrate them into my C code cause they are standalone solutions.
Thanks in advance