Running one language from another #3253
Replies: 2 comments 1 reply
-
Using a different language or external script to solve a problem in a coding kata is generally considered a form of cheating, particularly if the goal is to demonstrate proficiency in the language specified by the kata. Here’s a breakdown of the options you mentioned:
In summary, the best approach is to solve the problem using the language specified in the kata to genuinely enhance your skills and demonstrate your proficiency. Using external scripts or different languages might help you achieve the result quickly but doesn’t contribute to your growth in the target language. |
Beta Was this translation helpful? Give feedback.
-
Whether something is cheating or not is a matter of rules, and not of personal opinion, so I am not even sure why this question is a poll :) Generally, calling interpreters of other languages from a solution is OK and it is not considered cheating, even if might be seen cheese and lame. It is not cheating to call |
Beta Was this translation helpful? Give feedback.
-
Is it a valid solution to call a different language to finish a kata? Consider this “Rust” example
I could do this to easily rank up to 2kyu in Rust when my actual ability is maybe 5kyu at best.
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions