Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 865315
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T09:37:22+00:00 2026-05-15T09:37:22+00:00

It seems that to install Clojure in every new IDE, I have to completely

  • 0

It seems that to install Clojure in every new IDE, I have to completely re-install it and create a copy of it. And running the REPL seems like it’s running a Java program.

I’m coming from a Ruby background, where Ruby programs are run by ruby program.rb, and the ruby being a program executed from one place, onto the file (I am aware that this is similar to how it works for java, python, etc. as well).

Is the clojure “interpreter” merely a compiled Java file which takes the .clj file as an argument, and does stuff to it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T09:37:22+00:00Added an answer on May 15, 2026 at 9:37 am

    Firstly, Clojure has no interpreter. All Clojure code is compiled into JVM bytecode when it is being loaded. I’m stressing this point, because this is were Clojure’s excellent performance story begins.

    Secondly, you don’t really “install” Clojure in the sense that you do Ruby. Clojure comes as a jar file, which is just a bunch of Java classes; if you put the jar file on your classpath, you can run methods of those classes. Of those classes, clojure.main provides a main method for running REPLs and “scripts”. So, running the REPL is indeed running a Java (that is, JVM) programme; and running a clj file amounts to asking clojure.main to load and run it (the actual work is handed off to other classes in Clojure’s implementation, but clojure.main is the entry point). BTW, this is exactly the same as with JRuby.

    Every JVM programme is ultimately “merely a compiled Java file”, or perhaps a bunch of such files. To run it, you need to have a JVM instance load it and run the appropriate main method. Note that C programmes (such as ruby-the-command) are only different in that the operating system knows how to find their main functions for you (well, the equivalent of Java’s classpath works pretty differently too, but the main concepts are the same). With JVM programmes, you need to use an OS-friendly executable (java / java.exe) to kick things off.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings! I have developed a Windows Service that seems to install just fine most
Seems that requirements on safety do not seem to like systems that use AI
Our current scenario is like this: we have an existing database that needs to
I am just starting to learn ruby. It seems that the default gems install
I have installed a bunch of CPAN modules in my area. It seems that
It seems that a List object cannot be stored in a List variable in
It seems that it is impossible to capture the keyboard event normally used for
It seems that Silverlight/WPF are the long term future for user interface development with
It seems that most of the installers for Perl are centered around installing Perl
It seems that anyone can snoop on incoming/outgoing .NET web service SOAP messages just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.