Hacker News new | past | comments | ask | show | jobs | submit login

People who've learned a Lisp family language offer our hopes and prayers that people using these configuration languages don't miss a comma, space, newline, or optional quote. :)

    ((name        "Ford Prefect")
     (age         42)
     (possessions "Towel"))

    (:name        "Ford Prefect"
     :age         42
     :possessions ("Towel"))

    (countries "GB" "IE" "FR" "DE" "NO")

    (countries gb ie fr de no)  ; if country codes are identifiers in a DSL

    ((first-name "Christopher")
     (surname    "Null"))

    (:first-name "Christopher"
     :surname    "Null")



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: