• JackbyDevM
    link
    21 year ago

    I’ve never tried Graal. Is it easy to use? Like, is it a dropin replacement for javac or what?

    • snoweA
      link
      21 year ago

      It’s pretty easy to use. If you are using a lot of reflection you might have trouble, but if you’re using a standard large framework like spring, quarkus, or micronaut you’ll be fine. Quarkus makes it dead simple honestly. We deploy all of our Kotlin lambdas on AWS using Graal. It’s faster than node and much easier to write safe code.