[Chicken-hackers] About (chicken process) and (chicken process-context)

2017-05-09 Thread Peter Bex
Hi all, I was filling in the "Module (chicken process)" wiki page for the new manual, and noticed something peculiar: current-process-id and parent-process-id are in (chicken process-context), but process-group-id and its related setter, and create-session are in (chicken process). This seems...

[Chicken-hackers] [PATCH][5] FQN woes

2017-05-09 Thread lemonboy
Hello hackers, since both `##sys#macro-environment` and `##sys#current-environment` are alists whose keys are unqualified symbol names it doesn't make sense to use `var` as lookup key since after the initial lookup of `var0` against the environment we possibly get back a fully-qualified symbol thus