Search for a tool
Spoon

Tool for decoding / encoding in Spoon. Spoon is a minimalist programming language strongly inspired by Brainfuck and composed only of 0 and 1.

Results

Spoon -

Tag(s) : Programming Language

Share
Share
dCode and more

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!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Spoon' tool for free! Thank you!

Spoon

Spoon Interpreter




Loading...
(if this message do not disappear, try to refresh this page)
See also: BrainfuckBinary CodeASCII Code

Spoon Encoder

 


See also: BrainfuckBinary Code

Answers to Questions (FAQ)

How to encrypt using Spoon code?

The Spoon programming language is a variant of BrainFuck, of which it reuses the 8 operators but in order to make it even more obfuscated, the instructions are in binary. Thus, from a given BrainFuck code, the following table helps to convert the code to Spoon:

+1increment +1
-000decrement -1
>010move right
<011move right
[00100start loop
]0011end loop
.001010output
,0010110input

Example: The Spoon program 11111111110010001010101110101111111010111111111101101101101100000110100100101111111111111001010010111111111111001010000001010001010000001010 corresponds to BF code ++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>+++++++++++++.>++++++++++++.-..-. and should output the 5 characters Spoon.

To learn how to code with Spoon programming language, the easiest way is to learn the basics of Brainfuck and manipulation of pointers.

How to decrypt Spoon code?

The Spoon cannot be exactly decoded, it can be run through an interpreter/compiler. The compiler will perform the requested instructions, and sometimes output something. Each output byte will appear in the dCode console. The contents of the memory is also displayed.

How to recognize Spoon coded text?

The message is binary, composed only of values 1, 000, 010, 011, 00100, 0011, 001010 and 0010110

Source code

dCode retains ownership of the "Spoon" source code. Except explicit open source licence (indicated Creative Commons / free), the "Spoon" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Spoon" 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 "Spoon" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.

Cite dCode

The copy-paste of the page "Spoon" 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):
Spoon on dCode.fr [online website], retrieved on 2024-11-05, https://www.dcode.fr/spoon-language

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Spoon' tool for free! Thank you!


https://www.dcode.fr/spoon-language
© 2024 dCode — El 'kit de herramientas' definitivo para resolver todos los juegos/acertijos/geocaching/CTF.
 
Feedback