jeff1evesque / LeQue

Activate installed microphone, and analyze sound input
13 stars 2 forks source link

Determine LLVM-to-JavaScript Compiler #260

Open jeff1evesque opened 10 years ago

jeff1evesque commented 10 years ago

We will determine if we can use an LLVM-to-JavaScript Compiler, or if we can adjust our project in order to use such a concept. This would allow us to convert server-side code (compiled bytecode) to client-side code (javascript).

jeff1evesque commented 10 years ago

IRC ##python (07/21/14 ~ 2:00am EST):

jeffreylevesque: Is python considered an LLVM - https://github.com/kripken/emscripten?

ajrs188: jeffreylevesque: any language can have a llvm compiler ajrs188: it's just an intermediary bytecode

jeffreylevesque: is compiled python (.pyc) considered an LLVM?

ajrs188: it isn't the exact output ajrs188: but same concept, I think