Has anyone ever heard of the language Scheme, or know of it being used in the real world? My Intro to CS class is taught in Scheme and I can't stand the syntax of the language.

For example, A = b + c is written like:
(define A (+ b c))

Anyone know about this crazy thing?