blueberryfields
blueberryfields

Reputation: 50328

Has the Self language seen use outside of the computer research community?

Are there any non-research groups or projects which have used the Self language in some capacity?

Upvotes: 3

Views: 213

Answers (1)

Bernd Elkemann
Bernd Elkemann

Reputation: 23550

I have browsed a lot considering this topic and found only research, no commercial application.

However: Self has certainly influenced beyond the research-community, most importantly by inspiration (JavaScript's prototype-object-system), people, UI (Morphic in Squeak and Lively) and JIT (e.g. the Just-In-Time-Compiler inside the Java Hotspot-VM)

Upvotes: 1

Related Questions