Y
Hacker News
new
|
ask
|
show
|
jobs
by
newbye3
1488 days ago
Don't hire me, this version cons a lot )): (defun palindrome(str) (string= str (coerce (reverse (coerce str 'list)) 'string))
1 comments
iLoveOncall
1486 days ago
I would ask you to implement reverse and coerce yourself.
link