Speak with a Lisp

I took Scheme programming in college. Scheme is a dialect of Lisp. In my object-oriented mind, Scheme is weird although you will hear that is very powerful. Here is a snippet of code I found online that I wanted to share that shows how ‘weird’ Scheme, and Lisp for that matter, is:

(this (is what)
	(lisp code
		(looks)
		(like (more (or less)))))

When you program in Scheme, you end up counting brackets.