[Main website]

feature/chunk-oriented-programming

Simalarly to feature/manual-customization-of-code and feature/syntax-abstractions, Dok code can be seen as literate-code, where code is created composing parametric and transformable chunks of code. In this way one can reuse chunks with metainfo annotations and a lot of other things, that can create boiler-plate repetitions otherwise.

Every chunk can specify the meta-info level in which it can be used:

  • code level
  • meta-info level
  • business problem logic
  • and so on…