https://github.com/mtso/in-every-language
Implement it in all the langs!
https://github.com/mtso/in-every-language
List: in-every-language
awesome-list every-language
Last synced: 5 months ago
JSON representation
Implement it in all the langs!
- Host: GitHub
- URL: https://github.com/mtso/in-every-language
- Owner: mtso
- Created: 2017-10-23T04:01:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T03:48:39.000Z (almost 8 years ago)
- Last Synced: 2025-11-09T21:02:24.425Z (7 months ago)
- Topics: awesome-list, every-language
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# in-every-language
Implement it in all the langs!
Track repos that attempt to solve a problem in every programming language.
An “in every language” project is one where the same program is being written in multiple programming languages to show the unique syntax of each language as it is applied to the same basic program structure.
## Repository List
- [baklava](https://github.com/toturkmen/baklava)
- [Collection of Programming Puzzles in Every Language](https://github.com/josephwegner/ineverylang)
- [FizzBuzz: FizzBuzz](https://github.com/zenware/FizzBuzz)
- [hello-world: Hello World](https://github.com/leachim6/hello-world)
- [Hello World programs in different languages](https://github.com/knightking100/hello-worlds)
- [hof: Higher-order Functions](https://github.com/mtso/hof)
- [mal: Make a Lisp](https://github.com/kanaka/mal)
- [Sample Programs in Every Language](https://github.com/jrg94/sample-programs)
- [Universal Fibonacci: Fibonacci's algorithm in every language](https://github.com/MariusGarbea/UniversalFibonacci)
- [wordcount: Counting Words](https://github.com/juditacs/wordcount)