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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:39:48+00:00 2026-06-05T17:39:48+00:00

I am wondering what the differences — if any — in the argument vectors

  • 0

I am wondering what the differences — if any — in the argument vectors of the following two functions. I believe I understand what is going on intuitively, but the first one caught me off guard. Thank you.

From Stackoverflow recursion in clojure

(defn foo
  ([x] (foo x []))
  ([x current]
     (if (= x 0)
       (apply vector (sort < current))
       (recur (dec x) (conj current x)))))

and one of my own functions

(defn strip-csv-header
    "Pulls out first row from csv data. If column definitions, those will
     be removed; else first row of data will be removed."

    [csv-data-all]
    (let [csv-data (rest csv-data-all)]
        csv-data))
  • 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-05T17:39:50+00:00Added an answer on June 5, 2026 at 5:39 pm

    foo works with either one or two parameters wherein strip-csv-header will only function with one parameter.

    (defn foo
      ([x] (foo x [])) ; one arg path
    
      ([x current]     ; two args path
         (if (= x 0)
           (apply vector (sort < current))
           (recur (dec x) (conj current x)))))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering if there are any performance differences when using simple queries as:
I am wondering if anyone has any real world numbers on performance differences between
Hey this question is pretty general, but I'm wondering what the Javascript differences are
I was wondering if there are any differences between the boost::shared_ptr and the std::shared_ptr
I was wondering what the differences are between Select-Option and Datalist-Option. Is there any
I am wondering if there are any differences to derived classes when using abstract
I am wondering if there is any performance differences between String s = someObject.toString();
I am wondering if there are any updates / differences to WCF from 2.0
So I was wondering if there are any major differences between the various implementations
I was wondering if anyone has done any testing on the speed differences 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.