HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fniephaus

no profile record

Submissions

GraalVM 25.1 - First Innovation Release

medium.com
2 points·by fniephaus·14일 전·0 comments

Accelerating the GraalVM Release Train

medium.com
15 points·by fniephaus·2개월 전·2 comments

Graal Commercial Support Entitlements for Oracle Database Products

blogs.oracle.com
5 points·by fniephaus·2개월 전·0 comments

The Future of Write Once, Run Anywhere: From Java to WebAssembly [video]

youtube.com
3 points·by fniephaus·작년·0 comments

What's new in Graal Languages 24.2

medium.com
19 points·by fniephaus·작년·3 comments

GraalWasm – A high-performance embeddable WebAssembly runtime for Java

graalvm.org
4 points·by fniephaus·2년 전·5 comments

GraalPy – A high-performance embeddable Python 3 runtime for Java

graalvm.org
325 points·by fniephaus·2년 전·141 comments

What's new in Graal Languages 24.1

medium.com
2 points·by fniephaus·2년 전·0 comments

comments

fniephaus
·7개월 전·discuss
BTW: We (the GraalVM team) maintain a full-blown LLVM bitcode runtime that can be embedded in Spring or any other JVM application and compiled to native: https://github.com/oracle/graal/tree/master/sulong
fniephaus
·10개월 전·discuss
Hi @edburns,

As Thomas mentioned, we continue our mission to run programs faster and more efficiently. So yes, the GraalVM Docker images are still maintained and now include images with the new GraalVM 25 release.

-- Fabio
fniephaus
·작년·discuss
Fabio from the GraalVM team here.

I hope it isn't used in production yet because we still consider the use of native extensions experimental in GraalPy. However, we definitely see a need for this and will push it forward. If anyone wants to give this a try, please feel free to reach out to us.

In the meantime, you may want to take a look at this: https://blogs.oracle.com/ateam/post/want-to-use-llm-python-f...
fniephaus
·작년·discuss
Fabio from the GraalVM team here.

You may want to take a look at this: https://blogs.oracle.com/ateam/post/want-to-use-llm-python-f...
fniephaus
·2년 전·discuss
Thanks for the question, nurettin.

Although GraalPy can create standalone applications [1], you don't have to turn your hello world script into a self-contained binary. You can, of course, create a JAR that depends on GraalPy, or a fat JAR that contains it, and deploy it just like any other Java application.

We are still updating our docs to mention more details on this and publish some guides, apologies for the delay.

[1] https://www.graalvm.org/latest/reference-manual/python/stand...
fniephaus
·2년 전·discuss
For anyone interested, here's the PyPI repository with additional binary wheels for GraalPy: https://www.graalvm.org/python/wheels/

We also want to make it easy for Python package maintainers to test and build wheels for GraalPy. It's already available via setup-python, and we are adding GraalPy support to cibuildwheel. If you need any help, please reach out to us!
fniephaus
·2년 전·discuss
OP here.

More details about this particular release are in the blog post at https://medium.com/graalvm/whats-new-in-graal-languages-24-1...

Happy to answer any additional questions!