Back
Close

A Babel of Languages on CodinGame

TBali
64.8K views
Next: C#

A Babel of Languages on CodinGame

CodinGame currently supports 27 different programming languages. This provides us an excellent opportunity to leave the comfort zone of the language we regularly use, and to check out some new stuff! This Tech.io playground will explore some of the basic characteristics of these programming languages.

We will do this by examining a simple code snippet - the sample solution for the very same puzzle in each language.

The discussion assumes that you are already familiar with basic coding concepts, so you shall continue reading only if you already know to some extent at least one programming language. The playground is not meant as full-fledged language tutorials, we can really just scratch the surface in such short time. If you get interested in any of the languages, some links are provided for further study.

Babel Screenshot from Sid Meier's Civilization VII The Tower of Babel by Pieter Bruegel the Elder (1563)

The sample puzzle

Throughout this article, I use the easy practice puzzle 'Chuck Norris' (later renamed to 'Unary') as the example code. It is short, but already includes multiple language constructs. The sample solutions shown are not the best, shortest, or fastest code possible, they serve just as a common starting point for comparing the languages.

If you haven't solved this puzzle yet, I highly recommend to try to solve it in your favourite coding language, before continuing reading this article! I will not discuss the puzzle itself, or how the solution works. The focus will be solely the diversity of the programming languages. While technicaly you can copy the sample solutions to the puzzle IDE for a quick success of submit, but you will miss the learning opportunity by doing so!

Chuck Norris

Note: In order the code snippets remain runable in the playground, I commented out the line that reads input from the standard stream, and replaced it with a constant input. For the real puzzle, of course you will need to read the input for the test cases.

Languages covered

I recommend to go through the playground pages in order, because the language under consideration is compared to the languages discussed earlier, so only the differences are highlighted. The order is somewhat arbitral, but I did some grouping to make the discussion a bit easier to follow.

If you insist, you can still jump to a specific part of the playground by using the direct links at the header row.

  • Sections ready: C#, Java, PHP, JavaScript, F#, Python
  • Sections with code snippets but without textual description: C++, C, Rust, Dart, Go, Perl, Ruby, Scala, VB .NET
  • Still on the TODO list: Haskell, Bash, Groovy, Kotlin, Swift,
  • While the following languages are supported on CodinGame, we cannot run code on Tech.io: Clojure, D, Lua, Objective-C, OCaml, Pascal, TypeScript

Contributions welcome

My ambition was a bit larger than my actual knowledge of most of the languages. If you are interested in showing your favourite language’s main features to other coders, I would be glad to have You as a co-author / contributor!:

  • just send me (TBali) a private message on CodinGame;
  • or give a pull request directly to the github repo of this playground;
  • or just leave a comment here on Tech.io.

Many thanks to Djoums, who contributed several sections to this project!

Let's get started!

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io