All Projects → uzudil → benji4000

uzudil / benji4000

Licence: other
A fictional personal computer from the 80s

Programming Languages

Limbo
41 projects
go
31211 projects - #10 most used programming language

benji4000

The "other" lost personal computer of the 80s. It was similar to the better known C64 but programmed in a higher-level (and much more imaginary) language.

To build the code

go build

Interpreter mode

./benji4000

To run a bscript file

For example: ./benji4000 -source=src/games/airwolf.b

bscript

The programming language of benji. Execution starts by calling the function named "main".

Bscript features higher order functions, control flow commands, global variables and constants, etc.

Browse the tests for examples or see the wiki for more info.

bscript syntax highlighting

The vscode directory contains a plugin for syntax highlighting for .b files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].