Install latest/edge of BlackBox Component Pascal Builder
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install bbcb --edge
Don't have snapd? Get set up for snaps.
BlackBox Component Builder is an open-source IDE and a framework (collection of modules) written in the programming language Component Pascal which is a descendant of languages Oberon ← Modula-2 ← Pascal developed by Niklaus Wirth. BlackBox provides facilities for document creation, program compilation, module execution, and interface design. Component Pascal is module based. Each module is a unit of compilation and a unit of execution. There is no explicit linker. Modules are brought into memory when specified. There is no need for "header" files. Symbol files are automatically generated by the compiler for those elements of a module that are specifically marked to be exported.
The component classes (e.g. for text or form components) follow the principle of black box inheritance (interface inheritance instead of implementation inheritance), hence the name "BlackBox".
The compiler is very fast. The language is strongly typed. Data structures are automatically garbage collected when no longer referenced. The framework comes with a complete set of documents explaining the meaning and use of each module.
Note: to view BlackBox documents in the terminal and for git diff, recommended to install odcey.
Also contains the experimental version BlackBox 2 available by command bbcb.2
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.