← Back to context Comment by bmn__ 2 days ago "my" is 33% shorter than "let"Example 1 and 3 are not declarations, so apples ↔ oranges 2 comments bmn__ Reply yossi_peti 2 days ago Example 1 is a declaration in Go. Example 3 is a declaration in Python. j_w 2 days ago my $x = 42;let x = 42Well, when you add in the '$' and ';' tokens the "let" example is still shorter. Also as another person replied to you, those other two examples are declarations in other languages. So 0 for 3 there.
j_w 2 days ago my $x = 42;let x = 42Well, when you add in the '$' and ';' tokens the "let" example is still shorter. Also as another person replied to you, those other two examples are declarations in other languages. So 0 for 3 there.
Example 1 is a declaration in Go. Example 3 is a declaration in Python.
my $x = 42;
let x = 42
Well, when you add in the '$' and ';' tokens the "let" example is still shorter. Also as another person replied to you, those other two examples are declarations in other languages. So 0 for 3 there.