We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

OneFuck

From Esolang
Jump to navigation Jump to search

OneFuck, is an esoteric programming language clones brainfuck, buts here only one cell.

Examples

Hello, world!

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++..!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.!
++++++++++++++++++++++++++++++++++++++++++++.!
++++++++++++++++++++++++++++++++.!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.!
+++++++++++++++++++++++++++++++++.!
++++++++++.!

Output input symbol

,.

Added instructions

Name Desc
! Clear cell
` Output cell value as integer

External resources