←back to thread

95 points Levitating | 1 comments | | HN request time: 0.208s | source
Show context
araes ◴[] No.45087418[source]
Has the same annoying issues as REBOL. Special characters are allowed in words.

  a+b
is a word. Unlike

  a + b
which is a sequence of three words separated by spaces.

Dealbreaker. a+b*c + a+b * c / a+b/d + a+b / d % a + b So easy to miss or add a space while typing. Reading afterward, its difficult to tell if there's even spaces in some areas.

replies(2): >>45087879 #>>45089471 #
1. voxl ◴[] No.45089471[source]
Dealbreaker for you. I'd hate for you to see Agda..