Good morning
I know that they are at same level, but i want to ask you the differences of this two language, Javascript and C#.
I means the principles of translating between this two!
And i have listened Boo, what is Boo?
Thanks in advance, have a nice day
If I understand correctly, you want to know the syntactical difference between the two? Not the performance difference between the two or why to choose one over the other?
Yesss!
That’s sort of a difficult question, as there is no quick answer. I think you just have to look at the two languages and see where they differ. You may find it useful to pick up a book on JavaScript (or on C# if you know JavaScript) to learn the syntax. They can both do roughly the same things, so if you know one picking up the other is extremely easy.
Thanks for reply, but i have tried still not works, this is an example of conversion
js
var abc : String = “something”;
c#
String abc = “something”;
but not everything work, i means in complex scripts that uses classes enumerations… so i wanted to ask if there are some rules, or if is there any guide that explains only the translation, thanks anyway, take care,have a nice day
Scroll down and read the answer here and that may help you get started.
Thanks i am trying now! take care, byeeeee!,