[plt-scheme] Re: Thinking in FP vs OOP for large scale apps

From: Grant Rettke (grettke at acm.org)
Date: Tue May 15 23:03:28 EDT 2007

GUIs are a perfect example to think about using a functional solution.
So, think about it...it would be terrible!!!

PLTs GUI library MrED uses objects.

Scheme is all about using the right abstraction to solve the problem,
be it functional or object oriented or both.


Posted on the users mailing list.