Tutkain VS lezer-clojure

Compare Tutkain vs lezer-clojure and see what are their differences.

Tutkain

A Sublime Text package for interactive Clojure development (by eerohele)

lezer-clojure

This is a Clojure grammar for the lezer parser system. (by nextjournal)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Tutkain lezer-clojure
3 2
66 22
- -
7.9 0.0
10 days ago 10 months ago
Python JavaScript
GNU General Public License v3.0 or later ISC 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.

Tutkain

Posts with mentions or reviews of Tutkain. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-10.
  • Adventures in REPL Implementation
    2 projects | news.ycombinator.com | 10 Mar 2023
    Sublime Text actually has more than one very good Clojure integrations. Here's the other one: https://tutkain.flowthing.me/
  • Ideas for Clojure Network Eval API
    2 projects | /r/Clojure | 18 May 2022
    Using EDN does not mean you need to implement complete EDN support. Implementing enough to match approximately what Bencode offers (and a bit more, in fact) is by no means prohibitively difficult. In some ways (encoding comes to mind), it is actually easier. EDN also leaves you the option for future extensibility, which neither JSON or Bencode can offer.
  • Sublime ❤︎ Clojure
    2 projects | /r/Clojure | 14 Dec 2021
    I'd certainly be willing to make auto-closing parents and indentation on Enter optional and as easy as possible to disable. I don't want them to stand in anyone's way of using Tutkain. If you'd like that, please file an issue.

lezer-clojure

Posts with mentions or reviews of lezer-clojure. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-10.
  • Adventures in REPL Implementation
    2 projects | news.ycombinator.com | 10 Mar 2023
    Seems like building off of a Lezer grammar for Clojure would have been the way to go. It's crazy fast, and supports ultra fast incremental re-parsing. [0]

    [0] https://github.com/nextjournal/lezer-clojure

  • Clojure/Script mode for CodeMirror 6
    1 project | news.ycombinator.com | 30 Jan 2021
    Hey, I’m a founder of Nextjournal and one of the authors of clojure-mode.

    Highly recommend checking out CodeMirror 6 [1], it’s really well done. On of the main benefits is its blazingly fast incremental parsing system called lezer [2], which is heavily influenced by tree-sitter. The Clojure grammar file is at [3].

    I’ve done a small video about this at launch [4] and you can also play with this on Nextjournal [5].

    Let me know if you have questions or feedback.

    [1]: https://codemirror.net/6/

    [2]: https://lezer.codemirror.net/

    [3]: https://github.com/lezer-parser/clojure/blob/master/src/cloj...

    [4]: https://twitter.com/mkvlr/status/1352274399110508546

    [5]: https://nextjournal.com/try/mk/rule-30

What are some alternatives?

When comparing Tutkain and lezer-clojure you can also consider the following projects:

PlainTasks - An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)

nrepl - A Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments.

conjure - Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)