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

  • SEARCH
  • Home
  • 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 8572273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:58:20+00:00 2026-06-11T18:58:20+00:00

At the clojure repl, there is a unique number that pops up for any

  • 0

At the clojure repl, there is a unique number that pops up for any IDeref object

user=> (def a (atom 1))
#'user/a
user=> a
#<Atom@2e1c6600: 1>

where is this number – 2e1c6600– stored and how do we grab this number from a?

  • 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-06-11T18:58:21+00:00Added an answer on June 11, 2026 at 6:58 pm

    It is the hex representation of the hashCode of the underlying Java Object. If you absolutely need it, you can get it using (Integer/toHexString (.hashCode a))

    user=> (def a (atom 1))
    #'user/a
    user=> a
    #<Atom@56092666: 1>  
    user=> (Integer/toHexString (.hashCode a))
    "56092666"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I typed this into Clojure REPL (using the enclojure Netbeans plugin): user=> hello, world
When I paste this code into a REPL, it works fine: (use 'clojure.contrib.seq-utils) (defn-
Are there any docs on using slimv with clojure? I got it connected to
This is the second question after Is there a standalone Clojure package within Leiningen?
At the Clojure REPL, this expression ( #(for [x %] (+ 100 (second x)))
When I start a lein repl for a Clojure project, the namespace clojure.repl is
I use the Leiningen 2 REPL with Clojure 1.3. I get an inconsistent behavior
I'd like to get a colored REPL for clojure code, similar to what you
Clojure offers a macro called doto that takes its argument and a list of
I'm trying to embed a swank-clojure repl into my application for the purpose of

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.