I sit with many different languages every day, and small syntactic differences annoy me to have to google all the time. IntelliSense does not help with how to write an object literal, or a for-loop!
- All examples should be contained within one page of code
- The examples should show 'conventional programming' in each language
X number of self-verifying input files in different languages display the syntax of needed 'language features' clearly and within one page of code (no more!).
Any and all of the examples should:
- Object literal --> A
- Parse inputJSON --> B
- Produce a text string from A and B --> Atxt, Btxt
- Verify Atxt == Btxt
- Produce a text report from A --> Areport
- Verify Areport equals report_str
- Looping over lists
- Writing object literals, including lists, string properties
- Reading JSON string
- Asserting
- Interpolating and concatenating string