Next we will describe Bee syntax using examples of code. This is a high level design not a detailed specification. We organize the pages in logical order from basic concepts to advanced to learn the language features and use cases.
Basic Concepts
Advanced Concepts
Bee require Unicode symbols so it is hard to type. To overcome this difficult obstacle we have design a special keyboard. One day maybe we will manage to create this keyword to fix productivity issues. With this keyboard writing Bee code will be more efficient. Until then we can use a tablet app or programable keyboard.
Bee-14a Layout
We store code snippets, project code and tools on GitHub. There is no release, but you can clone this repository on your computer to investigate the examples. Bee have syntax color files for Notepad++.
Instructions: We use dark theme for this project. So after you download, and install the "UDL" (User Define Language) you have to change settings in the Notepad++ style dialog, like the picture below:
Notepad++ Style Configuration
Read next: Language Features