Calling Functions Across Languages • Richard Feldman • GOTO 2023
GOTO Conferences GOTO Conferences
957K subscribers
14,965 views
0

 Published On Aug 21, 2023

This presentation was recorded at GOTO Chicago 2023. #GOTOcon #GOTOchgo
https://gotochgo.com

Richard Feldman - Functional Programming Language Expert & Author of "Elm in Action" @rtfeldman

RESOURCES
https://www.roc-lang.org
  / sw_unscripted  

Richard
  / rtfeldman  
https://github.com/rtfeldman
  / rtfeldman  

ABSTRACT
Suppose you want a new feature which requires a lower-level language to get the performance it needs. Or maybe your code is already low-level, but a new feature could be built much faster in a higher-level language without a noticeable performance hit. Or maybe you want to migrate incrementally from one language to another.

Whatever the motivation, calling functions across languages while staying within the same process is commonly overlooked in favor of more familiar techniques like spinning up a separate server for the other language to use, or at least another process. These can not only introduce performance problems, but also an infrastructure maintenance burden that can be avoided with direct calls.

This talk explores the technique of directly calling functions across languages by looking at how it works in several different languages, the tradeoffs compared to other techniques like separate servers and processes, and when and why you might want to use it.

Come see how calling functions across languages could benefit your project! [...]

Download slides and read the full abstract here:
https://gotochgo.com/2023/sessions/2576

RECOMMENDED BOOKS
Richard Feldman • Elm in Action • https://amzn.to/387kujI
Tim McNamara • Rust in Action • https://amzn.to/3ux2R9u
Cristian Salcescu • Functional Programming in JavaScript • https://amzn.to/3y75jBS

  / gotocon  
  / goto-  
  / gotoconferences  
#StaticTyping #DynamicTyping #FunctionalProgramming #Roclang #Rustlang #Golang #Elmlang #Scala #Java #Fortran #Programming #ProgrammingLanguage #SoftwareEngineering #RichardFeldman

Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket at https://gotopia.tech
Sign up for updates and specials at https://gotopia.tech/newsletter

SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
https://www.youtube.com/user/GotoConf...

show more

Share/Embed