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.
mndl.hu の hackpact のスクリプトを実行しようとしていますが、エラーが発生し続けます。
undefined identifier gl
私はググって、フォローに出くわしました
(define (gl n) (log (+ 1 (gh n))))
しかし、gh は 0.0 を返し続けるので、単純に gl を gh に置き換えるだけでは動作しません。