Calling Functions Across Languages
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore the technique of calling functions across programming languages in this conference talk from GOTO Chicago 2023. Learn about the benefits and tradeoffs of direct function calls between languages compared to other methods like separate servers or processes. Discover how this approach can improve performance, reduce infrastructure maintenance, and facilitate incremental language migration. Examine examples from various languages, including Rust, Go, Elm, Scala, Java, and Fortran. Gain insights into when and why to use cross-language function calls to enhance your projects. Understand the implications for static and dynamic typing, functional programming, and software engineering practices.
Syllabus
Calling Functions Across Languages • Richard Feldman • GOTO 2023
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube