Not sure if this has been suggested before, but I think it would be useful to have custom libraries. Say, two different apps need to draw graphs. We could give every app separate code to draw the graphs, but it would be more efficient to create a graphing library and then have both apps use that library. Then, it's described in each app's .info file that it requires that library (e.g. requires: ["graphing"]), so that when the app is downloaded it can also download the libraries it needs.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Not sure if this has been suggested before, but I think it would be useful to have custom libraries. Say, two different apps need to draw graphs. We could give every app separate code to draw the graphs, but it would be more efficient to create a graphing library and then have both apps use that library. Then, it's described in each app's .info file that it requires that library (e.g.
requires: ["graphing"]
), so that when the app is downloaded it can also download the libraries it needs.