menu
Menu
Drakon.Tech logo
Drakon.Tech
Get started
Drakon.Tech documentationProgramming in DRAKONThe basics of programming with Drakon.TechAdvanced programming methodsGame examplesThe source codeLegacy tutorials (JavaScript 0.2)Tutorial 1. Hello world!Tutorial 2. Variables and functionsTutorial 3. Basic flow controlTutorial 4. ChoiceTutorial 5. For each loopTutorial 6. The arrow loopTutorial 7. SilhouetteTutorial 8. Lambdas and exceptionsTutorial 9. ModulesTutorial 10. Concurrent programming with scenariosExamplesLibraries

Libraries

The lib project

License: Public domain.

Source code: lib

sm

All modules that have scenarios require an sm dependency that exports operations needed for scenarios.

The sm module is an implementation of the sm dependency.

sm lib/sm_1_0

sm, version 1.0

Source code: lib / sm_1_0

html

The html module exports methods for CSS and DOM-manipulation.

The purpose of html is to aid in imperative building of web pages.

html lib/html_1_0

html, version 1.0

Source code: lib / html_1_0
close
Close
Drakon.Tech logo
Drakon.Tech home
Programming in DRAKONThe basics of programming with Drakon.TechAdvanced programming methodsThe source codeLegacy tutorials (JavaScript 0.2)