Comment on I made a multiplayer shooter game in Lisp, here is my journeyparentComments−vfclists1yThe indentation of the lines is what matters not the number of parentheses on the last lines.If you want to have closing parentheses on separate lines the code simply becomes to long.I didn't understand this when I started writing Lisp, but that style has its advantages and is supported by the editors.
Comments
The indentation of the lines is what matters not the number of parentheses on the last lines.
If you want to have closing parentheses on separate lines the code simply becomes to long.
I didn't understand this when I started writing Lisp, but that style has its advantages and is supported by the editors.