nbb VS pogonos

Compare nbb vs pogonos and see what are their differences.

nbb

Scripting in Clojure on Node.js using SCI [Moved to: https://github.com/babashka/nbb] (by borkdude)

pogonos

Yet another Clojure(Script) implementation of the Mustache templating language (by athos)
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
nbb pogonos
2 1
504 69
- -
10.0 4.3
almost 2 years ago about 1 month ago
Clojure Clojure
Eclipse Public License 1.0 Eclipse Public License 2.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.

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.

pogonos

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

What are some alternatives?

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

squint - Light-weight ClojureScript dialect

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

http-server - Serve static assets

nbb - Scripting in Clojure on Node.js using SCI

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

sci - Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs

cli - Turn Clojure functions into CLIs!

obb - Ad-hoc ClojureScript scripting of Mac applications via Apple's Open Scripting Architecture.