graalvm
Here are 550 public repositories matching this topic...
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
-
Updated
May 31, 2022 - Java
Spring Native provides beta support for compiling Spring applications to native executables using GraalVM native-image compiler.
-
Updated
May 30, 2022 - Java
Configuration DSLs for Spring Boot
-
Updated
Apr 5, 2022 - Java
version
clj-kondo v2022.04.08
platform
native on Linux MNZNB0441 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
problem
My config was responsible for an error that is not easy to understand. Was searching for related stuff and found something on paid slack (yeah). This seems loosely related: https://github.com/clj-kond
I'm planning to migrate from beaver JS parser to GraalJS parser for implementing javascript grammar in the eclipse editor. But I realised it doesn't have the implementation for error recovery strategies.
For example:
Math.
If I g
As see from #53 we can have broken/dead links, links that once worked can be unavailable for reasons outside the control of this project/repo!
Hence I have decided to manually scan (for now) the repo from time to time for such links and fix them - if there is one. Here are the steps to take:
New broken/dead links
- find missing links using,
markdown-link-check(see https://www.npmjs.c
Configurable Clojure interpreter suitable for scripting and Clojure DSLs.
-
Updated
May 30, 2022 - Clojure
Is your feature request related to a problem? Please describe.
Make it easy to convert between namespaced maps and maps without a default namespace:
#:foo{:bar 1}
{:foo/bar 1}
;; respecting auto-resolve keywords, including aliases
#::baz{:bar 1}
{::baz/bar 1}**Describe the solution you'd
Need to verify and update the tsdocs links to include all the new generated modules.
Distributed State Management for Serverless
-
Updated
Mar 11, 2022 - Scala
Add Javadoc to document the examples in TornadoVM.
This affects the packages under the examples module:
The documentation is at the class-level and it will contain a description of how the TornadoVM API is used for each example. Additionally, it contains how to run the example
Structr is an integrated low-code development and runtime environment that uses a graph database.
-
Updated
May 31, 2022 - Java
From the documentation: Return the names of all the built-in objects. These are fetched directly from the symbol table of the R interpreter.
In FastR the list of builtins is accessible in the TruffleRLanguage, which is accessible via RContext.getInstance().
A curated list of awesome resources for Graal, GraalVM, Truffle and related topics
-
Updated
May 14, 2021 - Shell
This repository contains several small applications. These programs illustrate the capabilities of GraalVM
-
Updated
May 30, 2022 - Python
Compact, hands-free [sub]command line parsing library for Clojure.
-
Updated
May 29, 2022 - Clojure
The extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.
-
Updated
Apr 26, 2022 - Clojure
When bailing out with an error, print where in source error occurred. We already set source section in ast visitor but do not print it in error cases.
Decide if early or lazy loading is better for graalphp.
- pro for eager: we may implement phpdoc semantics into parsing (types)
- however, new versions of php support type hints and dont have to rely on comments
- i think for now we lazy loa
Build GraalVM native images with Clojure Deps and CLI tools
-
Updated
Aug 7, 2021 - Clojure
See TODOs in ClipboardExtendedPlugin.java.
A Leiningen plugin to build GraalVM native images
-
Updated
May 9, 2022 - Clojure
Packager for Clojure based on deps.edn (AKA tools.deps). Supporting jar, uberjar and GraalVM's native-image.
-
Updated
Dec 24, 2020 - Clojure
Plugin to generate native-image binaries with sbt
-
Updated
May 1, 2022 - Scala
Improve this page
Add a description, image, and links to the graalvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graalvm topic, visit your repo's landing page and select "manage topics."


Ruby 3.0.2 allows a string for Process.euid=, and will (I assume) do a user lookup in that case:
But using Truffleruby 22.0.0.2: