clerk VS reveal

Compare clerk vs reveal and see what are their differences.

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
clerk reveal
22 7
1,697 594
0.8% -
8.5 4.0
9 days ago 4 months ago
Clojure Clojure
ISC 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.

clerk

Posts with mentions or reviews of clerk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-07.
  • The Current State of Clojure's Machine Learning Ecosystem
    4 projects | news.ycombinator.com | 7 Apr 2024
    Something I really like in the Clojure data science stack that isn't mentioned is Clerk* — an interesting take on notebooks. I think it's a good gateway into Clojure for those coming from a Python or R background.

    *https://clerk.vision/

  • Improve Jupyter Notebook Reruns by Caching Cells
    5 projects | news.ycombinator.com | 19 Dec 2023
  • Critique of Lazy Sequences in Clojure
    5 projects | news.ycombinator.com | 7 Aug 2023
    Clojure's lazy sequences by default are wonderful ergonomically, but it provides many ways to use strict evaluation if you want to. They aren't really a hassle either. I've been doing Clojure for the last few years and have a few grievances, but overall it's the most coherent, well thought out language I've used and I can't recommend it enough.

    There is the issue of startup time with the JVM, but you can also do AOT compilation now so that really isn't a problem. Here are some other cool projects to look at if you're interested:

    Malli: https://github.com/metosin/malli

    Babashka: https://github.com/babashka/babashka

    Clerk: https://github.com/nextjournal/clerk

  • Moldable Live Programming for Clojure
    1 project | /r/hypeurls | 18 Jun 2023
    2 projects | news.ycombinator.com | 18 Jun 2023
  • Morse, an open-source interactive tool for inspecting Clojure
    2 projects | news.ycombinator.com | 28 Apr 2023
    I'm really enjoying using Clojure with Clerk: https://github.com/nextjournal/clerk

    It's a bit like a Jupyter notebook, but you get to use your own editor, you still have a normal Clojure REPL, it's stored in git like "normal" code, etc.

  • Adding Clerk to a Leiningen Project
    1 project | /r/Clojure | 8 Mar 2023
    Hey all, I'm new to Clojure and would appreciate your help with a few questions I had getting started. I'm using Leiningen to setup my projects and manage my packages as recommended in Brave & True. So far I've been able to add any dependencies I've needed without much issue, Neanderthal, tech.v3.dataset, etc. I'm interested in data science, and was hoping to set up a notebook environment to be able to quickly produce data visualizations on the fly since I'm used to working with Jupyter. I came across Clerk, but I'm having some trouble adding it to my project. Here's what I tried:
  • Clojure Turns 15 panel discussion video
    24 projects | news.ycombinator.com | 13 Feb 2023
  • The program is the database is the interface
    1 project | news.ycombinator.com | 13 Feb 2023
    Clojure also has Clerk, which is like Jupyter, but more befitting Clojure's overall philosophy: https://clerk.vision/
  • Clojure conventions for writing complicated mathematical calculations?
    2 projects | /r/Clojure | 20 Jan 2023
    If I were working long enough with gnarly enough equations I'd look into using Clerk to visualize the equations with MathJax or similar, probably following Sam Ritchie's footsteps with SICMUtils. To me this is the true readability answer: lisp notation for precise implementations, compiling to a rich & familiar visual representation.

reveal

Posts with mentions or reviews of reveal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-06.
  • Making Hard Things Easy
    11 projects | news.ycombinator.com | 6 Oct 2023
    Clojure does pretty well. See https://github.com/nubank/morse, https://docs.datomic.com/cloud/other-tools/REBL.html, and https://vlaaad.github.io/reveal/.

    It's one of the areas that homoiconicity helps: code is data, data is code, so visualization tools can work on both sides.

  • Morse, an open-source interactive tool for inspecting Clojure
    2 projects | news.ycombinator.com | 28 Apr 2023
    I'm glad the MATLAB interface isn't dead haha

    This this looks awfully similar to Reveal - (though a first blush it looks less composable and modular)

    https://github.com/vlaaad/reveal/

  • [ANN] London Clojurians Talk: Reveal: lessons learned (by Vlad Protsenko)
    1 project | /r/Clojure | 2 Sep 2022
    In this talk Vlad shares his findings after developing and using Reveal daily. Reveal (https://github.com/vlaaad/reveal) aims to solve this problem by creating an in-process repl output pane that makes inspecting values as easy as selecting an interesting datum. It recognizes the value of text as a universal interface, that's why its output looks like a text: you can select it, copy it, save it into a file. Unlike text, reveal output holds references to printed values, making inspecting selected value a matter of opening a context menu.
  • FlowStorm 2.2 new features demo
    3 projects | /r/Clojure | 11 Jun 2022
    Neat project. I use Reveal for some debugging purposes but it's not a true debugger like this project. I am looking forward to using FlowStorm in my projects.
  • Sublime (love) Clojure
    3 projects | news.ycombinator.com | 14 Dec 2021
    ;; :main-opts ["-m" "cognitect.rebl"]}

    Into your '~/.clojure/deps.edn'.

    From there I can just add 'rebl' as a profile to my Intellj when you start a REPL it starts automatically.

    There are also alternative tools like Portal to do the same things: https://github.com/djblue/portal

    Or: https://vlaaad.github.io/reveal/

  • [ANN] Reveal Pro
    1 project | /r/Clojure | 17 Sep 2021
    Reveal is a Read Eval Visualize Loop for Clojure, a powerful and extensible REPL output pane that lives in the JVM. Being in-process allows for easy access to objects, which makes it perfect for data inspection.
  • Which is the best editor to use with reveal?
    3 projects | /r/Clojure | 24 Dec 2020
    Check out https://github.com/vlaaad/reveal/issues/2

What are some alternatives?

When comparing clerk and reveal you can also consider the following projects:

next-auth - Authentication for the Web.

portal - A clojure tool to navigate through your data.

rebel-readline - Terminal readline library for Clojure dialects

libpython-clj - Python bindings for Clojure

dot-clojure - My .clojure/deps.edn file

pytudes - Python programs, usually short, of considerable difficulty, to perfect particular skills.

flow-storm-debugger - A debugger for Clojure and ClojureScript with some unique features.

leo-editor - Leo is an Outliner, Editor, IDE and PIM written in 100% Python.

hashp - A better "prn" for debugging

JD Esurvey - JD eSurvey is an open source enterprise survey web application written in Java and based on the Spring Framework. Check out the tutorial videos to find out more about the application features.

is - an inspector for your environment