git @ Cat's Eye Technologies Chrysoberyl / cf7c46c
Add HTML5 installation for Equipage. Chris Pressey 5 years ago
1 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
376376 Select an example configuration from the dropdown box,
377377 then click "Start" to run it. Or click "Edit" to modify an example,
378378 or create your own.
379
380 ### Equipage
381
382 * installation-of: [Equipage][]
383 * installed-implementation: equipage.js
384 * interactive: true
385 * animated: false
386 * mediums: [Javascript][], [HTML5][]
387 * javascript-urls: ../modules/Equipage/eg/examplePrograms.jsonp.js,../modules/Equipage/demo/hastec-launcher.js,https://static.catseye.tc/generated-js/equipage-1.0-2019.0926/equipage.js
388 * launch-command: launch({ container: document.getElementById('installation'), initialOption: "pop-all-positives.equipage" });
389 * inline-description: true
390 * online @ [catseye.tc](https://catseye.tc/ix/Equipage)
391
392 This is a web-based interpreter for the "purely concatentive"
393 programming language [Equipage][].
394
395 Technically, it is `Language.Equipage` (the reference implementation
396 of Equipage, written in [Haskell][]) compiled to [Javascript][]
397 by the [Haste][] compiler, running in an [HTML5][] document.
398
399 Instructions:
400
401 Select an example program from the dropdown box and click
402 "Run" to run it. You can also edit the program before
403 running it. Or you could clear the textbox and write
404 an entirely new program there and run it.
405
406 You might also want to read
407 [the description of the Equipage programming language](https://catseye.tc/view/Equipage/README.md).
379408
380409 ### Etcha
381410