QuickJS JavaScript Engine
bellard.org
QuickJS JavaScript Engine
1–10 of 279 posts
Re: QuickJS JavaScript Engine
#2For those who don't know, the author is one of the most prolific programmers/creators of our time. Please check his bio [1]
[1]: https://en.wikipedia.org/wiki/Fabrice_Bellard
[2]: https://bellard.org/quickjs/quickjs.html#qjsc-compiler-1
Re: QuickJS JavaScript Engine
#3From the documentation [2], compilation of js to c looks very interesting. If variable types are well known/defined (like Uint8Array, ..), this effectively presents a way to derive performant binaries from js For those who don't know, the author is one of the most prolific programmers/creators of our time. Please check his bio [1] [1]: https://en.wikipedia.org/wiki/Fabrice_Bellard [2]: https://bellard.org/quickjs/qui…
Re: QuickJS JavaScript Engine
#4From the documentation [2], compilation of js to c looks very interesting. If variable types are well known/defined (like Uint8Array, ..), this effectively presents a way to derive performant binaries from js For those who don't know, the author is one of the most prolific programmers/creators of our time. Please check his bio [1] [1]: https://en.wikipedia.org/wiki/Fabrice_Bellard [2]: https://bellard.org/quickjs/qui…
Re: QuickJS JavaScript Engine
#5Re: QuickJS JavaScript Engine
#6Very impressive!
Re: QuickJS JavaScript Engine
#7Very impressive!
This is fast enough, it could be used to write command line utilities in Javascript! What about a Javascript OS in the style of the Lisp machines or early Smalltalks?
Re: QuickJS JavaScript Engine
#8Also - Yay! Another awesome target for ClojureScript - capable of producing standalone binaries!