|
|
Subscribe / Log in / New account

An interview with Larry Wall (LinuxVoice)

An interview with Larry Wall (LinuxVoice)

Posted Jul 24, 2015 6:37 UTC (Fri) by dvdeug (guest, #10998)
In reply to: An interview with Larry Wall (LinuxVoice) by raiph
Parent article: An interview with Larry Wall (LinuxVoice)

The most recent version of Python has optional static typing, and I'm sure some dialects of Lisp have as well. Values stored in variables almost always have types in languages that don't have mandatory static typing. High-performance interpreters almost always infer types for values and variables as early as possible, but there's always Any to fall back on if that can't be done.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds