1. Download B4P for MacOS by clicking:
https://b4p.app/downloads/b4p_installation.tar.gz
2. Save the file b4p_installation.tar.gz to your 'Downloads' folder.
3. Extract the contents of b4p_installation.tar.gz by double-clicking the file.
This will create the b4p_installation folder.
Open the b4p_installation folder in your Downloads folder by double-clicking it.
Review the contents of the b4p_installation as follows:
b4p | B4P interpreter. |
setup | B4P installation program |
List of Locales.csv | Contains locale-specific details (e.g. number and date formats, weekday and months in different language, etc.) |
lib\ | Directory containing B4P library files |
weblib\ | Directory containing Web-specific library features written in JavaScript. |
The contents of 'weblib' contain some CSS and Javascript files which are provided by SpryMedia Ltd, Scotland, and are in use under the MIT license.
The following B4P program files are also contained in the b4p_installation folder.
These will be copied to the user's B4P folder for use immediately after after installation.
hello world.b4p | Your very first b4p program |
My B4P Init.b4p | A user-customizable B4P initialization file and template. |
main.b4p | A default B4P program which can start automatically if desired |
interactive.b4p | A 1-statement B4P program to enter interactive mode |
start B4P here.b4p | A 1-statement B4P program which sets current directoy as the starting directory. |
Note: If B4P is started without a B4P program file, then B4P will look in the user's B4P directory for 'main.b4p'.
If 'main.b4p' is not found, then it will go into interactive mode.
For information on the B4P startup sequence, see Starting Behavior
Note that by installing and using B4P you agree to accept the Terms and Conditions for use of the B4P interpreter and all asscociated files and libraries.
Continue to MacOS Installation to start the installation process.