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.
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.
- Print string
- Define string
- Define integer number
- Define decimal number
- Define array
- Define boolean
- Define string constant
- Debug
- Round number to two decimals
- Convert integer to string
- Convert string to integer
- Concatenate two strings
- If condition
- Loop For
- Loop While
- Replace text
- Split string to array
- Parse string to JSON object
- Convert array to JSON string
- Import file
- Store value
- Retrieve stored value
- Read content from a URL
- Create a local file
- Read a local file
- Delete a local file
- In each problem the programming languages solutions are arranged alphabetically.
- If you know a better solution for a problem or you are missing a programming language solution all the pull request are welcome.