adam-mcneilly
02/26/2019, 5:56 PMLeoColman
02/26/2019, 10:06 PMLeoColman
02/26/2019, 10:06 PMDico
02/27/2019, 1:17 AMconst
and let
are the right keywords. Imagine writing kotlin but with const
everywhere you have val
. Sounds horrible to me.adam-mcneilly
02/27/2019, 1:34 AMadam-mcneilly
02/27/2019, 3:26 PMconst
may be clear but what the hell is let
with respect to a property honestlyDico
02/27/2019, 3:30 PMdmitry.petrov
02/27/2019, 4:02 PMlet
for mutable variables goes against my ML intuition :)elizarov
03/02/2019, 1:23 PMfun
, var
, val
— aligns nicely, reads nicely (there was an official story somewhere from Andrey Breslav, but I cannot find it now)