@iris_meredith to write the same piece of functionality in #C as in #Lisp, you'll use exactly the same number of bracket ({[]}) characters; plus in C you will additionally have to use many other punctuation characters that you wouldn't have to use in Lisp. You will also, typically, have to write many more lines of actual code.
But of course Lisp syntax is much more complex.