Skip to content

v0.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomelam tomelam released this 30 Sep 20:08
· 2 commits to master since this release
6acf669

This release of web-call.cc is the code used to produce the static web assets served by the web server of the web-call.cc website as it exists on October 1, 2021.

The main features of this release are demos using sequential programming based upon Scheme's call/cc; variations on MDN Web Docs' Drag and Drop API guide; a reproduction of a Sitepen demo of a dynamic stylesheet; and a demo of Dojo 1.10 tabs. The sequential programming demos are:

  1. a DOM editor prototype using the HTML5 Drag and Drop API,
  2. a simple introduction to the sequential programming on the website and a full presentation of an arithmetic calculator in a web page written in less than 20 lines of code,
  3. a sketchy prototype of a visual program editor,
  4. a demo using a refactored Scheme interface to the HTML5 Drag and Drop API, and
  5. a demo showing dynamic interaction with a Web Component (a Vaadin Custom Element).

There is also a demo showing Gambit Scheme in the web browser.