#graaljs search results
I've just coded up a #GraalJS proof-of-concept that asks the question, "what if I could interactively require and use ES6 modules as if they were #clojure libraries from inside the JVM?"
This is me debugging a Rust library compiled to Wasm and embedded in a @micronautfw microservice in @intellijidea: Compile with debug info, enable the Chrome Inspector for #GraalJS + #GraalWasm, and attach to the process. 🤓 Will share more details at @wasm_io later this month!
GraalVM at a JavaScript Conference? Stephan Rau shares his experience with #GraalJS that helps to integrate other programming languages where Node.js struggles. #iJScon #nodejs
New Release: 4.5.0 - dirigible.io/release/2020/0… #git @graalvm #graaljs @ChromeDevTools #MonacoEditor
📢🔥🎉 #Debezium 1.2 Beta 1 is out -- Upgrade to #ApacheKafka 2.5.0, schema change topics, SMT for content-based routing (e.g. using #GraalJS), support for additional #Postgres array types, and much more! debezium.io/blog/2020/05/0…
Have you considered using #GraalPy to provide access to Python in JTaccuino? We have a demo of GraalPy (and #GraalJS) in IJava.
PyCharm has now upgraded the #JavaScript execution engine used in the HTTP Client to GraalJS! 🚀 Enjoy all #GraalJS features, including full support for the ECMAScript 2023 specification, when testing endpoints with PyCharm’s HTTP Client. Learn more: jb.gg/graal-js
The HTTP Client now runs on #GraalJS, offering support for the latest #JavaScript standards and enhanced performance for your scripts!
I will also be talking about #GraalPy, #GraalJS, #GraalWasm, and other Graal Languages at @jugch next Wednesday: jug.ch/html/events/20… @forked_franz's talk is also very interesting!
So.. we can totally build a polyglot modular monolith using #GraalPy, #GraalJS and #GraalWasm!? 🤯 How cool is that! These folks @oraclelabs are showing some amazing stuff. Thanks for the demo @fniephaus and @thomaswue.
We just published a new repository with the first batch of new demos and guides for #GraalPy, #GraalJS, and #GraalWasm! 🥳 Stay tuned for more in the coming weeks!🤓 github.com/graalvm/graal-…
If you like using the HTTP Client to test endpoints from the IDE, we’ve got good news for you! It's now powered by #GraalJS, offering support for the latest #JavaScript standards and improved performance for your scripts. 💪 #NewInIntelliJIDEA
#GraalVM 25 is out! 🚀 Exciting updates for #GraalPy, #GraalJS, and #GraalWasm — plus our first preview of #WebAssembly compilation!
GraalVM 25 is here, with lots of updates for native compilation, GraalPy, GraalJS, and WebAssembly. Faster and better than ever!🐰🚀 Download: graalvm.org/downloads/ Release notes: graalvm.org/release-notes/…
Stephan Rauh introduces in his talk #GraalJS which seamlessly integrates various programming languages like #Ruby, #Python, C++, LUA, and #Java. He explores GraalJS's innovative architecture and presents live demos of the JavaScript engine in action ▶️ ow.ly/QZcY50PHlVn ◀️
React 18 Streaming SSR on the JVM via #GraalJS ➡️➡️ gmmz.dev/blog/graaljs-a… #GraalVM @graalvm
@graalvm project is #huge. It has many subprojects and many possible usages... Yes, #graaljs is a #standalone #library and yes, it can be used as a #js script engine in stock @Java 8, 9, 10, 11, 12... Clone github.com/graalvm/graal-… to get started and see it with your own eyes!
github.com
GitHub - graalvm/graal-js-jdk11-maven-demo: An example project how to run Graal/JavaScript on JDK...
An example project how to run Graal/JavaScript on JDK 11 with Graal as optimizing JIT compiler for best performance. - graalvm/graal-js-jdk11-maven-demo
We are on Slack: graalvm.org/slack-invitati… There is a #graaljs channel.
#GraalVM 25 is out! 🚀 Exciting updates for #GraalPy, #GraalJS, and #GraalWasm — plus our first preview of #WebAssembly compilation!
GraalVM 25 is here, with lots of updates for native compilation, GraalPy, GraalJS, and WebAssembly. Faster and better than ever!🐰🚀 Download: graalvm.org/downloads/ Release notes: graalvm.org/release-notes/…
Join @alina_yurenko and me for the @GraalVM release stream next week! We'll cover all the cool new features and improvements in GraalVM, #GraalPy, #GraalJS, and other Graal technologies!
Join us next week to learn everything about GraalVM for JDK 24!🚀 🗓️ Wednesday, 26 March, 2 PM CET / 9 AM ET / 6:30 PM IST youtube.com/watch?v=_3a0QU…
youtube.com
YouTube
GraalVM for JDK 24 Release Stream 🚀
The next release of #GraalPy, #GraalJS, #GraalWasm, and other Graal Languages is out! More details in the blog post below 👇
Today we are releasing Graal Languages v24.2! 🎉. This release brings a Gradle plugin for GraalPy, scaling native Python across Java threads, Continuation API in Espresso, Truffle Bytecode DSL, and more! What's new: medium.com/graalvm/whats-… The release notes:…
This is me debugging a Rust library compiled to Wasm and embedded in a @micronautfw microservice in @intellijidea: Compile with debug info, enable the Chrome Inspector for #GraalJS + #GraalWasm, and attach to the process. 🤓 Will share more details at @wasm_io later this month!
Great tool, powered by #GraalJS and Truffle! 🤓
🌐 Create #HTTP requests directly from #OpenAPI files – right in #IntelliJIDEA's built-in HTTP Client (open via Tools). As you type, the IDE provides the URL and request body completion based on the OpenAPI specification. 👉 Learn more: jb.gg/http-client #IntelliJIDEATips
React 18 Streaming SSR on the JVM via #GraalJS ➡️➡️ gmmz.dev/blog/graaljs-a… #GraalVM @graalvm
Our new DSL for generating bytecode interpreters just got merged! 🥳 Once applied, this is going to improve interpreter performance and memory footprint across #GraalPy, #GraalJS, @TruffleSqueak, and other languages built with Truffle and @GraalVM.
Good news everyone! 🎉 After two years of R&D, we've finally merged the Bytecode DSL into master! Truffle now generates bytecode interpreters from AST-like specifications for you. ASTs are dead, long live bytecodes! Check it out: github.com/oracle/graal/b…
Learn how you can use #GraalPy, #GraalJS, and #GraalWasm to spice up your @Java applications with the power of other language ecosystems and @GraalVM! Demos at github.com/graalvm/graal-… youtube.com/watch?v=F8GoDq…
youtube.com
YouTube
Supercharge your Java Applications with Python! by Fabio Niephaus,...
So.. we can totally build a polyglot modular monolith using #GraalPy, #GraalJS and #GraalWasm!? 🤯 How cool is that! These folks @oraclelabs are showing some amazing stuff. Thanks for the demo @fniephaus and @thomaswue.
Sharing my blog post on how I used #Clojure and #GraalJs to render charts with Vega-Lite on the server erdos.dev/2024/10/09/veg…
Didn't know about github.com/dflib/jjava. There's not much needed to integrate #GraalPy, #GraalJS, and other Graal Languages. So should be easy to get that going in jjava, too.
github.com
GitHub - dflib/jjava: A Jupyter kernel for Java notebooks
A Jupyter kernel for Java notebooks. Contribute to dflib/jjava development by creating an account on GitHub.
We just published a new repository with the first batch of new demos and guides for #GraalPy, #GraalJS, and #GraalWasm! 🥳 Stay tuned for more in the coming weeks!🤓 github.com/graalvm/graal-…
Have you considered using #GraalPy to provide access to Python in JTaccuino? We have a demo of GraalPy (and #GraalJS) in IJava.
I will also be talking about #GraalPy, #GraalJS, #GraalWasm, and other Graal Languages at @jugch next Wednesday: jug.ch/html/events/20… @forked_franz's talk is also very interesting!
PyCharm has now upgraded the #JavaScript execution engine used in the HTTP Client to GraalJS! 🚀 Enjoy all #GraalJS features, including full support for the ECMAScript 2023 specification, when testing endpoints with PyCharm’s HTTP Client. Learn more: jb.gg/graal-js
If you like using the HTTP Client to test endpoints from the IDE, we’ve got good news for you! It's now powered by #GraalJS, offering support for the latest #JavaScript standards and improved performance for your scripts. 💪 #NewInIntelliJIDEA
The HTTP Client now runs on #GraalJS, offering support for the latest #JavaScript standards and enhanced performance for your scripts!
GraalVM at a JavaScript Conference? Stephan Rau shares his experience with #GraalJS that helps to integrate other programming languages where Node.js struggles. #iJScon #nodejs
Stephan Rauh introduces in his talk #GraalJS which seamlessly integrates various programming languages like #Ruby, #Python, C++, LUA, and #Java. He explores GraalJS's innovative architecture and presents live demos of the JavaScript engine in action ▶️ ow.ly/QZcY50PHlVn ◀️
Say hello to our new way of defining HTTP routes in Eclipse Dirigible: dirigible.io/blogs/2023/01/… @VladimirMutafov, #JavaScript, #decorators, @graalvm, #GraalJS
New Release: 4.5.0 - dirigible.io/release/2020/0… #git @graalvm #graaljs @ChromeDevTools #MonacoEditor
📢🔥🎉 #Debezium 1.2 Beta 1 is out -- Upgrade to #ApacheKafka 2.5.0, schema change topics, SMT for content-based routing (e.g. using #GraalJS), support for additional #Postgres array types, and much more! debezium.io/blog/2020/05/0…
This is me debugging a Rust library compiled to Wasm and embedded in a @micronautfw microservice in @intellijidea: Compile with debug info, enable the Chrome Inspector for #GraalJS + #GraalWasm, and attach to the process. 🤓 Will share more details at @wasm_io later this month!
I will also be talking about #GraalPy, #GraalJS, #GraalWasm, and other Graal Languages at @jugch next Wednesday: jug.ch/html/events/20… @forked_franz's talk is also very interesting!
GraalVM at a JavaScript Conference? Stephan Rau shares his experience with #GraalJS that helps to integrate other programming languages where Node.js struggles. #iJScon #nodejs
PyCharm has now upgraded the #JavaScript execution engine used in the HTTP Client to GraalJS! 🚀 Enjoy all #GraalJS features, including full support for the ECMAScript 2023 specification, when testing endpoints with PyCharm’s HTTP Client. Learn more: jb.gg/graal-js
I've just coded up a #GraalJS proof-of-concept that asks the question, "what if I could interactively require and use ES6 modules as if they were #clojure libraries from inside the JVM?"
Stephan Rauh introduces in his talk #GraalJS which seamlessly integrates various programming languages like #Ruby, #Python, C++, LUA, and #Java. He explores GraalJS's innovative architecture and presents live demos of the JavaScript engine in action ▶️ ow.ly/QZcY50PHlVn ◀️
So.. we can totally build a polyglot modular monolith using #GraalPy, #GraalJS and #GraalWasm!? 🤯 How cool is that! These folks @oraclelabs are showing some amazing stuff. Thanks for the demo @fniephaus and @thomaswue.
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Wednesday 26.5K posts
- 2. #wednesdaymotivation 3,845 posts
- 3. Jameis 2,206 posts
- 4. Hump Day 11.6K posts
- 5. #Wednesdayvibe 2,015 posts
- 6. #hazbinhotelseason2 43.1K posts
- 7. PancakeSwap BNB Chain 2,294 posts
- 8. ADOR 64.6K posts
- 9. Happy Hump 7,311 posts
- 10. #ENGLOTxHOWEAWARDS25 656K posts
- 11. Northern Lights 53.3K posts
- 12. #WednesdayWisdom 22.7K posts
- 13. USDT 111K posts
- 14. H-1B 48.4K posts
- 15. Hanni 18.8K posts
- 16. StandX 2,615 posts
- 17. Jack Schlossberg 2,651 posts
- 18. Antarctica 8,736 posts
- 19. MIND-BLOWING 33K posts
- 20. Wike 262K posts