Only strong typing will save this civilization.
@oleksandr Looking forward to a strongly typed #LLM. 😛
Actually, that would be truly innovative…
@ptesarik Wanted go strongly typed LLM anyway for a laugh? We had a name for that, it was called SQL.
@vbabka No, I mean if the language claims it supports multiple dispatch aka multiple subroutines with the same name but different signatures, doing this to trick the language into making the decision correctly:
multi sub MAIN(Str $date where /^ \d+ \- \d+ \- \d+ $ /) {
say Date.new($date).DateTime.posix
}
doesn't look like this language was designed for sober people.
/me closes the book, enough is enough.