Hi there, me again. On Thu, Sep 3, 2015 at 5:02 PM, Ludovic Courtès <l...@gnu.org> wrote: > Howdy Guix! > > We’ve all been talking about it for some time: a REPL server in dmd! > > This can be done by changing zero lines in dmd: > > > > Then you can do: > > deco start dmd-repl > socat unix-connect:/var/run/dmd/repl stdio
I tried to use 'geiser-connect-local' to connect to the REPL and it seems that Geiser just breaks when using a UNIX domain socket. Can anyone else reproduce this? - Dave