Why Static Typing Came Back • Richard Feldman • GOTO 2022

GOTO Conferences

GOTO Conferences

52 min, 1 sec

An in-depth look into the reasons behind the resurgence of static typing in programming languages.

Summary

  • Static typing came back due to the adoption of its beneficial features without the downsides previously associated with it.
  • Historically, dynamic typing gained popularity with early web use cases favoring fast shipping and iteration, typified by languages in the LAMP stack and frameworks like Ruby on Rails.
  • Changes in the last decade include static typing without ceremony, helpful type checkers, and fast feedback loops from modern IDEs.
  • Evidence suggests that the future will favor statically typed languages without gradual typing over dynamically typed or gradually typed languages.

Chapter 1

Introduction to Static Typing

0:00 - 18 sec

Richard Feldman discusses his programming background and introduces the topic of static typing.

Richard Feldman discusses his programming background and introduces the topic of static typing.

  • Richard Feldman shares his journey from Java to dynamically typed languages and his surprise at the resurgence of static typing.
  • The talk aims to explore the reasons behind the popularity shift from dynamic to static typing.

Chapter 2

The Rise of Dynamic Typing

0:19 - 3 min, 37 sec

The early popularity of dynamic typing is attributed to the rise of the web.

The early popularity of dynamic typing is attributed to the rise of the web.

  • Dynamic typing became popular as it favored fast shipping and iteration, valuable for early web development.
  • Programming languages like Perl, Lua, and PHP became mainstream in the 1990s alongside the growth of the web.

Chapter 3

Static Typing's Comeback

3:56 - 16 min, 37 sec

Static typing's resurgence is linked to its new-found ability to offer benefits without historical downsides.

Static typing's resurgence is linked to its new-found ability to offer benefits without historical downsides.

  • Languages like TypeScript demonstrate static typing's ability to offer benefits like fast feedback loops without the previous downsides.
  • Languages that were dynamically typed added static typing features, leading to the rise of gradual typing.

Chapter 4

Analyzing Language Trends

20:33 - 2 min, 19 sec

An analysis of programming language trends suggests a strong shift towards static typing.

An analysis of programming language trends suggests a strong shift towards static typing.

  • Red Monk programming language rankings show a clear trend towards static typing.
  • Many popular dynamic languages have added static type systems, leaving few purely dynamic ones.

Chapter 5

Predicting the Future

22:52 - 28 min, 54 sec

Richard Feldman predicts the future of programming languages, favoring static typing.

Richard Feldman predicts the future of programming languages, favoring static typing.

  • Based on historical trends and the evolution of language features, static typing without gradual typing is predicted to gain more popularity.
  • The prediction is that most of the next five languages to enter the top 20 will be statically but not gradually typed.

More GOTO Conferences summaries

Intro to the Zig Programming Language • Andrew Kelley • GOTO 2022

Intro to the Zig Programming Language • Andrew Kelley • GOTO 2022

GOTO Conferences

GOTO Conferences

A comprehensive summary of a presentation on the Zig programming language, its benefits, and its place in software development.

The Soul of Erlang and Elixir • Sasa Juric • GOTO 2019

The Soul of Erlang and Elixir • Sasa Juric • GOTO 2019

GOTO Conferences

GOTO Conferences

An in-depth exploration of Joe Armstrong's impact through Erlang and Elixir, the Erlang virtual machine (BEAM), and the benefits of concurrent and distributed systems built on BEAM.

Designing A Data-Intensive Future: Expert Talk • Martin Kleppmann & Jesse Anderson • GOTO 2023

Designing A Data-Intensive Future: Expert Talk • Martin Kleppmann & Jesse Anderson • GOTO 2023

GOTO Conferences

GOTO Conferences

A detailed conversation with Martin Kleppmann about data systems, his book, and the evolution of cloud services.

Erlang, the Hidden Gem: Solving Problems at Scale for 30+ Years • Francesco Cesarini • GOTO 2021

Erlang, the Hidden Gem: Solving Problems at Scale for 30+ Years • Francesco Cesarini • GOTO 2021

GOTO Conferences

GOTO Conferences

The video features a deep dive into Erlang, Elixir, and the BEAM virtual machine, discussing their origins, features, and impact on concurrent programming.

When to Choose Rust • Tim McNamara • YOW! 2022

When to Choose Rust • Tim McNamara • YOW! 2022

GOTO Conferences

GOTO Conferences

A comprehensive discussion on Rust, its features, ecosystem, and use cases, including comparisons with other languages.

Worse Is Better, for Better or for Worse • Kevlin Henney • GOTO 2013

Worse Is Better, for Better or for Worse • Kevlin Henney • GOTO 2013

GOTO Conferences

GOTO Conferences

A detailed exploration of the 'Worse is Better' software development philosophy, its impact on product design, UX, and the development process.