From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: Hack the (init) system! Date: Thu, 3 Sep 2015 20:54:18 -0400 Message-ID: References: <87oahjz05m.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXfGo-0008BV-Hd for Guix-devel@gnu.org; Thu, 03 Sep 2015 20:54:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXfGl-0006ZS-Cg for Guix-devel@gnu.org; Thu, 03 Sep 2015 20:54:22 -0400 Received: from mail-yk0-f176.google.com ([209.85.160.176]:33638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXfGl-0006ZM-9l for Guix-devel@gnu.org; Thu, 03 Sep 2015 20:54:19 -0400 Received: by ykei199 with SMTP id i199so6817968yke.0 for ; Thu, 03 Sep 2015 17:54:18 -0700 (PDT) In-Reply-To: <87oahjz05m.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel Hi there, me again. On Thu, Sep 3, 2015 at 5:02 PM, Ludovic Court=C3=A8s wrote: > Howdy Guix! > > We=E2=80=99ve all been talking about it for some time: a REPL server in d= md! > > 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