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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T10:22:44+00:00 2026-05-11T10:22:44+00:00

Being a newbie to Lisp I’m wondering if the Lisp syntax could be fixed?

  • 0

Being a newbie to Lisp I’m wondering if the Lisp syntax could be ‘fixed’?

Some people say the syntax in Lisp is one of its biggest strengths. I don’t quite understand this.

Isn’t it possible to replace ‘obvious’ parentheses with a combination of white spaces, new lines and indenting? Just like in Python?

It looks to me like parentheses are the most used characters in Lisp code. I’m wondering if that’s true – but if it is, isn’t this a suggestion, that there is some redundancy in the syntax?

Is there some simple answer to the question – why so many parentheses?

For example:

(defun factorial (x)     (if (= x 0)         1         (* x             (factorial (- x 1))))) 

Why not:

defun factorial (x)   if (= x 0)     1     * x       factorial         - x 1 

e.g. close parentheses at the end of line, and always open them on new lines. Only the 1 would be ambiguous – is it 1 or (1) – but we could introduce an exception – single tokens are not ‘listified’.

Could this work?

Edit:

Thank you all! I see now there are some links at the lispin site.

  • 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. 2026-05-11T10:22:45+00:00Added an answer on May 11, 2026 at 10:22 am

    What you suggest appears to have been implemented in Lispin

    Edit: sindikat points out in the comments below that the link is no longer valid. Here’s the last valid version of the site from the Web Archive: http://wayback.archive.org/web/20080517144846id_/http://www.lispin.org/

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

Sidebar

Related Questions

I have being studying (newbie) .NET and I got some doubts. Reading from a
I'm probably doing something wrong, being a newbie. Could you please help me out?
def merge(l1,l2): i=0; while((l1[i]!=none)||(l2[i]!=none)): SyntaxError: invalid syntax being a newbie i can't figure out
Being newbie in SQL, can some help me adapt this trigger to either sqlite
As being quite a newbie in linux, I have the follwing question. I have
Being relatively new to the .net game, I was wondering, has anyone had any
Being really new to wx, I'm wondering if there is an IDE (especially for
Very primitive question but I am stuck (I guess being newbie). I have a
I'm creating a Wordpress plugin and, being a newbie in the development on this
Afternoon all - I'm after a bit of advice really. Being a newbie, I

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.