Tutkain VS nrepl

Compare Tutkain vs nrepl and see what are their differences.

Tutkain

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

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. (by nrepl)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Tutkain nrepl
3 4
66 727
- 1.7%
7.9 7.1
10 days ago 26 days ago
Python Clojure
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.

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.

nrepl

Posts with mentions or reviews of nrepl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-25.
  • nREPL 1.0 released!
    2 projects | /r/Clojure | 25 Aug 2022
    He participated in the discussions here, but so far there hasn't been any actual work happening after them. My focus was mostly on CIDER lately, but I think it'd be nice to start creating some tickets based on the discussions and try to get some work done on that front. There were plenty of cool ideas and most of them aren't particularly hard to implement.
  • Ideas for Clojure Network Eval API
    2 projects | /r/Clojure | 18 May 2022
    There’s active discussion on the nrepl repo about this article and related issues, so if you have thoughts about the future of nrepl, you should voice them there!
  • An Update on CIDER 1.2
    2 projects | /r/Clojure | 24 Nov 2021
    I'm very excited about sideloader feature in nREPL 0.9 and the corresponding ability for CIDER to upgrade the connection, adding its middleware. But I don't see this connection upgrading feature ticket #3037 in the plans for CIDER 1.2, but the sideloader ticket #246 is listed in the plans for nREPL 0.9. It seems that #3037 is held only by #246, so if it will be solved by the time 0.9 release, will there be plans to supporting it in CIDER 1.2?
  • Is interactive REPL-based development in conflict with the functional discipline?
    1 project | /r/lisp | 30 Sep 2021
    No and no. Scheme is loosely biased toward FP and still you still have a REPL with Scheme dialects, including Racket going as far as to provide an IDE+REPL combination (DrRacket). Clojure is strongly opinionated toward FP and also has a strong REPL experience and a good experience for interactive, iterative development on running programs via nrepl. OCaml, another functional language from the ML family, has one of the best non-lispi REPLs (called a "toplevel" there) around. And, of course, you can do FP in CL as well despite it not really encouraging it in the same way.

What are some alternatives?

When comparing Tutkain and nrepl you can also consider the following projects:

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

rebel-readline - Terminal readline library for Clojure dialects

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

cider - The Clojure Interactive Development Environment that Rocks for Emacs

lezer-clojure - This is a Clojure grammar for the lezer parser system.

sayid - A debugger for Clojure

cider-nrepl - A collection of nREPL middleware to enhance Clojure editors with common functionality like definition lookup, code completion, etc.

Cider - A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind. 🚀

Clojure-Sublimed - Clojure support for Sublime Text 4

ruby-nrepl-server - nrepl support for ruby - cause ruby basically is a lisp already

piggieback - nREPL support for ClojureScript REPLs