[ prog / sol / mona ]

prog


Why is Racket GUI Object-Oriented?

1 2022-12-29 15:39

Why is #lang racket/gui Object-Oriented?
One would imagine that a language derived from Scheme would lean more into functional (declarative) GUIs instead of using OOP for them.

2 2022-12-30 20:31 *

its a misconception that oop must be imperative its more a of must for structured but a majority of oop proves it is its own antithesis to being structural

scheme is also functionalimperative not just functional or imperative

now if #lang racket/gui is imperative oop or functional oop i dont know since i dont use it

3


VIP:

do not edit these