Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ Challenge #42069

Name: Anonymous 2017-01-23 13:30

Implement a POASTchecker. The POASTchecker will analyse a post number and use heuristic processing to determine whether the number is a /proggles/number, i.e. it will either acknowledge ``dubs'', ``trips'', or ``jackson five GET''. Any reasonable input and output format is allowed.

Good luck!

Name: Anonymous 2017-01-23 14:48

(defun POASTchecker (x)
(cond
((= (mod (mod x 1000) 111) 0) 'trips)
((= (mod (mod x 100) 11) 0) 'dubs)
((= x 5) 'jackson-five-get)))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List