Skip to content

Styling of parens #48

Description

@benkb

hi,
Going through the code of raven.sc I've noticed that two different are used when closing s-expressions

 (if bla
   (do this)
   (do that))

vs.

(if bla
  (do this)
  (do that)
)

when it comes to let expressions, there is

(let ((x a)))

vs.

(let ([x a]))

Are there any particular reasons which led to these different styles?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions