Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Cloud World is Polyglot

The Cloud World is Polyglot

This presentation explains how Cloud-Native World is Polyglot and with GraalVM it is possible to create an Immutable Infrastructure to run Java, Python, and other amazing languages. Presented to Jornada Colaborativa Summit Python -- Sat 04 Jul 2020

Paulo Simoes

July 04, 2020
Tweet

More Decks by Paulo Simoes

Other Decks in Technology

Transcript

  1. GraalVM Python Implementation Components ‘Borrowed’ this illustration from the article

    Introduction to the Python implementation for GraalVM by Franzi Geiger
  2. Truffle? Truffle is a framework for implementing languages using nothing

    more than a simple Abstract Syntax Tree (AST) interpreter.