EncryptFuck

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.

EncryptFuck is an encrypted version of a similar brainfuck code created by FreedomSka on 2015

This is a comment

: COMMENTS WORKS ONLY IF THE FIRST CHAR OF THE STRING IS ':'

The syntax is like the famous brainfuck :

+
-
,
.
>
<
[
]

But we have a little difference, we use numbers for loops. Example: Print char 'A' in translated EncryptFuck

: 8 is used to tell the interpreter to repeat what's inside the '[]' 8 times.
++++++++8[++++++++]+.

Every line of code must be under 39 characters. Here is a simple program that prints "HELLO":

: PRINTS WORD 'HELLO'
+,-./012@d56789:;<=pBBCDFLuFGH{JNOMNOS

Simple program that prints "HELLO WORLD!"

: PRINTS 'HELLO WORLD!'
+,-./012@d56789:;<=pBBCDFLuFGH{JNOMNOS
 ?
4\-./012345h:
 =
+,-./01266789:;<=?=>?CCDEFGHJJKLMNOPQS
-./01:a456789:k=

It's a Work In Progress but if you want you can check a video of it here --> [Esoteric programming language] - EncryptFuck BETA