[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Perfect Setup" for hacking on Nix?
From: |
Ludovic Courtès |
Subject: |
Re: "Perfect Setup" for hacking on Nix? |
Date: |
Mon, 08 May 2017 16:22:54 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi,
Chris Marusich <address@hidden> skribis:
> I asked on nix-dev, and the (limited) response was basically that you
> should use whatever works best for you:
>
> https://mailman.science.uu.nl/pipermail/nix-dev/2017-April/023416.html
>
> I guess that means I should look into a C++ IDE (Eclipse?) or the emacs
> ecosystem for C/C++.
Yeah. As Thomas wrote, Semantic (part of Emacs) or KDEvelop are your
best bets.
But fundamentally, C++ doesn’t lend itself to live coding the way Lisp
does, so you’ll probably never have an environment close to the
Emacs/Geiser combo.
Ludo’.