Long-Term Funding, Update #6
In my previous Long-Term Funding update I said I would review and update of the "cookbooks" section and make another pass of "TBD" items in the "language" section.
Continue reading →Long-Term Funding, Update #5
In my previous Long-Term Funding update I said I would review/overhaul the "ecosystem" and "tutorials" sections (once I'd finished the "language" section).
Continue reading →Long-Term Funding, Update #4
In my previous Long-Term Funding update I said I would review/overhaul the "ecosystem" and "tutorials" sections.
Continue reading →deps.edn and monorepos XI (Polylith)
This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI,
deps.edn
, and Polylith, with our monorepo at
World Singles Networks.
Long-Term Funding, Update #3
In my previous Long-Term Funding update
I said I would review/overhaul the Libraries pages (both authoring and the directory)
and write the tools.build
cookbook.
The library authoring guide
has been rewritten to use the Clojure CLI, deps-new
, and deps-deploy
and
was well-received by the community, who provided some useful feedback that I
have also incorporated into the guide.
The information from the library directory has been integrated into
The Clojure Toolbox
via a couple of Pull Requests that
added optional tool-tip descriptions
and libraries that were on clojure-doc
but missing from the Toolbox. Thanks to James Reeves for accepting those PRs!
What else did I get done?
Continue reading →Long-Term Funding, Update #2
In my previous Long-Term Funding update I said that I planned "to review and/or overhaul the Getting Started, Introduction, and Web Development sections, with a focus on the latter." (of the clojure-doc.org website).
I mostly achieved that goal but didn't get to the additional goal I set of writing
a tools.build
cookbook. I have sketched out the topics I hope to cover in
that cookbook, however.
How did the past two months go?
Continue reading →Calva, Joyride, and Portal
Back in December, 2022, I described my original Calva, Joyride, and Portal setup.
I've been very happy with it all but, of course, I continue to tweak and update
my development environment and my projects, and now that
Clojure 1.12.0 Alpha 2 is available
with add-libs
-style functionality built-in, I've updated various projects
and my dot-clojure
and vscode-calva-setup
GitHub repos to take advantage of that, so I figured an updated version of that post
was warranted.
My development environment is VS Code, running on Windows, with all my Clojure-related files and processes running on WSL2 (Ubuntu). I use Calva, Portal, and Joyride to enhance and automate my day-to-day work.
Continue reading →Long-Term Funding, Update #1
As part of Clojurists Together's Long-Term Funding for 2023 I talked about working on clojure-doc.org which I had resurrected a few years ago, as a GitHub Pages project, powered by Cryogen.
Continue reading →Calva, Joyride, and Portal
An updated version of this post describes my latest Calva, Joyride, and Portal setup.
I've mentioned in several posts over the years that I switched my development setup from Emacs to Atom, initially with ProtoREPL and later with Chlorine, and then to VS Code, initially with Clover (a port of Chlorine) and more recently with Calva. There were several detours along the way, but that is the overall arc.
I've also mentioned a couple of times that I use Portal now, as an extension inside VS Code (after previously using Reveal and, before that, Cognitect's REBL).
I've also published my VS Code and Calva setup files on GitHub.
But I haven't really talked about what that experience is like on a day-to-day basis or any specifics of my integrated workflow.
Continue reading →deps.edn and monorepos X (Polylith)
This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI,
deps.edn
, and Polylith, with our monorepo at
World Singles Networks.