Conversation

Only strong typing will save this civilization.

2
0
1

@oleksandr Looking forward to a strongly typed . 😛

Actually, that would be truly innovative…

1
0
0

@ptesarik Wanted go strongly typed LLM anyway for a laugh? We had a name for that, it was called SQL.

0
0
1

@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.

0
0
1