First page Back Continue Last page Summary Graphics
Syntax: terseness
Use of words (begin, def...)
Operator overloading (semantic!)
Special terse construct
- Perl!
- -> optional sometimes
- => allow removing quotes on its left
- quoting: ' " ` q qw qq...
- || vs or vs unless, && vs and vs if
- list comprehension, pattern matching, case statement
- !! Importance of good error messages
Notes: