lezer-clojure VS Tutkain

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

lezer-clojure

This is a Clojure grammar for the lezer parser system. (by nextjournal)

Tutkain

A Sublime Text package for interactive Clojure development (by eerohele)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
lezer-clojure Tutkain
2 3
22 66
- -
0.0 9.1
11 months ago 27 days ago
JavaScript Python
ISC License GNU General Public License v3.0 or later
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.

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

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.

What are some alternatives?

When comparing lezer-clojure and Tutkain 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!)