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.
FH
Jump to navigation
Jump to search
FH is the constant language ConstantLanguage("").
This is derived from Deadfish, but this has no commands because e and a have something similar with o.
Syntax
All characters are ignored. That's it.
Examples
Do nothing
p
Do nothing 2
iiiio
Quine
Interpreter
An interpreter realized in Common Lisp shall be produced:
(defun interpret-FH (code) "Interprets the piece of FH source CODE and returns no value." (declare (type string code)) (declare (ignore code)) (values))