You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# C++ runtime engine for scripts compiled with Easycoder (Python version)
1
+
# C++ runtime engine for scripts compiled with Easycoder (Python version)
2
2
3
-
Under development
3
+
Under development
4
+
5
+
The Python version of EasyCoder has a compile option that generates a compressed file instead of running the code.
6
+
7
+
Work is currently under way to build a runtime in C++, that takes the compiler output and runs it on a device such as an ESP8266. This should make programming such devices far simpler. The runtime will be able to download and execute compiled scripts on demand.
0 commit comments