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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:33:26+00:00 2026-06-10T07:33:26+00:00

Is there a form in any lisp that could spread a list in the

  • 0

Is there a form in any lisp that could “spread” a list in the parent sexp? Like:

(+ (spread '(1 2 3))) -> (+ 1 2 3)
  • 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-10T07:33:27+00:00Added an answer on June 10, 2026 at 7:33 am

    There are two way to do it. Which is better depends on what you want in the end.

    Generally, you can use ,@ inside ` (backquote). The form following ,@ is evaluated to produce a list, which is then spliced into the template:

    * `(+ ,@'(1 2 3))
    (+ 1 2 3)
    
    * (eval `(+ ,@'(1 2 3)))
    6
    

    Or, if you just want to call a function with its arguments which are packed in a list, it will be more convenient to use the apply function:

    * (apply #'+ '(1 2 3))
    6
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any windows form control that shows list of drive letters with icons?
Is there any html form class(text box) that does not allow null values. The
Is there any free form generator that can create a WPF form from the
Is there a form(or any other solution) that allows me to quickly build forms
Is there any more efficient,cleaner and shorter form for following: if($x==null or $y==null or
Is there any way to cancel or abort form creation from within the form's
Is there any way to make the form semi-transparent while it is being moved
Is there any way to disable entire form using jQuery after submission?
Is there any way to completely process a form using only javascript & html
Is there any way to freeze the screen and show only one form active

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.