135
johnDoe
7y

Thank you JavaScript.

Comments
  • 11
    Don't forget PHP with Javascript. You could do == in both, but thats not type safe.
  • 51
    Size doesn't matter you know. All codes are beautiful.
  • 2
    @Enocra I'd have to argue that, some codes are complete shit ;D hence why no one uses them.
    And some are just damn annoying, like PHP.
  • 4
    @Enocra a wild brainfuck appeared. It seems amused by your statement.
  • 1
    Basic what? That's a goddam assignment in every single language that I know.
  • 1
    @anamus Some languages use

    a := "a"

    And lisp doesn't use it at all for assignment

    (def a "a") ; This defines a variable.
    (= a "a") ; This checks for equality.
  • 3
    @nmunro remind me to stay away from lisp. That looks hideous.
  • 1
    @fishy It's an interesting syntax.

    (def a "a")
    (if (= a "a")
    (println "a is \"a\"")
    (println "a is \"" a ""\"))
  • 3
    Prolog and Erlang:
    8=:=D
  • 1
    @ElectricCoffee it's got some funny warts on it
Add Comment