Search Results

Found 1 results for "1953f4e733054398a379c6179804b8bb" across all boards searching md5.

Anonymous /g/105711980#105733875
6/28/2025, 4:25:11 PM
>>105729420
>for guile you have to put stuff in the .guile to make it usable
For me it's
(use-modules
(system repl common)
(ice-9 readline))

(activate-readline)
(repl-default-option-set! 'prompt "> ")
(repl-default-option-set! 'value-history #f)
(repl-default-option-set! 'on-error 'report)
(fluid-set! *repl-stack* (list #t))