REBOL Bloat Busting
I've received a few feedbacks from people who are worried about REBOL 3.0 becoming bloated. Comments like: I like the fact that REBOL/Core is only 220K and does not require special libraries or installation. Please do not change that. And, this one is even more blunt: I have a concern that REBOL 3.0 will try to become more "like the others" -- garbage like Python, Ruby, et. al, designed to pander to the Corporate CIO brainless. To this I say: Do not worry! REBOL is all about being powerful but lightweight, and we're going to keep it that way. That's the REBOL way. So far, even with several new datatypes and features, REBOL 3.0 is actually smaller and faster than prior versions. I cannot promise 3.0 will remain smaller (there's still more to do) but my point is... we're going to keep REBOL being REBOL: lean and mean. I think part of the problem may have been the term programming in the large that I used in the REBOL 3.0 Roadmap. This term has a special meaning that could be misleading. Programing in the large does not mean that the REBOL system or its programs must be large. You can still write a 10K program that does amazing things. The term actually means that if you do write large programs, you will have better internal mechanisms to manage them. For example, modules (namespaces) allow you to write sections of code without worrying about global words colliding with other parts of your code. Tasks allow you to easily create asynchronous sections of code. Object attributes let you control how object fields are accessed and let you attach documentation to your objects (similar to functions). So, let's keep REBOLing. Bloat is dead. Leaner is smarter.
|
Updated 14-Nov-2024 - Copyright Carl Sassenrath - WWW.REBOL.COM - Edit - Blogger Source Code |