ClojureDocs – Community-powered documentation and examples for Clojure

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • janet

    A dynamic language and bytecode vm

  • > killer feature: user provided examples

    I agree. [Janet](https://janet-lang.org/) (which, coincidentally, has some superficial similarities to Clojure) has something similar at its [JanetDocs site](https://janetdocs.com/).

  • 4ever-clojure

    Pure cljs version of 4clojure, meant to run forever!

  • Also check out:

    https://github.com/oxalorg/4ever-clojure - clojure exercises in the browser

    https://borkdude.github.io/re-find.web/?args=2%20%5B%3Aa%20%... - find clojure functions by example

  • 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.

    InfluxDB logo
  • shadow-cljs

    ClojureScript compilation made easy

  • Unclear what "rendering a webpage" entails exactly.

    If you want to do frontend development, you can give shadow-cljs a try, the quickstart is pretty quick: https://github.com/thheller/shadow-cljs#quick-start

    If you want to just render server-side HTML, something like compojure (HTTP routing) and hiccup (Clojure data -> HTML) is pretty easy and quick to get started with (https://gist.github.com/zehnpaard/2071c3f55ed319aa8528d54d90...).

    If you want to generate HTML files to serve with nginx/whatever, you can just use hiccup and `(spit)` the resulting HTML to files on disk.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • build.simple: tools.build without the DIY – install, sign and deploy libraries easily and securely like with Leiningen

    2 projects | /r/Clojure | 17 Oct 2023
  • What I Have Changed My Mind About in Software Development

    4 projects | news.ycombinator.com | 10 Sep 2023
  • Sharpscript: Lisp for Scripting

    5 projects | news.ycombinator.com | 5 Aug 2023
  • Playback – Interactive Programming and Print Debugging Reimagined (successor to Ghostwheel's tracing component)

    1 project | /r/Clojure | 23 Jul 2023
  • Automatic function argument / return value collection

    1 project | /r/Clojure | 3 Jul 2023