neil VS rain

Compare neil vs rain and see what are their differences.

neil

A CLI to add common aliases and features to deps.edn-based projects (by babashka)

rain

🌧️ A Clojure/Script library for fast and flexible web apps. (by rads)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
neil rain
10 1
349 8
1.7% -
7.3 7.5
about 1 month ago 10 months ago
Clojure Clojure
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

neil

Posts with mentions or reviews of neil. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-28.
  • Adding Dependencies on Clojure Project the Node Way: A Small Intro to neil CLI
    3 projects | dev.to | 28 Nov 2023
    So neil has a bunch of other features like project scaffolding, building, testing, adding license, etc. I really recommend you take a deep look at the repository and learn all the automatized possibilities that neil adds to your project.
  • Leaving Clojure - Feedback for those that care
    8 projects | /r/Clojure | 23 Jun 2023
    Check out neil. It makes creating new deps.edn-based projects easy. It also has commands to add deps incrementally to your deps.edn with neil dep add and helps you tag new releases with neil version. You can run it in a REPL if you want, but as you can see below, it runs pretty fast in the shell. $ brew install babashka/brew/neil $ time neil new scratch play Creating project from org.corfield.new/scratch in play neil new scratch play 0.09s user 0.06s system 54% cpu 0.280 total
  • Clojure is a product design tool
    8 projects | news.ycombinator.com | 22 Jun 2023
    Full-featured test runner: https://github.com/lambdaisland/kaocha

    If you install neil (https://github.com/babashka/neil), you can do `neil add test` which will automatically set up cognitect-labs/test-runner in your project. Then you can run tests with `neil test` (just an alias, you don't have to use it).

    > I used Kit to bootstrap this project and the way it set up tests doesn't even work, but this was what most people recommended to me for starting a Clojure project

    I don't really like the approach that Kit takes and prefer something more opinionated like Biff. I'd love to hear your feedback if you do end up trying out Biff.

  • I'm a masochist who want to compile a uberjar without Leiningen
    2 projects | /r/Clojure | 17 Oct 2022
    For some common tasks, neil is also an option.
  • Clojure Community State
    2 projects | /r/Clojure | 6 Aug 2022
  • Logging in Clojure: jar tidiness
    4 projects | dev.to | 5 Aug 2022
    Let's setup a basic project that includes a logger. I think the nicest way to get a new project up is with one of the tools that Borkdude has created, called neil. If you have this installed, just run the following in an empty directory:
  • Clojure needs a Rails, but not for the reason you think
    2 projects | /r/Clojure | 1 Aug 2022
    When I see legit anger and frustration in these comments, I also think about the newcomers who might be turned off by the funky syntax just to generate a template. That said, my solution to this wasn't to add another complaint to the thread, but to add the neil new command to solve this problem for tools.deps going forward.
  • Anyone using the Kit framework?
    6 projects | /r/Clojure | 17 Jul 2022
    There is also neil which offers some features to make working with deps.edn a little easier.

rain

Posts with mentions or reviews of rain. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.
  • Clojure is a product design tool
    8 projects | news.ycombinator.com | 22 Jun 2023
    > - Java stack traces make the above very hard to do.

    If I don't know where the problem is, I'll look at the Java stack trace and start adding `tap>` calls to see the flow of data. Since Clojure programs are data-oriented, inspecting the state that's flowing through the function arguments is usually all that's needed. It's a bit different process, though. Can you elaborate on your issues with the Java stack traces?

    Here's a relevant comment from Alex Miller: https://www.reddit.com/r/Clojure/comments/80al23/how_do_i_do...

    > - You're a second class citizen if you don't use emacs. [...]

    This doesn't really ring true for me even if a lot of docs are written for emacs. At work people use vim, emacs, VSCode, and IntelliJ. As I alluded to earlier, I think IntelliJ is the one that "just works". If you haven't tried it, I recommend giving it a shot. Personally, I've never been a fan of the "Clojure for the Brave and True" book because learning Clojure and emacs at the same time is a BAD IDEA, and it gives a false impression that emacs is somehow necessary when it isn't.

    > - Complaining about Javascript and React and then having your whole ecosystem wrap around Javascript and React is really obnoxious. Reagent is falling behind in React versions and it's missing out on performance enhancements. If you need to do niche React things, it's a pain in the ass.

    Reagent works with React 18, function components, Suspense, React.lazy, hydrateRoot, etc... Honest question: what do you feel like you're missing out on right now by using Reagent? IMO, concerns about Reagent's performance are overblown. I don't think most apps suffer from this issue, they suffer form complexity. The Reagent/Re-frame API is the same as it was when I built my first app with it six years ago and the core model is still solid. One critical thing I do think is missing is SSR integration. I recently started a library to work on this: https://github.com/rads/rain

    Here are some thoughts from the creator of Helix (successor to Reagent): https://www.reddit.com/r/Clojure/comments/11uluj4/comment/jc...

    > - This might just be me, but I used Citrus with Rum and I found it to be the most over abstracted thing I've ever seen in my life. I know it was inspired by re-frame, so maybe re-frame is the same. But it's like Redux X10 in terms of verbosity.

    I haven't used Citrus with Rum, but I think Reagent/Re-frame is worth checking out. You're probably going to have a better experience because it's a more mature stack. If you find Re-frame too much, the Reagent ratoms still work and are as simple as it gets for state management.

    > - Call me crazy, but the Java/Script interop is worse than other guest languages because there's huge impedance mismatch between functional and OOP.

    > - There are very popular broken libraries. People say "It's okay if a library hasn't been updated in 6 years, because Clojure is so stable!." This is a total myth, there have been several flat out broken libraries being recommended in tutorials.

    Can you share what libraries you're talking about and/or what issues you ran into?

    > - While people are working on frameworks (Biff, Fulcro), there are no "best choices" for a lot of problems yet and it leads to frustration just trying to make a simple crud app.

    In my opinion, Biff is the future for server-side apps. It works really well out-of-the-box and the pieces are there to improve it over time. After using om.next and getting burned by it, I haven't had much interest in Fulcro.

    > The community hasn't been unfriendly or unhelpful, but sometimes it feels like I'm speaking to aliens.

    I'd recommend the Clojurians Slack for support. Hit me up there (@rads) if you decide to give Clojure another shot and want some help working through some of the issues you mentioned.

What are some alternatives?

When comparing neil and rain you can also consider the following projects:

inf-clojure - Basic interaction with a Clojure subprocess

test-runner - A test runner for clojure.test

deps-new - A new, simpler alternative to clj-new

uix - Idiomatic ClojureScript interface to modern React.js

tools.logging - Clojure logging API

kaocha - Full featured next gen Clojure test runner

ez-database - Handle all things database in one place

penpot - Penpot: The open-source design tool for design and code collaboration

jibbit - Dockerless Clojure Image builds using deps.edn

imba - 🐤 The friendly full-stack language

bbin - Install any Babashka script or project with one command

reagent - A minimalistic ClojureScript interface to React.js