Y
Hacker News
new
|
ask
|
show
|
jobs
by
BillinghamJ
3181 days ago
Well, for starters, what does it mean? I haven’t seen that in any other language.
2 comments
pjmlp
3181 days ago
It is similar to
let var=..... in exp
from ML languages.
link
sizeofchar
3181 days ago
Haskell have let-in expressions, I think it is the inspiration for swift in this case.
link