Treason: Difference between revisions

From triplescripts.org wiki
Content added Content deleted
(explain that treason will probably be CLI-only for a while)
(clarify)
 
Line 1: Line 1:
There is no dedicated triple script runtime at this time, although '''treason''' is the codename given to the hypothetical reference runtime that we eventually plan to implement. It will likely be based on a fork of Fabrice Bellard's [https://bellard.org/quickjs/ QuickJS] and start out as being command-line only (and live that way for some time).
There is no dedicated triple script runtime at this time, although '''treason''' is the codename given to the hypothetical reference runtime that we eventually plan to implement. It will likely be based on a fork of Fabrice Bellard's [https://bellard.org/quickjs/ QuickJS] and start out as being command-line only (and live that way for some time).


Because of the general properties of triple scripts, however, a runtime itself implemented as a triple script is possible. This will be essential for prototyping and eventually be the basis of our ability to ship an officially blessed runtime for legacy systems (i.e., a way to approximate "running treason in the browser"). The same project can is likely to be the basis for [[VSCode integration]] (in the form of an official extension from triplescripts.org).
Because of the general properties of triple scripts, however, a treason-like runtime (i.e. one specifically built to run triple scripts, unlike the browser which ''incidentally'' runs triple scripts) itself implemented as a triple script, is both possible and tractable. This will be essential for prototyping and provide a good platform to develop an officially blessed runtime for legacy systems (i.e., a way to approximate "running treason in the browser"). The same starting point would be a good candidate for developing the [[VSCode integration]] (in the form of an official extension from triplescripts.org).

Latest revision as of 22:17, 18 June 2020

There is no dedicated triple script runtime at this time, although treason is the codename given to the hypothetical reference runtime that we eventually plan to implement. It will likely be based on a fork of Fabrice Bellard's QuickJS and start out as being command-line only (and live that way for some time).

Because of the general properties of triple scripts, however, a treason-like runtime (i.e. one specifically built to run triple scripts, unlike the browser which incidentally runs triple scripts) itself implemented as a triple script, is both possible and tractable. This will be essential for prototyping and provide a good platform to develop an officially blessed runtime for legacy systems (i.e., a way to approximate "running treason in the browser"). The same starting point would be a good candidate for developing the VSCode integration (in the form of an official extension from triplescripts.org).

Cookies help us deliver our services. By using our services, you agree to our use of cookies.