Palindrome detection: Difference between revisions

Content added Content deleted
(Add "GolfScript" version)
(add (rough) uiua implementation)
Line 5,925: Line 5,925:
console.log(isPalindrome('Я иду с мечем судия'))
console.log(isPalindrome('Я иду с мечем судия'))
</syntaxhighlight>
</syntaxhighlight>

=={{header|Uiua}}==
Does not ignore spaces.
<syntaxhighlight lang="uiua">≍⇌."tacocat"</syntaxhighlight>


=={{header|UNIX Shell}}==
=={{header|UNIX Shell}}==