r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL3-OLD1]

Henrik
29-Nov-2009
[19827]
I'm against changing the name for several reasons:


- The name is established. It takes years to re-establish a new name 
to gain new momentum. Carl's company name needs to change as well.

- You need to relate REBOL 2 with <new-language-name>. This requires 
effort and you'll have to waste a long time explaining this fact.

- There are already too many *-script languages out there, which 
makes AltScript less distinctive. So, is it a Javascript or Applescript 
derivative or what?

Downsides to REBOL:


- The name is overused, which is why there are people against the 
name.
- Pronounciation problem.
- Pointy-haired boss problem (REBOL? REBEL? Hackertool.)
- REBOL is sometimes confused as a COBOL or ALGOL derivative.

- Had REBOL been named AltScript in the beginning, there may not 
have been a problem, but also no distinction.

Suggestions:


- Tone down the use of the name. Use the name as for a technology 
engine, rather than something end-users will confront, like DirectX 
or OpenGL.
Oldes
29-Nov-2009
[19828]
Jerry, why do you think that people who have problems with REBOL 
name will not have same problems with any other name? I think that 
changing name will not make things easier. They will be scared in 
the same way. Mostly that   using something new is hazardous. For 
example if you are the only one in the company who knows how to program 
in REBOL, what if you will have some incident suddenly? This is nothing 
what renaming can solve. Anyway, such a discussions are usualy in 
Advocacy chat.
Robert
29-Nov-2009
[19829]
I wouldn't change it. Python, Scheme, Java not very elegant as well.
Rod
29-Nov-2009
[19830]
I agree with Henrik, both on not changing it and on the problem list. 
 I've gotten past all that at work though, the development group 
knows what REBOL is and can talk about it in conversation just like 
they do Ruby (they are Java based primarily).  One thing I do find 
that seems to give some relief on the name issue is just to call 
it R3.
Brock
29-Nov-2009
[19831x3]
I also agree with Henrik, and believe that you really need to stress 
that the name was derived from an acronym as pointed out by Henrik. 
 Once that is fully understood, the relationship to rebel or the 
negative meaning should be a thing of the past.  The benefit is more 
people will be aware of the acronymn that was used to derive the 
name.
I have colleagues that called Rebol  REBOLa, likening it to a virus 
after a colleague's machine acted up after installing Rebol.  It 
was coincidental as I have never in my years heard anyone else complain 
of a similar happening.
Carl should also emphasis the name being derived from the acronymn, 
directly on his website in big bold type, so it is more understood.
Janko
29-Nov-2009
[19834x2]
AltScript sounds like some yet another scripty thing to me.. nothing 
to remember it by .. They are scared because they don't know it, 
probably never heard of it so it's that what we have to change. I 
think the R3 openeness and new features will make it more approcable 
by the masses so there is a chance to spread. Also rebol community 
is qute self sufficient and closed in it's own world which doesn't 
help at being "everywhere".
..

If you want it to sound right to the enterprisey people you should 
rename it to **JavaLisp** now that would be something that sounds 
right :)
Maxim
29-Nov-2009
[19836x2]
the use of R3 as a name is less annoying.  I hate saying rebel in 
conversation when refering to it.   it really doesn't give a good 
impression.  which is why I do my best NOT to pronounce it rebel, 
but rEbOl.
I just realised that a nice same could be "square", in reference 
to its orthogonality and the use of square brakets.
Brock
29-Nov-2009
[19838]
R3 is my opinion is not great.  I work in a company that deals with 
a large installation of SAP, which is often referred to SAP R/3. 
 This may change one day, but I don't know when, it's a major undertaking 
upgrading this environment.  Also, what do you do when you increment 
R3 to the next major release, rename again to R4, or start calling 
it R3 v2 or something of the like?
Maxim
29-Nov-2009
[19839x2]
yep... R4  :-)  the number is invisible.   we understand that its 
an increment of R
but its not the product name, just used in discussion.
Brock
29-Nov-2009
[19841x2]
to be clear   "R3 is my opinion is not great."  should read "R3 in 
my opinion is not a great name either"
.
so you are saying rename Rebol to R
Maxim
29-Nov-2009
[19843]
nope, just refer to rebol using that instead of REBOL, once you explained 
the acronym.
Brock
29-Nov-2009
[19844]
that could work
Maxim
29-Nov-2009
[19845x2]
but rebol is a backronym, so its relative precision is... well, imperfect, 
at least.
the fact that name change comes back over and over IS a clue to the 
fact that the name isn't well chosen.


its aggressive, that's all there is to it for me.  if rebol was called 
"goat" "lisa" or "amigo".   we wouldn't care about the name... it 
would just be a label, but rebol, which is intended to be a spin 
on rebel, isn't passive.  it has some kind of "I know better than 
you" tone to it, which REALLY doesn't cross well in the real-world 
marketplace.
jocko
29-Nov-2009
[19847]
R is a scientific language primarily used for statistics
Maxim
29-Nov-2009
[19848]
I'd prefer any non negative  name.  charm, zen, other, speak, do, 
make, eureka, sanskript, gaya, bobcat, merlot, elemental, message, 
companion, velvet.


