Answer the question
In order to leave comments, you need to log in
Choosing a scripting language (not python)?
For a week now, the choice of a scripting language for utilities has been haunting me, and not only, it would seem, the choice is obvious - python, but I have become so attached to the logic of C languages that I can’t use another one at all.
It's not just about the syntax, dynamic typing, indentation, lack of brackets, the logic is generally a little different, in general, a lot of things ...
This is what paralyzed me:
a = input("?")
after:
int a;
cin >> a/scanf("%d", &a)
I'm looking for a scripting language similar in philosophy to SI. I read about js and the node, as a scripting language, I am also interested in the opinion of people, if there are such comrades using the node)
Thank you for your answer, gentlemen.
Answer the question
In order to leave comments, you need to log in
similar in philosophy to SIWhat does it mean?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question