Remix.run Logo
setr 4 days ago

The only correct syntax/format

    [
      , a
      , b
      , c
    ]
If only there existed a language designer intelligent enough to support it
maccard 4 days ago | parent | next [-]

You want yaml

    key:
      - a
      - b
      - c
MonkeyClub 3 days ago | parent | prev | next [-]

Lisp:

  (
    a
    b
    c
  )
crazygringo 3 days ago | parent | prev [-]

Thank you for the humor!

I'm just suddenly slightly terrified someone's going to see this and think it's genuinely a good idea and make it part of the next popular scripting language, where lists are defined by starting commas or something :S