Ask HN: How should a programming language accommodate disabled programmers ?

https://news.ycombinator.com/item?id=18414562

Reiese ca Lisp este limbajul care se adapteaza cel mai bine.


Reiese asta din primul comentariu.

Un alt comentariu zice despre Lisp:

Well it seems that OP needn’t bother as this problem is already solved. You wrote (loop (print (eval (read)))). How does that go with a screen reader? Like:

Bracket loop bracket print bracket eval bracket read bracket bracket bracket bracket?

And more crucially what about the difference between these two:

  (let ((x (f))) (g x) (g x))
  (let ((x (f)) (g x)) (g x))

Agreed !

Oricum limbajul ar trebui sa aiba sintaxa cat mai simpla. Python are o sintaxa relativ simpla.
Si tooling-ul influenteaza.