4
submitted 7 months ago by planet@clj.social to c/clojure@lemmy.ml

Say Hello to Programming: Writing "Hello, World!" in 50 Different Languages

https://dev.to/henrylehd/say-hello-to-programming-writing-hello-world-in-50-different-languages-202n

Description: In this blog post, we'll explore the fascinating world of programming by learning how to write the classic "Hello, World!" program in 50 different programming languages. From the simplicity of Python to the elegance of Haskell, we'll...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

you are viewing a single comment's thread
view the rest of the comments
[-] expr@programming.dev 1 points 7 months ago

While it's conventional and good practice to provide a type signature, Haskell does not require one for main. main = putStrLn "Hello, World!" is sufficient. The type can be inferred.

this post was submitted on 26 Mar 2024
4 points (83.3% liked)

Clojure programming language discussion

451 readers
1 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 4 years ago
MODERATORS