Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは私はスキームでリストの省略形を使用して初心者を使用するのに問題があり、make-posnのリストを指定して最小のposn-xを見つける方法がわかりません。どんな助けでもいただければ幸いです!
コメントでの議論の編集:
(define (min-x lst) (apply min (map posn-x lst)))