← Graph

Does the base language affect how hard automation work is?

question 2 connections

Audience observation that the language itself sets the ecosystem threshold. Schirp confirms: a better base language (strong type system) means less automation work to bridge from 'parsed/booted' to a good contribution threshold. You still have to invest in automation, but bridging from a low threshold like Ruby's is much harder than from a high one like Haskell's. Defaults and the standard library matter because systems regress to defaults at scale; Ruby's permissive runtime (monkey patches leaking into core, redefinable operators) forces ongoing fighting with the ecosystem, eating into automation capacity — Ruby has rolled back some of this but the hazards still exist.

answer_summary
Yes — a stronger base language shortens the distance to a good contribution threshold, and defaults matter because systems regress to them at scale.
question Does the base language affect how hard automation work is?
about
Question and answer are about how the language sets the ecosystem threshold.
question Does the base language affect how hard automation work is?
asked_at
Audience Q&A question at the talk.

Provenance