12

Javascript is becoming the mostly used language in the entire stack of technology. You can create mobile apps, websites, desktop apps etc... using javascript. Will this be the end of native programming languages?

Comments
  • 2
    You can't replace native applications with JS because JS isn't capable of doing all lower level stuff like for instance C# WPF applications might be able to do. Sure it's great for having cross-platform apps and it's quite powerful, but it's not replacing native apps anytime soon.
  • 7
    No. Why? It's slow as balls and is not statically typed which saves my ass as an embedded dev where flashing a microcontroller is not fast
  • 0
    Typescript... boom goes the dynamite.
  • 6
    @lewdogg no. C++ is fundamentally typed and has next level template power. Typescript is a hack. Js also can't do anything Worthwhile when it comes to hardware bit level hacking
  • 0
    @stevemk14ebr yeah well go get a job at a modern company with C++
  • 8
    @lewdogg I had one. In fact I quit Friday. You do realize c and c++ are incredibly popular right!?
  • 4
    It was even a startup 😂
  • 0
    @stevemk14ebr sure, they are popular. But angular + typescript is what is booming right now.
    I am just giving you a hard time.
    I am knee deep in nodejs right now, and you would be surprised what it can do on a low level.

    It is all good man, sometimes you gotta jump on here and stir the pot.
  • 0
    Not by a wide margin. It is a nice stack tho and I really like Node, but knowing about your stacks limitations will always be a blessing whilst rarely a curse.
  • 1
    No it can't do everything even on the web. That's why web assembly is being developed because JavaScript performance just ain't so all that.
  • 0
    Wow guys thank you for giving your opinions about this topic.
  • 3
    Only because its popular in web developpment, doesnt mean, you need to push it to every other platform possible!
  • 1
    The only reason why js is a thing is because there is no other choice on the web.... typescript, coffescript even dart are just hacks on top of it which just makes your delivery more complicated than it needs to be.
  • 0
    @windlessuser there is now! WebAssembly! C++ compiled to an assembly format essentially. Not asm.js which is still js
  • 1
    @Zennoe you mean something similar to this? https://node-os.com
  • 0
    @Krokoklemme what is that eldritch horror!?
  • 0
    @Kr@Krokoklemme wtf js is taking the world of development
Add Comment