TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Jello: Print “jello ” in every programming language

8 pointsby diogenesjunioralmost 4 years ago

5 comments

remramalmost 4 years ago
That doesn&#x27;t seem like a very interesting choice. `print hello` or similar will not showcase much of any given language&#x27;s syntax, and is actually likely to hit specialized syntax for printing (e.g. Python 2&#x27;s print wasn&#x27;t a function). It will show some of the boilerplate, for languages that need it (public static void main...).<p>&quot;Every programming language&quot; is also quite the claim, I only see 46 languages in there (Wikidata counts 1,449 &quot;programming languages&quot; Q9143).
评论 #27950536 未加载
评论 #27950080 未加载
capablewebalmost 4 years ago
Related: Rosetta Code - <a href="https:&#x2F;&#x2F;rosettacode.org&#x2F;wiki&#x2F;Rosetta_Code" rel="nofollow">https:&#x2F;&#x2F;rosettacode.org&#x2F;wiki&#x2F;Rosetta_Code</a><p>Has a bunch of different concepts implemented in a TON of different programming languages. Here&#x27;s an example for the typical FizzBuzz exercise: <a href="https:&#x2F;&#x2F;rosettacode.org&#x2F;wiki&#x2F;FizzBuzz" rel="nofollow">https:&#x2F;&#x2F;rosettacode.org&#x2F;wiki&#x2F;FizzBuzz</a> (321 languages currently)
prezjordanalmost 4 years ago
Awesome! I apologize to pull the classic HN move but I built something similar with FizzBuzz, with the requirement that implementations run within a docker container (it was a project to learn Docker). <a href="https:&#x2F;&#x2F;github.com&#x2F;jdan&#x2F;fizzbuzz-polyglot" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jdan&#x2F;fizzbuzz-polyglot</a><p>Thanks for putting this together though, you&#x27;ve got quite a suite here.
评论 #27950152 未加载
mgraczykalmost 4 years ago
Is this a postmodern fork of some &quot;hello&quot; repo? Why &quot;jello&quot;, and why does the Readme say &quot;hello&quot; instead?
williamsteinalmost 4 years ago
Is the longest program in terms of lines of code the one written in Whitespace? (14 lines). It’s also the shortest program if you don’t count whitespace.
评论 #27952956 未加载