You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some languages like Haskell and Koka provide alternatives to indentation sensitive syntax that are not indentation sensitive, often with braces and semicolons. (note: I'm not sure if they have an indentation insensitive syntax for all indentation sensitive syntax)
Some languages like Python don't.
I'm not sure what are the use cases for having indentation insensitive variants of indentation sensitive syntax. Is this necessary?
Given that Python gets away without it I'm inclined towards not wasting time with this.
The text was updated successfully, but these errors were encountered:
Some languages like Haskell and Koka provide alternatives to indentation sensitive syntax that are not indentation sensitive, often with braces and semicolons. (note: I'm not sure if they have an indentation insensitive syntax for all indentation sensitive syntax)
Some languages like Python don't.
I'm not sure what are the use cases for having indentation insensitive variants of indentation sensitive syntax. Is this necessary?
Given that Python gets away without it I'm inclined towards not wasting time with this.
The text was updated successfully, but these errors were encountered: