Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

TBF you can have block scoping in an indentation-based language, though it probably help to merge the too, as in Haskell: `let…in` will define variables in the `let` clause, and those variables are only accessible in the `in` clause (similarly case…of)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: