/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
John Carmack on mutable variables
(twitter.com)
498 points
azhenley
| 2 comments |
31 Oct 25 02:34 UTC
|
HN request time: 0.523s
|
source
1.
jdthedisciple
◴[
31 Oct 25 09:26 UTC
]
No.
45769986
[source]
▶
>>45767725 (OP)
#
This is almost standard in modern languages:
For example in Dart you make everything `final` by default.
replies(1):
>>45771597
#
ID:
GO
2.
croes
◴[
31 Oct 25 13:10 UTC
]
No.
45771597
[source]
▶
>>45769986 (TP)
#
A real default doesn’t need a keyword.
↑