Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling of parens #48

Open
benkb opened this issue Jul 3, 2019 · 1 comment
Open

Styling of parens #48

benkb opened this issue Jul 3, 2019 · 1 comment

Comments

@benkb
Copy link

benkb commented Jul 3, 2019

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?

@guenchi
Copy link
Owner

guenchi commented Jul 14, 2019

I think it's no reason but two particular code style of contributors.

for me, it's the first one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants