tux0r

joined 4 months ago
[–] tux0r 8 points 2 months ago (5 children)

Wie die meisten YouTuberinnen.

[–] tux0r 5 points 2 months ago

In thailändischen Gerichten wird ja jeder Anflug von Schärfe so lange mit Koriander beworfen, bis nichts mehr vom Geschmack übrig ist.

[–] tux0r 4 points 2 months ago* (last edited 2 months ago)

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
[–] tux0r 16 points 2 months ago (3 children)

Dynamic typing is the source of very amazing errors, see JavaScript.

[–] tux0r 3 points 2 months ago

Feel free, it’s still out there!

[–] tux0r 2 points 2 months ago (2 children)

Usenet und IRC hingegen nicht, und auch Gopher nur selten.

[–] tux0r 4 points 2 months ago (2 children)

I still write more Perl than Python these days.

[–] tux0r 2 points 2 months ago (4 children)
[–] tux0r 11 points 2 months ago

Still easier to refactor than Python. ;-)

[–] tux0r 15 points 2 months ago (20 children)

For all of those, Lisp is the more logical choice. Plus, whitespace as syntax is the worst possible design decision.

[–] tux0r 2 points 2 months ago
[–] tux0r 3 points 2 months ago

*zeigt auf @EunieIsTheBus@feddit.org*

view more: ‹ prev next ›