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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:01:45+00:00 2026-06-06T01:01:45+00:00

Why do I get 2 different values for (apply (first ‘(+ 1 2)) (rest

  • 0

Why do I get 2 different values for

(apply (first '(+ 1 2)) (rest '(+ 1 2)))
> 2

and

(apply + '(1 2))
> 3

when

(first '(+ 1 2)) 
> +

and

(rest '(+ 1 2))
> (1 2)

I tried reduce and got the same value

(reduce (first '(+ 1 2)) (rest '(+ 1 2)))
> 2
  • 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-06T01:01:47+00:00Added an answer on June 6, 2026 at 1:01 am

    Your trouble is that you’re trying to call the symbol '+ rather than the function +. When you call a symbol, it tries to look up the symbol in the first argument (for example, if it had been {'a 1 '+ 5 'b 2} you would have gotten 5). If you pass a second argument, that value gets returned instead of nil if the symbol can’t be found in the first argument. So when you call ('+ 1 2), it tries to look up '+ in 1 and fails, so it returns 2.

    Incidentally, this is the difference between creating lists with '(+ 1 2) and (list + 1 2). The former creates a list of the symbols +, 1 and 2. Since ‘1 and 1 are the same, that’s fine. But the symbol ‘+ is not the Var clojure.core/+, so the latter gets the value of the Var while the former just gets the symbol. So if you’d done (list + 1 2), your could would have worked as written.

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

Sidebar

Related Questions

I want to be able to get different array values in my ajax callback
ok now i am using the SQL database to get the values from different
i have a function to calculate several different values: int ASPfile::get_dimensions(int* Lat, int* Lon,
I get different output when mocking a class once and when mocking a class
I used to get different MIMI types when using finfo_open(FILEINFO_MIME_TYPE). For instance, based on
Here is an example to get different parts of a filename bash-3.2$ pathandfile=/tmp/ff.txt bash-3.2$
I think that handlers in android are tools to get different objects that are
I am working on MotionEvent by which i can get different - different gesture
I'm wondering whether I will ever get a different result when producing a checksum
I've tried do.call and apply, and there was a similar nlminb answer that used

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.