biff VS neil

Compare biff vs neil and see what are their differences.

biff

A Clojure web framework for solo developers. (by jacobobryant)

neil

A CLI to add common aliases and features to deps.edn-based projects (by babashka)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
biff neil
29 10
721 346
- 2.6%
8.9 7.0
4 days ago 27 days 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.

biff

Posts with mentions or reviews of biff. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • Biff, a Web Framework for Clojure
    1 project | news.ycombinator.com | 6 Dec 2023
  • Why Is Jepsen Written in Clojure?
    8 projects | news.ycombinator.com | 6 Dec 2023
  • Riff: A “mycelium-clj” for the Clojure ecosystem?
    2 projects | news.ycombinator.com | 19 Sep 2023
    I definitely believe Clojure needs a rails. Not only will it help beginners get started, if it can help people get started faster and build fast like Django and rails do, I think it'll help more with adoption.

    Biff and fulcro seems like they have a shot at this

    Biff- https://github.com/jacobobryant/biff

    Fulcro - https://github.com/fulcrologic/fulcro

  • State of Clojure 2023 Results
    1 project | /r/Clojure | 2 Jul 2023
    Jacob is doing a fantastic job with https://biffweb.com/ If the Clojure community would focus more of its manpower on such projects, then I think we can make Clojure the obvious choice to start a software business, by saving an insane amount of time. And time is by far the scarcest resource in a startup.
  • Leaving Clojure - Feedback for those that care
    8 projects | /r/Clojure | 23 Jun 2023
    If you can get away with not using React, I highly recommend Biff. It uses XTDB and Rum by default but they can be swapped out pretty easily for Postgres and Reagent. I'm planning to publish some docs on how to do that when I have a chance.
  • Help finding a webdev framework that works out of the box
    6 projects | /r/Clojure | 13 May 2023
    The best one of these imo is https://biffweb.com
  • Any resources for "current best practices and learnings?"
    7 projects | /r/Clojure | 16 Feb 2023
    I'm also really liking the strategy of the old-school is new again with sever side rendering serving actual HTML instead of JSON for certain things, using HTMX, an example can be found here: https://biffweb.com/
  • Anyone here using HTMX with Clojure?
    5 projects | /r/Clojure | 6 Jan 2023
    Take a look at Biff project https://biffweb.com/
  • Recommendations on Datalog Databases -- Schema Libraries
    2 projects | /r/Clojure | 13 Dec 2022
    +1 for Malli and XT! For the relevant parts of Biff, see the example app's schema and the transaction reference docs. Biff has its own transaction format which includes schema checks via malli and various other conveniences, and it gets translated into XT's lower-level transaction format. Might provide some inspiration at least.
  • Biff tutorial: build a chat app with Clojure
    1 project | news.ycombinator.com | 24 Nov 2022
    Rum is used throughout, though mostly via middleware[1], so you (almost) never see any calls to `rum.core/render-static-markup`. But all of the hiccup-style data structures (`[:div "foo"]`, etc) do get rendered by Rum.

    htmx doesn't render anything on the backend; rather it gives the frontend more ways to interact with the backend. e.g. say you make an inline form--htmx gives you the ability to display/submit that form without refreshing the entire page, but all the html that's sent to the frontend is still getting rendered first by Rum.

    [1] See https://github.com/jacobobryant/biff/blob/6353c406adef034448... and https://github.com/jacobobryant/biff/blob/6353c406adef034448...

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.

What are some alternatives?

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

kit - Lightweight, modular framework for scalable web development in Clojure

inf-clojure - Basic interaction with a Clojure subprocess

clojure-py - A implementation of Clojure in pure (dynamic) Python

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

xtdb - An immutable database for application development and time-travel data compliance, with SQL and XTQL. Developed by @juxt

tools.logging - Clojure logging API

coast - The fullest full stack clojure web framework

ez-database - Handle all things database in one place

shadow-cljs - ClojureScript compilation made easy

jibbit - Dockerless Clojure Image builds using deps.edn

nippy - The fastest serialization library for Clojure

bbin - Install any Babashka script or project with one command