Skip to content

mrJO1N/BESC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Extended Set of Chars (BESC)

another dialect of an esoteric programming language, but with cardinal differences.

Brainfuck has capabilities only for console applications like a calculator, and my implementation in the future will have GUI capabilities, sound control, multithreading and external connections.

like a Swiss knife - bad opener, bad scissors, bad pliers, but always useful

example calculator: task: 50+10

$         switch manager to next
}}        manager pointer + 2
!50+      runner cell + 50 used turbo
.         write from runner cell to manager cell
[-]       cicle to runner cell = 0
}
!10+. [-]
!2{       manager pointer - 2 used turbo
+. [-]
{
+.
,         write from manager cell to runner cell
$.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published