swannodette / lt-cljs-tutorial

A ClojureScript Programming Language Tutorial for Light Table Users
MIT License
863 stars 123 forks source link

avoid eval errors and add more examples in error handling #32

Closed priyatam closed 10 years ago

priyatam commented 10 years ago
  1. wrap evals errors in comment (...)
  2. added sample code and notes on exceptions
swannodette commented 10 years ago

There's actually already an error handling section.

priyatam commented 10 years ago

Merged.

swannodette commented 10 years ago

Looks good except let's follow the existing convention for closing parentheses, thanks much.