What do you guys think is the weirdest practical programming language out there? I added practical because in Google searches the results are commonly languages that no one would ever actually use to program. I think that F# is the weirdest, because of this code:
open System
Console.WriteLine("Hello world")
Console.WriteLine("I'm weird!")
producing the output:
Also it doesn’t allow tabs unless you specifically tell it to do so. It combines no semicolons with no main method which makes it the weirdest language I’ve ever seen. I assume there are weirder out there though. What do you think is the weirdest language you’ve encountered?