Shinmera@alien.topB to LispEnglish · 2 years agoMy Lisp physics engine for Trial is finally working!mastodon.tymoon.euexternal-linkmessage-square6linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkMy Lisp physics engine for Trial is finally working!mastodon.tymoon.euShinmera@alien.topB to LispEnglish · 2 years agomessage-square6linkfedilink
minus-squareShinmera@alien.topOPBlinkfedilinkEnglisharrow-up1·2 years agoNot sure when that was introduced into SBCL, but suffice to say your version is too old.
minus-squaretheangeryemacsshibe@alien.topBlinkfedilinkEnglisharrow-up1·2 years agoIt was introduced in SBCL 2.3.7 as (= *gc-real-time* *gc-run-time*) (approximately, timer precision is weird) holds for serial GC, but not for parallel GC.
Not sure when that was introduced into SBCL, but suffice to say your version is too old.
It was introduced in SBCL 2.3.7 as
(= *gc-real-time* *gc-run-time*)
(approximately, timer precision is weird) holds for serial GC, but not for parallel GC.