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
vs.
Are there any particular reasons which led to these different styles?
hi,
Going through the code of raven.sc I've noticed that two different are used when closing s-expressions
vs.
when it comes to let expressions, there is
vs.
Are there any particular reasons which led to these different styles?