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 4535670
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T14:26:05+00:00 2026-05-21T14:26:05+00:00

I have been working recently with Clojure’s types and records recently, and I was

  • 0

I have been working recently with Clojure’s types and records recently, and I was wondering if these are very new concepts, or are they inspired by the Common Lisp Object System?

  • 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-21T14:26:06+00:00Added an answer on May 21, 2026 at 2:26 pm

    I believe they are pretty much new innovations within Clojure.

    CLOS is a fairly complex, fully featured object oriented system. It features various OOP techniques you often hear mentioned and which exist in other object oriented languages – multiple inheritance, dynamic dispatch, generic functions etc.

    Clojure takes a different approach – types and records are much simpler than full OOP and are not intended to constitute a full OOP system. Rather, I understand that the design is motivated by:

    • The belief that many OOP techniques are actually harmful when building large systems – implementation inheritance for example
    • The opportunity to get maximum performance (i.e. the same as Java) for the most common case of polymorphism (i.e. single dispatch on type)
    • The desire to solve the “expression problem“, which you can do in Clojure using deftype / defrecord together with protocols
    • The intent to make all records/types immutable in order to fit with the rest of Clojure’s philosophy

    If you want a traditional object oriented system like CLOS, it would be possible to build this in Clojure on on top of types and records. You can also use Java-style object orientation directly within Clojure. However I believe it’s not usually recommended by Clojure experts – Clojure usually offers you different or better ways to solve the same problems.

    In general – Clojure tends to provide you with “simple” tools that you can compose to solve the problem at hand, rather than prescribing a complex framework at any point. It’s an interesting philosophy discussed at some length in this video by Stuart Halloway.

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

Sidebar

Related Questions

I have been working on Eclipse recently. I am fairly new to java programming,
I'm rather new to C and have recently been working on making a simple
I'm pretty new to web design and have recently been working on an amatuer
I have recently been working with someone on a project that is very ajax
I have been working with databases recently and before that I was developing standalone
I have recently been working on implementing an ajax based file uploader for my
I have recently been working on a Pastebin script (for fun) and I've come
I have recently been working to better my understanding of sorting algorithms and their
I have been working on a Java game and I recently wanted to see
Recently I've been working on some embedded devices, where we have some structs and

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.