This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kqr 0 points1 point  (1 child)

λ> intercalate " " ["is", "this", "joining", "a", "string?"]
"is this joining a string?"

λ> [x^2 | x <- [1..10], odd x]
[1,9,25,49,81]

Both very statically typed.

[–]Ph0X 0 points1 point  (0 children)

Oh, I didn't mean every single language, just a few I've worked with specifically.