rebol has no "name to upkeep"  after all these years, rebol.org doesn't 
even have 1000 scripts, come on.   REBOL technologies doesn't have 
to change its name, the language is a product of a company.


R.E.B.O.L  WITH the dots, could stay in reference to the technology 
upon which the language is built, but even that isn't very precise 
to begin with.


an acronym so closely tied to the technology binds the technology, 
or looses its meaning as the technology evolves.  The best names 
are abstract to what they represent .
Henrik
29-Nov-2009
[19849]
Bringing up a forgotten feature from early R3 days:

>> a: [a b c]
== [a b c]

>> a: next a
== [b c]

>> clear head a
== []

>> a
== [] ; Script Error: Out of range or past end in R2

>> past? a
== true ; new for R3

>> tail? a
== true

Just for fun :-)
Graham
29-Nov-2009
[19850]
How aout PEBOL instead of REBOL ... where P stands for Prototypical 
,and the name sounds like people to show that it is people friendly 
:)
PeterWood
29-Nov-2009
[19851]
Changing the default file extension to .r3 from .r would be even 
better than changing REBOL's name for me.
Ladislav
30-Nov-2009
[19852]
Max: I agree with you: REBOL is not an acronym, it is a backronym. 
Examining the "Relative Expression Based Object Language":

*"Relative Language" does not have a standard meaning

*"Expression Based Language" - standard is "Expression Oriented Language"

*"Object Language" - standard is "Object-based", or "Object Oriented"
Robert
30-Nov-2009
[19853]
Peter, I agree. That's what I'm doing on my system already.
Graham
30-Nov-2009
[19854]
sounds like the acronym came first and the meaning second
sqlab
30-Nov-2009
[19855]
So should we call it REOOL?
Robert
30-Nov-2009
[19856]
RECOOL
Rebolek
30-Nov-2009
[19857]
nice :) "C" is for what?
sqlab
30-Nov-2009
[19858]
communication?
Robert
30-Nov-2009
[19859x2]
Don't know it just sounds better. I'm not a fan to give such words 
a meaning.
Better to use an artificial name.
GiuseppeC
30-Nov-2009
[19861x3]
From time to time the topic "renaming REBOL" rises up. It is because 
we have nothing to do apart waiting for the Genius :-)
Let's call it: BRANETUTL
BRAin NEeded To Undestrand This Language.
sqlab
1-Dec-2009
[19864]
although there is no chance that a new name gets chosen;
areaL
a reflexive, expressive and adaptive Language
PatrickP61
1-Dec-2009
[19865]
This is Carl's baby -- He should decide the name and we should not 
have any say-so in it unless we're invited by him to do so.
Henrik
1-Dec-2009
[19866]
We in fact are invited to do so, or were a while ago, when there 
was a discussion about it.
PatrickP61
1-Dec-2009
[19867]
I stand corrected.  Whatever Carl decides will be just fine by me.
Rebolek
1-Dec-2009
[19868x2]
I fixed my StRIP packer (based on RIP but the result is enbased instead 
of binary data - I had a reason to do this) for R3. Packs directories 
and I added one refinement - /code - you can add additional code 
that is run after unpacking the archive. So you can use that directory 
just as a temp dir and then move files somewhere else or anything 
you want. It's basically  a package manager, a very spartan one, 
but good enough for me. Get form next line (to prevent that extremly 
old and stupid AltME links bug).
http://box.lebeda.ws/~rebolek/rebol/StRIP.r
Graham
2-Dec-2009
[19870]
Only a few weeks to Xmas ... has Santa Carl got any thing for us?
Henrik
2-Dec-2009
[19871]
I suspect BrianH, Maxim and Cyphre wake up when the host code is 
released. That'll be enough for me. :-)
BrianH
2-Dec-2009
[19872]
See the blog :)
shadwolf
2-Dec-2009
[19873x3]
Cyphre, onmy computer  with your mandelbrot-int.r script i get :

rebol 2 VM 2.7.6.31 : 0:00:03.904
rebol 3 (2.100.95a): REBOL Elapsed 0:00:04.354   


my computer in intel core i5  750 , 4Go DDR3 1333MHz Gygabyte P55UD3 
 

so maybe you should upgrade  ( and i'm sur where i lost most of the 
time where in the consol exists)
(oh and i had a 3D game running on the computer at same time...)
question is ... rebol is actually developed for deprecated hardware 
or for tomorow's hardware ?
BrianH
2-Dec-2009
[19876]
R3 64bit builds should be optimized for tomorrow's hardware. The 
32bit builds should be optimized for netbooks.