**A00 - Comparing Languages** This is a sample write up for the A00_LanguageComparison assignment. Author =============
| ------------------|------------- name | Bob the Tomato computer + OS | my Linux laptop time to complete | 3 hours partner | Larry the Cucumber additional help | see Reflection section
Prime Partitions ================= 42 has XXXX prime partitions, and they are... Implementations ================ Language: Ada -------------------------------- Language: OCaml or Haskell -------------------------------- Language: C#, Go, or Rust -------------------------------- Language: Javascript, Perl, or Ruby -------------------------------- Language: Prolog -------------------------------- Language: Scheme (extra credit) -------------------------------- Assignment Reflection ======================
| ------------------------|----- Ada | aaa OCaml, Haskell | bbb C#, Go, Rust | ccc JavaScript, Perl, Ruby | ddd Prolog | eee Scheme (extra) | fff
A Few Markdeep Examples ======================== I have left some examples below to demonstrate how you can format your write-up using Markdeep. For more details, see [http://casual-effects.com/markdeep/features.md.html](http://casual-effects.com/markdeep/features.md.html). Remove this section from your final submission :) Below is a "Hello, World!" Python program. You can include code (`x = 2`) in your sentences, too! ~~~~ #!/usr/bin/python print("Hello, World!") ~~~~ Below is a screenshot showing me running the program above. ![A screenshot showing Python running a "Hello, World!" program.](screenshot.png width="600px") Note: included images need to be included along with the `readme.html` file. You can even include math ($x = 2$) in your readme. For larger equations, use double dollar signs! $$ f(x) = \sum_{x=0}^{100} \frac{x^2 + 1}{2x + 1} $$