Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I was wrong: It was "implode" in Maclisp.

  (compress (reverse (explode 'ABC)))
  ;COMPRESS UNDEFINED FUNCTION OBJECT

  (implode (reverse (explode 'ABC)))
  CBA
The point being that I never learn any fancy string-processing commands. I just implement explode and compress.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: