Hacker News new | ask | show | jobs
by lauritzsh 3322 days ago
How would you feel about

  > 1 through 3
  # [1, 2, 3]

  > 1 until 3 # or 1 to 3
  # [1, 2]
as explicit word range notation?