Clojure REPL vs. CLI: IDE Wars

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • dotfiles

    Bootstrap neovim/zsh/tmux environment for Ruby on Rails development (by jchilders)

  • That was my impression. I’ve been doing this for years with Ruby, tmux, and some custom zsh widgets.

    https://github.com/jchilders/dotfiles

  • unix-as-ide

    The ebook version of Tom Ryder's series on the Unix programming environment

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • bash-modules

    Useful modules for bash

  • It works in my shell. :-/ It looks like you forgot to insert `false` command.

    You are pointing to the problem with -e not working in subshell/deep functions, because of POSIX. Right? It's described in bash documentation: http://www.gnu.org/software/bash/manual/html_node/The-Set-Bu...

    > I think just defining a die() function and using it after any command that must succeed is more verbose, but less error prone:

    Yep. It's the style I developed 12 years ago, when working at Bazaarvoice, when I was lead of devops team. I created the whole library for bash, to use this pattern consistently. See https://github.com/vlisivka/bash-modules#error-handling

  • farolero

    Thread-safe Common Lisp style conditions and restarts for Clojure(Script) and Babashka.

  • This is interesting tool[1] that allows much the same with Clojure

    [1]: https://github.com/IGJoshua/farolero

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