squint VS nbb

Compare squint vs nbb and see what are their differences.

nbb

Scripting in Clojure on Node.js using SCI [Moved to: https://github.com/babashka/nbb] (by borkdude)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
squint nbb
11 2
556 504
5.4% -
9.8 10.0
3 days ago almost 2 years ago
Clojure Clojure
- Eclipse Public License 1.0
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.

squint

Posts with mentions or reviews of squint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-17.

nbb

Posts with mentions or reviews of nbb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-14.
  • Create ad-hoc ClojureScript scripts on Node.js with nbb!
    1 project | /r/node | 19 Sep 2022
    Nbb is a scripting environment that aims to fabricate it easier to create ad-hoc scripts on Node.js using ClojureScript. It does not need a JVM for compilation: just use npm and you're good to go. Code is interpreted instead of compiled, which for scripting is ‏‏‎ usually ok. If your project outgrows the scripting phase, you can migrate to a proper ClojureScript compiler setup. Give it a try if you're curious about ClojureScript. https://github.com/borkdude/nbb
  • Best practices for keeping a node package small
    2 projects | /r/node | 14 Jul 2022
    I have a project called nbb which has a main ES module , and a couple of optional ES modules. I'd like to set up my project such that the main npm package is small and only when people need the extra modules, they can for example install another npm package which contains the extra module. One reason I'd like to keep the main npm package small is the 3MB limit in AWS for editing code. Another reason is to just not pollute people's hard disks with unnecessary stuff.

What are some alternatives?

When comparing squint and nbb you can also consider the following projects:

clojure-aws-get-started

http-server - Serve static assets

simpleui - JS Free Single Page Applications

nodashka - Ad-hoc CLJS scripting on Node.js. [Moved to: https://github.com/borkdude/nbb]

nbb-aws-lambda-runtime - AWS Lambda runtime for nbb

cli - Turn Clojure functions into CLIs!

eslisp - un-opinionated S-expression syntax and macro system for JavaScript

pogonos - Yet another Clojure(Script) implementation of the Mustache templating language

holy-lambda - The extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.

london-clojurians-joyride - Slides and materials for the London Clojurians Meetup about Joyride

lumo - Fast, cross-platform, standalone ClojureScript environment

proposal-string-dedent - TC39 Proposal to remove common leading indentation from multiline template strings