Show HN: Hello, World in many different languages (languages.jdunn.dev)

10 points by jdironman ↗ HN
A small site created to see the hell world example in many different languages. I got tired of sites which only showed 10-30 languages. I'm sure there are some inaccuracies (some languages are not I languages per se).

7 comments

[ 0.31 ms ] story [ 28.2 ms ] thread

    Sorry, you have been blocked
    You are unable to access jdunn.dev

    Why have I been blocked?

    This website is using a security service to protect
    itself from online attacks. The action you just performed
    triggered the security solution. There are several action
    that could trigger this block including submitting a certain 
    word or phrase, a SQL command or malformed data.
Nice work! It's cute and lovely. I would use it to give my students intellectual curiosity.
What about lean?

def main : IO Unit := IO.println "Hello, world!"

Also Coq was renamed to Rocq

This is great...I would encourage you to add the ability for users to offer new languages. I noticed that Modula-2, PL/I, Trac Language, ALGOL 60, ALGOL68, and Joss/Focal could be added. (ALGOL 60 would be a challenge, as the originally-defined language had no input/output!)
C# isn’t this verbose. Please STOP giving people the wrong impression.

These days, this is all you need for it to work: ``` Console.WriteLine("Hello, World!"); ```

This is fun! What was the motivation to make this? :)