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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T16:09:27+00:00 2026-06-14T16:09:27+00:00

I recently found out that I can use any dialect of Lisp for the

  • 0

I recently found out that I can use any dialect of Lisp for the functional programming course at school, if it follows the Common Lisp standard. Does Clojure follow this standard? Is it too different?

  • 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-14T16:09:28+00:00Added an answer on June 14, 2026 at 4:09 pm

    Clojure does not follow the Common Lisp standard – it is an entirely new Lisp.

    That being said, it shares a lot of thing with Common Lisp so knowledge gained in one will be generally applicable to the other.

    Many key things are the same:

    • Function application by putting a function at the beginning of a list followed by its arguments: (my-function arg1 arg2)
    • “Code is data” – code is expressed in homoiconic forms that are also Lisp data structures
    • Both have a powerful macro system – you can write functions to generate arbitrary code
    • They are dynamic languages,
    • Both emphasise interactive development using a REPL
    • They are both normally compiled

    Some things that are different:

    • Clojure has a stronger emphasis on functional programming – all the data structures are immutable and the core library is composed mainly of “pure” functions. Note: you can still use a functional style in Common Lisp, Clojure just puts it more at the forefront
    • Clojure is a Lisp-1 (like Scheme functions and data share the same namespace) whereas Common Lisp is a Lisp-2 (functions and data have a different namespace)
    • Clojure has new literals for maps {}, vectors [] and sets #{} in addition to the traditional Lisp lists ()
    • Common Lisp supports reader macros – which gives you greater ability to customise the syntax of the language
    • Clojure has a novel approach to managing concurrency, identity and state via STM – see http://www.infoq.com/presentations/Value-Identity-State-Rich-Hickey
    • Clojure is designed to “embrace the host platform” (usually the JVM, but also the CLR and recently there has been a lot of interest in targeting JavaScript via ClojureScript) – this is important from a practical perspective as it gives you access to a huge array of libraries / tools.
    • There is no Clojure standard – its a BDFL driven language with one primary open source implementation. It helps enormously that Rich Hickey is the BDFL – the guy is a genius.

    Subjective opinion: I’m biased but I think that for most modern usage Clojure is definitely the way to go if you are choosing a Lisp nowadays – it’s a modern redesign of Lisp, has a very vibrant and innovative community, is a pragmatic choice for “getting things done”.

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

Sidebar

Related Questions

Recently I found out that there are several things that one can do to
The obvious answer is to use Charset.defaultCharset() but we recently found out that this
I have recently found out that there exists a method called nth_element in the
I have recently found out that no argument constructor and multiple argument constructor cannnot
I found out recently that JList (finally!) was generified in JDK7. Why JTree and
I use asp.net's smtpClient to send email, but recently I found it can only
I recently found out that there are other domain names pointing to my website
I recently found out how to use tuples thanks to great contributions from SO
Recently I found out the hard way that to convert between LatLngs and pixel
Recently I found out that I'm using tabs incorrectly in Vim . I've been

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.