79526075

Date: 2025-03-21 16:35:02
Score: 1
Natty:
Report link
(define (recognize-move label tape)
   (cond ((equal?(assoc label abbreviations)#f)(print "erreur"))
    ((or (eq? label (car tape))
          (member (car tape) (assoc label abbreviations)))      
      ((list (cdr tape)))
     (eq? label '|#|)
          (list tape)))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: c.talarmin