Palindrome

From Esolang

Jump to: navigation, search

A palindrome is a string which reads the same forwards and backwards; that is, some string S where S = reverse(S).

Esoteric programming is primarily concerned with such strings which are programs, especially interesting ones. This generally rules out trivial palindromic programs, such as those which halt in the middle (where half of the instructions are simply never executed.)

Non-trivial palindromic programs can be written in Befunge and other languages.

[edit] See also

Personal tools