DEV Community

Cover image for A simple problem and the solution in many programming languages
Miquel Camps
Miquel Camps

Posted on

A simple problem and the solution in many programming languages

Usually to find the code equivalent from one language to another one I use google and stackoverflow, I want to make something easier to use.

I want to recopile the solution to simple programming problems such as defining a string variable, concatenating two strings or replacing a text in many languages as posible.

Debug

I think this can be very useful when you want to learn a new language or you need to switch between them, you know the theory but maybe you don't know the syntax.

If you know a better solution for a problem or you are missing a programming language solution all the pull request are welcome.

Link to the GIT repo

Top comments (0)