GraalVM: Java's Polygot Future, A New Way to Run JS - Bristol JS - February 2020

preview_player
Показать описание
Kris Foster - Lightening talk - GraalVM - Java's Polyglot future, or, new ways to run JS

A quick intro into GraalVM, the new polygot run time from Oracle that can run JS / Node , Python, Ruby and how you can use it to build Polyglot programs

_

About Pusher Sessions:

We're bringing the meetup to you. With Sessions, you can watch recordings of top-notch talks from developer meetups -- wherever and whenever you want.

Meetups are a great way to learn from our peers and to keep up with the latest trends and technologies. As developers ourselves, we at Pusher wanted to bring this great content to more people... So we built Sessions. On Sessions, you can watch talks that interest you and subscribe to be notified when new content gets added.

If you run a meetup and want to get involved, kindly get in touch.

_

About Pusher:

Pusher is a hosted service with APIs, developer tools and open source libraries that greatly simplify integrating real-time functionality into web and mobile applications.

Pusher will automatically scale when required, removing all the pain of setting up and maintaining a secure, real-time infrastructure.

Pusher is already trusted to do so by thousands of developers and companies like GitHub, MailChimp, the Financial Times, Buffer and many more.

Рекомендации по теме
Комментарии
Автор

Hi! If I compile a polyglot program (which uses some JS code) to a native image and run it, would be the JS code interpreted or executed directly? Thank you! 🙂

el