Anyone knows if there are deeper reasons or it is just how these languages were designed?
from Hacker News: Newest https://ift.tt/2N8IfMQ
Friday, June 29, 2018
Constants in dynamic languages
Javascript's constants are not const Ruby's constants are not const Python needs no "setter function" to achieve something close to constants. Lua needs tables + metatables to achieve it Only PHP seems to get it right Wondering if there is a reason that dynamic languages are struggling on having a mechanism for "real" constants.
0 comments:
Post a Comment