Software Engineering Daily

Sorbet: Typed Ruby with Dmitry Petrashko

03.25.2020 - By Software Engineering DailyPlay

Download our free app to listen on your phone

Download on the App StoreGet it on Google Play

Programming languages are dynamically typed or statically typed. In a dynamically typed language, the programmer does not need to declare if a variable is an integer, string, or other type. In a statically typed language, the developer must declare the type of the variable upfront, so that the compiler can take advantage of that information.

More episodes from Software Engineering Daily