Rosetta Stone's code, by virtue of being a pretty popular community effort, is also very well-vetted. Even when I've tested some of the examples in more obscure langs like Malbolge, they've always worked.
jdironman 3 days ago [-]
That is actually really nice. I'm glad you showed me this! and not sure how I missed this when originally searching. Thanks!
jbreckmckye 4 days ago [-]
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.
jdironman 4 days ago [-]
Ah, sorry about that! I think my cloudflare rules might have been a little too aggressive! You should be able to try again if you want. Thanks for checking it out
jbreckmckye 4 days ago [-]
Works great now!
vincent-manis 3 days ago [-]
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!)
sakanate 3 days ago [-]
Nice work! It's cute and lovely.
I would use it to give my students intellectual curiosity.
k-taro56 3 days ago [-]
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!");
```
kmohee 2 days ago [-]
This is fun! What was the motivation to make this? :)
rosettacode.org also has other tasks: https://rosettacode.org/wiki/Category:Programming_Tasks
https://rosettacode.org/wiki/Hello_world/Text
Rosetta Stone's code, by virtue of being a pretty popular community effort, is also very well-vetted. Even when I've tested some of the examples in more obscure langs like Malbolge, they've always worked.
These days, this is all you need for it to work: ``` Console.WriteLine("Hello, World!"); ```
def main : IO Unit := IO.println "Hello, world!"
Also Coq was renamed to Rocq