In thailändischen Gerichten wird ja jeder Anflug von Schärfe so lange mit Koriander beworfen, bis nichts mehr vom Geschmack übrig ist.
tux0r
You can make embarrassing mistakes in virtually any programming language that's not too esoteric.
When I still used Python for prototyping (today, I usually use Go for that), it happened much too often that I did this:
if foo:
bar()
foobar() # syntax error
In Lisp, however, both errors are much harder to make (not even considering GNU Emacs's superb auto-indentation - which is what most Lispers use these days, as far as I know):
(when foo) ;; <- obvious!
(bar))
(when foo
(bar)
(foobar) ;; <- still valid
(quux)) ;; <- also still valid
Dynamic typing is the source of very amazing errors, see JavaScript.
Feel free, it’s still out there!
Usenet und IRC hingegen nicht, und auch Gopher nur selten.
I still write more Perl than Python these days.
Nur das Web.
Still easier to refactor than Python. ;-)
For all of those, Lisp is the more logical choice. Plus, whitespace as syntax is the worst possible design decision.
DU
*zeigt auf @EunieIsTheBus@feddit.org*
Wie die meisten YouTuberinnen.