https://github.com/cutwell/esoteric-boolean-logic-language
A linear (1 Dimensional) boolean-algebra-based programming language.
https://github.com/cutwell/esoteric-boolean-logic-language
Last synced: 12 months ago
JSON representation
A linear (1 Dimensional) boolean-algebra-based programming language.
- Host: GitHub
- URL: https://github.com/cutwell/esoteric-boolean-logic-language
- Owner: Cutwell
- License: mit
- Created: 2021-02-04T22:15:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T23:09:01.000Z (over 5 years ago)
- Last Synced: 2025-01-29T11:28:16.773Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Esoteric-boolean-logic-language
BooleanFu: A linear (1 Dimensional) boolean-algebra-based programming language.
### Terminology
| Term | Meaning |
|:---:|:---:|
| Circuits | BooleanFu was originally designed as very-low-level programming language, and as such programs written in it are only slightly abstracted from boolean logic and logic circuit design. |
| Functions | Circuits are comprised of functions, which are used to organise programs to improve readability, and to encapsulate and seperate different sections of the program. |
### Manual
[Read the manual](https://github.com/Cutwell/esoteric-boolean-logic-language/wiki).