power
projectpower
aims to be a javascript/typescript engine to power lambda functions over the web.
the javascript code gets compiled to remove as much cold start JIT would cause as possible.
for this project to get on a usable state as fast as possible, it will have to follow a roadmap of changes.
the initial state of the project will be to transpile JS/TS code into another language.
abstracting the compilation side of the project to focus on getting everything else in place.
there's three potential languages power
could compile to:
each of these languages would have their pros and cons into being used in this project. which is why eventually they will have to be replaced to compiling directly instead.