IRC channel logs
2024-07-27.log
back to list of logs
<Aarush>sting-append works in the guile repl but not while running a .scm file; code is "(define (greet name) <Aarush> (string-append "Hello " name "!")) <pukkamustard>Aarush: the greet function does not print anything to the console it only returns the appended string. Try (display (string-append "Hello" name "!")). <mwette>dckc_: check vhashes in guile manual <mwette>weak hash tables: section 6.17.3.1