From: Gary Johnson <lambdatronic@disroot.org>
To: help-guix@gnu.org
Subject: Re: Questions about Development Environments in Emacs (Leiningen, Intero)
Date: Mon, 10 Feb 2020 16:22:50 -0500 [thread overview]
Message-ID: <87d0amjfx1.fsf@disroot.org> (raw)
In-Reply-To: <87ftgwbi9l.fsf@ambrevar.xyz>
Hi Pierre,
You are correct that Clojure development via CIDER is dependent upon
having at least one of the three Clojure build tools installed and on
your PATH. These are your choices (in order of age):
- lein https://leiningen.org/
- boot https://boot-clj.com/
- clojure https://clojure.org/guides/getting_started
All three are simply shell scripts that download their respective JARs
into $HOME/.lein, $HOME/.boot, $HOME/.clojure, and/or
$HOME/.m2/repository.
For lein and boot, I just manually install them into a scripts directory
in my $HOME directory and add that to my $PATH in my ~/.bashrc. For
clojure, I pass the installdir option to its installation script to put
all of its files in $HOME/local (which I add to my PATH instead of using
the global /usr/local).
Creating a Guix package for any of these three tools shouldn't be all
that difficult, but I have unfortunately not yet taken the time to put
them together. If someone does create them though (particularly one for
`clojure`), I would be quite happy indeed.
Happy hacking,
Gary
Pierre Neidhardt <mail@ambrevar.xyz> writes:
> Thanks for sharing, John!
>
> And any one using Clojure?
--
GPG Key ID: 7BC158ED
Use `gpg --search-keys lambdatronic' to find me
Protect yourself from surveillance: https://emailselfdefense.fsf.org
=======================================================================
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
Please avoid sending me MS-Office attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
next prev parent reply other threads:[~2020-02-10 21:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-16 3:00 Questions about Development Environments in Emacs brettg
2020-01-03 8:23 ` Questions about Development Environments in Emacs (Leiningen, Intero) Pierre Neidhardt
2020-01-03 16:01 ` John Soo
2020-01-03 16:45 ` Pierre Neidhardt
2020-02-10 21:22 ` Gary Johnson [this message]
2020-02-11 6:13 ` Pierre Neidhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d0amjfx1.fsf@disroot.org \
--to=lambdatronic@disroot.org \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.