Skip to content

Commit 62ac2ad

Browse files
committed
README: adding another comparison of JS vs Foi
1 parent 1294673 commit 62ac2ad

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ It should feel intuitive when doing the *right*™ things, appear obvious wh
4545

4646
## Comparision Examples (JS vs Foi)
4747

48-
Here are some screenshots showing JS code (on top, in each image) to the equivalent **Foi** code (on bottom, in each image).
48+
Here are some screenshots showing typical JS code (on top, in each image) to the equivalent **Foi** code (on bottom, in each image).
4949

5050
<p>
5151
<a href="foi-js-comparison-1.png"><img src="foi-js-comparison-1.png" width=300 alt="Comparison: chunking an array"></a>
@@ -55,7 +55,11 @@ Here are some screenshots showing JS code (on top, in each image) to the equival
5555
<a href="foi-js-comparison-2.png"><img src="foi-js-comparison-2.png" width=300 alt="Comparison: memoized fibonacci number computation"></a>
5656
</p>
5757

58-
The syntax highlighting of the **Foi** code in these screenshots is produces by the [Foi-Toy tool](#foy-toy) included in this repository.
58+
<p>
59+
<a href="foi-js-comparison-3.png"><img src="foi-js-comparison-3.png" width=300 alt="Comparison: async..await fetch + rendering html"></a>
60+
</p>
61+
62+
The syntax highlighting of the **Foi** code in these screenshots is produced by the [Foi-Toy tool](#foy-toy) included in this repository.
5963

6064
----
6165

foi-js-comparison-3.png

502 KB
Loading

0 commit comments

Comments
 (0)