21

↗ HN profile [ 267 ms ] full profile
Karma
5,153
Created
February 1, 2016 (10y ago)
Submissions
0
  1. A lot of drama regarding a new syntax proposal (which I fell is terrible) which allows assignment in expressions: while (value := read_next_item()) is not None: assert 0 == (x := (y := (z := 0))) stuff = [[y := f(x),…