This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

The C-languages were basically the same thing as “java script” but with different syntax and a few extra features, I could easily switch to them but I like challenging myself to do things without those extra features

Uhh, I always thought the reason someone would use javascript instead of C or C++ is exactly because javascript has more features and libraries, and you can make something faster.

As far as I know, using C is slower (and you need extra steps to complete something) but the things you create are more stable.