HackerTrans
TopNewTrendsCommentsPastAskShowJobs

objecthub

no profile record

comments

objecthub
·3 เดือนที่ผ่านมา·discuss
Thanks for the reference! I must have overlooked this when implementing the scanner. Will definitely be added. Thanks for letting me know.
objecthub
·3 เดือนที่ผ่านมา·discuss
Author from LispPad here... Polar complex number literals are actually not part of R7RS and (make-polar ...) would need to be used for writing portable code. Complex number literals with infinite parts are supported, but I noticed that LispPad might behave differently as it does apply mathematical equivalences that are being ignored in other Scheme implementations. Let me know if you see a behavior that violates the R7RS spec. Thanks!