;LISP
(defun hunger ;This time do it, and forget
;your silly âsyntax errorâ
;and âbad data type.â
(while hungry
(if food ;if itâs offered
(smell)
(taste)
(eat)
);end if food
);end while hungry ;eventually you will get full
(search-desires)
(fulfill-desires)
(hunger) ;Now go back
;to the start
;and donât complain.
;Keep looping.
;Itâs all you get.
);end defun hunger