Repository based on a reddit comment
Return a callable that prints 'Hello, world!' when called in as many languages as possible
- Assembly
- B
- Brainfuck
- C (standard)
- C (with clang extensions)
- C (with GCC extensions)
- C#
- C++
- Dart
- dc
- Elixir
- F#
- Forth
- Fortran77
- Minecraft JE
- Modern Fortran
- GDscript
- Golang
- Haskell
- Java
- JavaScript
- Julia
- Lisp
- LLVM IR
- Lua
- Nim
- Noulith
- OCaml
- Petpet
- PHP
- Python
- Ruby
- Rust
- TypeScript
- Wenyan
- Kotlin
- Scala
- Shell
- Wren
- Zig
To add a new language, make a PR against the main branch. In your PR, you must:
- Add an implementation of HelloWorldInator in your language of choice
- Add your language to the list of languages in README.md