Skip to content
Miguel Gamboa edited this page Mar 1, 2023 · 3 revisions

Languages and Managed Runtimes 2023 Summer


Program outline in 3 parts

  1. Programming with Type:
  2. Metaprogramming and Benchmarking:
    • JVM Type System;
    • JMH - Java Microbenchmark Harness
    • Cojen Maker
    • Garbage Collector
  3. Generic methods and Lazy evaluation:
    • Iterators versus Sequences (yield operator);
    • Generics and Reified type parameters.

Bibliography

The Well-Grounded Java Developer, Second Edition, Benjamin Evans, Jason Clark, and Martijn Verburg, 2022, ISBN 9781617298875

Clone this wiki locally