Table of truthiness values in some dynamically typed programming languages.
gist.github.com/panzi/fea65869… #Python #JavaScript #Ruby #PHP #Perl
gist.github.com/panzi/fea65869… #Python #JavaScript #Ruby #PHP #Perl
Table of truthiness values in some dynamically typed programming languages.
Table of truthiness values in some dynamically typed programming languages. - truthiness.mdGist
Mark Gardner
in reply to Mathias Panzenböck • • •Related: I found the #JavaScript equality “shield of the trinity” online and made a similar one for #Perl
And Perl v5.36 and above now have stable boolean true and false values: perldoc.perl.org/perl5360delta…
And experimental builtin functions for creating and testing them:
• perldoc.perl.org/builtin#true
• perldoc.perl.org/builtin#false
• perldoc.perl.org/builtin#is_bo…
perl5360delta - what is new for perl v5.36.0 - Perldoc Browser
perldoc.perl.orgadamcrussell reshared this.
Mathias Panzenböck
in reply to Mark Gardner • • •Mark Gardner
in reply to Mathias Panzenböck • • •In #Perl, as in #awk, "evil" == 0
Jokes aside, it depends on what you want to make easy
NRoach44
in reply to Mark Gardner • • •