6

I wonder the creator of jQuery , Objective C , Erlang, what were they smoking while creating these programming languages......

Whenever I code in Erlang (server side) or Objective C (iOS) I can feel that the creator is damn high...

Objective C is weird that I have to call an object by allocation . Like get me thinking is that OOP? Or Functional.

Comments
  • 6
    Reminded me of the "Brief and mostly wrong history of programming languages"

    I won't spoil it for you, but take a look at what it says about obj c, it's quite funny
  • 5
    I think Erlang is actually a very nice and very consistent language. It looks ugly because of its Prolog roots (that syntax will make a lot of sense if you learn Prolog). It's one of my favorite examples of language design actually. Once you get over the learning curve almost everything in that language just makes sense because it's so specialized.
  • 3
    Since when is jQuery a programming language?
  • 0
    @lamka02sk sorry Its a framework ... I can't edit my post tho.
  • 2
    erlang introduced me to the conceptsof arity, and matching which are not at all bad things.
  • 2
    What's wrong with Erlang?
  • 0
    @iiii For clean code is a challenge
  • 0
    @RememberMe BTW how you handle clean code in Erlang? Any Advice? because my code looks messy
  • 3
    @johnmelodyme it's all pretty much about programming in a functional, immutable style and respecting the standard patterns (gen_server etc.). Everything else just falls out from modularity.
  • 1
    jQuery is not a programming language, it's a library. And it's not really weird, just fluent. "Take these things from the document, chain methods to do stuff on them until you are satisfied". Only real problem can be the (rare) cases where a function doesn't return what you think it returns, but you can pinpoint that fairly easily.
  • 0
    "It doesn't look like C so it can go fuck itself"?
  • 2
    Like previous people mentioned what's wrong with erlang? It's very consistent and it makes sense, there's some YouTube video explaining the fish bone structure of erlang syntax or something like that. As for Joe Armstrong he did just base it on prolog. I'd say erlang syntax is one hell of a improvement compared to prolog. I'd definitely recommend listen to him talk about it, there are some videos online.
  • 3
    @IHateForALiving no java is jquery so its programming language
  • 3
    @YADU yes. C is the only true language.
  • 2
    @electrineer bruh hide that comment before some HR sees it and thinks you're being serious
Add Comment