Overview
Comment: | Remove repetition. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a65a73db55859c87e5c4d6497fa83219 |
User & Date: | robin.hansen on 2020-11-22 09:28:12 |
Other Links: | manifest | tags |
Context
2020-11-22
| ||
09:28 | Increase max-age setting on .html files. check-in: 33851e3b36 user: robin.hansen tags: trunk | |
09:28 | Remove repetition. check-in: a65a73db55 user: robin.hansen tags: trunk | |
2020-11-20
| ||
14:25 | Remove wasm logo reference from deploy.sh check-in: 332f3daff9 user: robin.hansen tags: trunk | |
Changes
Modified src/index.html from [4c16b7e314] to [7a44e067f2].
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
The type of 'some-word' is specified to be -- Bool.
However, it seems that the actual type is: -- Int.
</pre>
<h3>Portable</h3>
<p>As Play is compiled to web assembly, your code can run on the command line, on a server or even in the browser. As Play is compiled to web assembly, you're sure to enjoy the exact same semantics wherever your code is executed.</p>
<h3 class="clear">In Alpha</h3>
<p>Play is still in early development. There are currently no strings, arrays or even garbage collection. All of this will come in time. For more information, take a look at the <a alt="Read the roadmap" href="https://fossils.play-lang.dev/compiler/wiki?name=roadmap">roadmap</a>.</p>
</main>
<footer>
|
| |
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
The type of 'some-word' is specified to be -- Bool.
However, it seems that the actual type is: -- Int.
</pre>
<h3>Portable</h3>
<p>Your code can run on the command line, on a server or even in the browser. As Play is compiled to web assembly, you're sure to enjoy the exact same semantics wherever your code is executed.</p>
<h3 class="clear">In Alpha</h3>
<p>Play is still in early development. There are currently no strings, arrays or even garbage collection. All of this will come in time. For more information, take a look at the <a alt="Read the roadmap" href="https://fossils.play-lang.dev/compiler/wiki?name=roadmap">roadmap</a>.</p>
</main>
<footer>
|