Difference between revisions of "Main Page"
Jump to navigation
Jump to search
(→Modular Software) |
|||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | This wiki provides information about [[Prokee System|Prokee]] and the tools and code which has been developed around it. | |
| + | Prokee is a collection of dynamic linkable software modules (s. [[List of Prokee Modules]]), as well as an interpreter for a simple scripting language, which is currently re-implemented to support the new [[Universal Prokee Language]], which follows a new and still experimental approach to programming language design. | ||
| + | |||
| + | == The Prokee System == | ||
* [[List of Prokee Modules]] | * [[List of Prokee Modules]] | ||
| − | == Modular Software == | + | == Modular Software Development == |
| − | * [[simple-web-fw]] A simple highly modular framework for building websites and web-applications based on JavaScript and PHP. | + | * [[simple-web-fw]] - A simple highly modular framework for building websites and web-applications based on JavaScript and PHP. |
| − | * [[baseman]] A simple file copy program to organize modular code for web applications. | + | * [[baseman]] - A simple file copy program to organize modular code for web applications. |
| + | * [[bmsetup]] - A setup tool for baseman to install source code modules within a baseman base. | ||
| + | |||
| + | == Languages and Compiler == | ||
| + | * [[bmc]] - This is an experimental compiler for dbl code which is a small subset of the Universal Prokee Language. | ||
| + | * [[Universal Prokee Language]] | ||
| + | * Prokee Script | ||
| − | == | + | == Other Software == |
| − | + | * sld-tree-generator | |
| − | * | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 21:18, 30 April 2019
This wiki provides information about Prokee and the tools and code which has been developed around it.
Prokee is a collection of dynamic linkable software modules (s. List of Prokee Modules), as well as an interpreter for a simple scripting language, which is currently re-implemented to support the new Universal Prokee Language, which follows a new and still experimental approach to programming language design.
Contents
The Prokee System
Modular Software Development
- simple-web-fw - A simple highly modular framework for building websites and web-applications based on JavaScript and PHP.
- baseman - A simple file copy program to organize modular code for web applications.
- bmsetup - A setup tool for baseman to install source code modules within a baseman base.
Languages and Compiler
- bmc - This is an experimental compiler for dbl code which is a small subset of the Universal Prokee Language.
- Universal Prokee Language
- Prokee Script
Other Software
- sld-tree-generator