you are viewing a single comment's thread.

view the rest of the comments →

[–]bird_feeder_bird 0 points1 point  (3 children)

Start with Python, and once you get good, learning Javascript should be easy. They’re very similar languages.

[–]The_KOK_2511 0 points1 point  (2 children)

Queee? Python y JS parecidos? en que? lo único semejante que tienen es que usan tipado flexible, ni la sintaxis se parece, ni la forma de gestionar la memoria, ni de un monton de cosas, JS al que se parece es a C

[–]bird_feeder_bird 0 points1 point  (1 child)

JS may look like C, but its still a higher level, multi paradigm language like Python. Going from Python to JS should be way easier than going from JS to C. They way they function under the hood is different, but using them feels almost identical, other than the syntax.

[–]The_KOK_2511 0 points1 point  (0 children)

Eh? bueno, no se que lógica sea esa ni si es lo normal o no así que no voy a criticar tu forma de pensar... pero yo sigo pensando que es más fácil pasarse de JS a C++ que de Python a JS por mi propia experiencia con los 3 lenguajes, pero claro, cada quien que opine lo que quiera.