Tool for decoding / encoding in Alphuck. Alphuck is a minimalist programming language subtituting to Brainfuck 8 letters of the alphabet.
Alphuck - dCode
Tag(s) : Programming Language
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The Alphuck language is a variant of BrainFuck (by substitution/replacing its characters). Its operation is identical to the Brainfuck, it contains the same 8 operators whose characters are replaced by letters of the alphabet according to the following table:
Alphuck | Brainfuck | Operation |
---|---|---|
e | + | increase pointer |
i | - | decrease pointer |
a | > | move right pointer |
c | < | move left pointer |
p | [ | loop until s while pointer not null |
s | ] | end loop |
j | . | output pointer ascii value |
o | , | save input in cell pointer |
Thus, to any code in BrainFuck, corresponds a code in Alphuck and vice versa.
Example: The Alphuck program eeeeeeeeeepaeaeeeaeeeeeeeaeeeeeeeeeeccccisaaaiiiiijejej corresponds to BrainFuck code ++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>-----.+.+. and output (console) the characters ABC
Like any programming language, there are many ways to program and achieve the same result.
An Alphuck code runs like any program, using an interpreter, and can display an output result (based on an optional input argument). dCode executes the program and displays each byte returned to the console as well as the final memory register (for debugging).
The message consists only of the 8 lowercase letters aceijops: a,c,e,i,j,o,p,s in frequencies similar to Brainfuck.
dCode retains ownership of the "Alphuck" source code. Except explicit open source licence (indicated Creative Commons / free), the "Alphuck" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Alphuck" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Alphuck" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Alphuck" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Alphuck on dCode.fr [online website], retrieved on 2024-11-18,