this post was submitted on 24 Nov 2023
1 points (100.0% liked)

Lisp

53 readers
3 users here now

founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] Shinmera@alien.top 1 points 1 year ago (1 children)

If you're on Linux or Windows you can try it out yourself with SBCL:

(ql-dist:install-dist "http://dist.shirakumo.org/shirakumo.txt")
(ql:quickload :trial-examples)
(trial-examples:launch :scene-loader)
[–] corbasai@alien.top 1 points 1 year ago (1 children)

(ql-dist:install-dist "http://dist.shirakumo.org/shirakumo.txt")

(ql:quickload :trial-examples)

(trial-examples:launch :scene-loader)

mine stall at

[package org.shirakumo.machine-state];

; caught ERROR:

; READ error during COMPILE-FILE:

;

; Symbol "*GC-REAL-TIME*" not found in the SB-EXT package.

;

; Line: 66, Column: 33, File-Position: 2176

;

; Stream: #

debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread

#:

COMPILE-FILE-ERROR while

compiling #

[–] Shinmera@alien.top 1 points 1 year ago (1 children)

Not sure when that was introduced into SBCL, but suffice to say your version is too old.

[–] theangeryemacsshibe@alien.top 1 points 1 year ago

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.

[–] QueenOfHatred@alien.top 1 points 1 year ago (1 children)

Big respect. It is awesome to see how awesome Trial is becoming :D

[–] Shinmera@alien.top 1 points 1 year ago