Software Alternatives & Reviews

Ruby VS Clojure

Compare Ruby VS Clojure and see what are their differences

Ruby logo Ruby

A dynamic, interpreted, open source programming language with a focus on simplicity and productivity

Clojure logo Clojure

Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming.
  • Ruby Landing page
    Landing page //
    2018-09-30

We recommend LibHunt Ruby for discovery and comparisons of trending Ruby projects.

  • Clojure Landing page
    Landing page //
    2023-09-19

We recommend LibHunt Clojure for discovery and comparisons of trending Clojure projects.

Ruby

Categories
  • Programming Language
  • OOP
  • Dynamic Programming Language
  • Generic Programming Language
Website ruby-lang.org
Details $

Clojure

Categories
  • Programming Language
  • OOP
  • Generic Programming Language
  • Dynamic Programming Language
Website clojure.org
Details $

Ruby videos

Ruby Programming Language - Full Course

Clojure videos

What is the business value of Clojure?

More videos:

  • Review - Blog in Clojure Code Review
  • Review - Clojure Web App Code Review

Category Popularity

0-100% (relative to Ruby and Clojure)
Programming Language
45 45%
55% 55
OOP
50 50%
50% 50
Generic Programming Language
Development
100 100%
0% 0

User comments

Share your experience with using Ruby and Clojure. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Ruby and Clojure

Ruby Reviews

The 10 Best Programming Languages to Learn Today
With the growing popularity of Apple operating systems and applications, having Swift programming skills under your belt is a wise investment. Swift shares some similar characteristics with programming languages Ruby and Python.
Source: ict.gov.ge

Clojure Reviews

We have no reviews of Clojure yet.
Be the first one to post

Social recommendations and mentions

Based on our record, Clojure seems to be a lot more popular than Ruby. While we know about 35 links to Clojure, we've tracked only 3 mentions of Ruby. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Ruby mentions (3)

  • A full-stack serverless application with AssemblyLift and Next.js
    The counter function is written in Ruby. Since Ruby is an interpreted language, AssemblyLift deploys a customized Ruby 3.1 interpreter compiled to WebAssembly, which executes the function handler. Since the interpreter is somewhat large, the cold-start time of a Ruby function tends to be larger than that of a Rust function. Our counter is being run in the backround, so we're fine with it being a little bit laggy... - Source: dev.to / over 1 year ago
  • Why is no one promoting ruby?
    But, in general I was told use rubyapi.org unless you _really_ want to stick with the ruby-lang.org docs for all you do (which is fine) or to dig more into some object hierarchy, etc. Source: almost 2 years ago
  • Looking for pwsh (core/open source, v7) integration w/ rbenv, asdf
    [2] 'rbenv' - https://github.com/rbenv/rbenv - Ruby version management utility. Run something like rbenv install 3.1.1 to install that version on your system (requires related project ruby-build), then rbenv local 3.1.1 in your code's directory to specify that for any ruby command in that directory only, you want to use version 3.1.1 that you installed through rbenv. Does other useful stuff too. Only does Ruby,... Source: about 2 years ago

Clojure mentions (35)

  • A new F# compiler feature: graph-based type-checking
    I have a tangential question that is related to this cool new feature. Warning: the question I ask comes from a part of my brain that is currently melted due to heavy thinking. Context: I write a fair amount of Clojure, and in Lisps the code itself is a tree. Just like this F# parallel graph type-checker. In Lisps, one would use Macros to perform compile-time computation to accomplish something like this, I think.... - Source: Hacker News / 6 months ago
  • Ask HN: Why does the Clojure ecosystem feel like such a wasteland?
    As an analogy - my face hasn't changed all that much in a past few years, and I haven't changed my profile picture in those few years. Does it really mean that I'm unmaintained/dead? > Where can I find latest documentation [...]? The answer is still https://clojure.org/. And https://clojuredocs.org/ but it's community-maintained so might occasionally be missing some things right after they're released. E.g. As of... - Source: Hacker News / 8 months ago
  • Best implementation of CL for learning purposes
    As a Java/Scala user you should check out Clojure! It is highly recommended (https://clojure.org). Source: about 1 year ago
  • Why I decided to learn (and teach) Clojure
    Lisp is not a programming language, but a family of languages ​​with many dialects. The most famous dialects include Common Lisp, Clojure, Scheme and Racket. So after deciding that I was going to learn Lisp, I had to choose one of its dialects. - Source: dev.to / about 1 year ago
  • 8 Meta-learning Tips To Grow Your Skills as a Software Engineer
    I learned Clojure to implement a plugin for Metabase (the tool my former company used for creating business dashboards). I probably won’t ever use the language anymore in the future, but learning functional programming was fun and eye-opening. - Source: dev.to / about 1 year ago
View more

What are some alternatives?

When comparing Ruby and Clojure, you can also consider the following products

Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.

Elixir - Dynamic, functional language designed for building scalable and maintainable applications

JavaScript - Lightweight, interpreted, object-oriented language with first-class functions

C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation

Rust - A safe, concurrent, practical language

Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible