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

World: r3wp

[!REBOL3]

shadwolf
21-Jul-2010
[3967x2]
scala clojured never heard about them  sorry
BrianH yes indeed thank you i didn't read that part .... with such 
tiny fonts i don"t read all sorry ...
BrianH
21-Jul-2010
[3969]
Scala is the second-most popular language on the Java platform, in 
terms of job postings. It is basically Java's version of F#, but 
better. Clojure is a somewhat Common-Lisp-like language for Java. 
Both of these languages exist because of how breathtakingly bad Java 
sucks for everything Java is used for.
shadwolf
21-Jul-2010
[3970x2]
(lisp :) ahahaha and :( say no to car cdr car and all the parenthésis 
that goes with them)
ok so i would run for a rebol on scala :)
BrianH
21-Jul-2010
[3972]
The only reason C# and the .NET platform has any traction at all 
is because C# is better than Java at the exact same things that Java 
is used for. And then the .NET runtime is better than the Java runtime 
for not only what people try to use the Java runtime for, but what 
the Java runtime is designed for. It's the libraries that fall short.
shadwolf
21-Jul-2010
[3973x2]
but then scala what is the increasing rate in actual state what can 
be done with scala  (do we have the same techs available in java 
or do is it almost it but not quite ?)
but .net runtime only exists in windows plateform and i'm not sure 
that its all windows plateform non X86 based...
BrianH
21-Jul-2010
[3975]
Scala is a functional-oop programming language, so it can do everything 
Java can do and a lot more, plus strong concurrency support that 
Java drastically lacks. Its syntax has nothing in common with Java.
shadwolf
21-Jul-2010
[3976x2]
mono the opened C# doesn't have a complete compatibility with official 
.net thing  and it's slower than the real thing ...
oop means it's a you can do objects but you are not forced to do 
this ...  it's like php ?
BrianH
21-Jul-2010
[3978]
.NET runtime (or semantic equivalent) exists in Silverlight, Mono, 
the iPhone (through MonoTouch and Unity), Second Life, Linux (through 
Intel's port), Windows phones.
shadwolf
21-Jul-2010
[3979]
twitter is based on scala :) nice but twitter should be based on 
rebol :P
BrianH
21-Jul-2010
[3980]
Scala is not like PHP (and stop swearing: words like PHP are not 
fit for polite company). Sacal is more like OCaml, Erlang, F#, etc. 
Loosely though.
shadwolf
21-Jul-2010
[3981]
sorry for PHP ... that was to get the picture ... of what i ment 
...
BrianH
21-Jul-2010
[3982]
It was a bad picture. Now I need mind bleach.
shadwolf
21-Jul-2010
[3983]
silverlight isn't it a for windows only Microsoft intent to replace 
flash ?
shadwolf
22-Jul-2010
[3984]
scala use the same dev tools than java like netbeans or eclipse
BrianH
22-Jul-2010
[3985x2]
Silverlight works on Windows, Mac, Windows Phone 7, Meego, and Linux 
(as Moonlight). You are underestimating the Mono project: They have 
a lot of funding and support.
Scala is supported by many Java development tools, mostly IDEs. This 
is a really off-topic conversation. The whole thing should have been 
in the Other Languages group.
shadwolf
22-Jul-2010
[3987x3]
ok so basing rebol on moonlight/silverlight or rebol would be a plus 
?
i know that the grphical part of moonlight /silverlight will be extended 
but does rebol can get feet to it ?
ok the main idea behind my ask was more a way to say can't be the 
rebol VM inner source code can be more effective ?
BrianH
22-Jul-2010
[3990]
Basing some REBOL-related tools on Silverlight and/or the DLR would 
be a plus. Keep in mind that we don't have to make the whole of REBOL 
run within the JVM or DLR - REBOL is great for making development 
tools, which can be used to generate Silverlight applications, just 
like they generate Flash applications. Or R3 could be used as a library 
by Java, or as a supplemental developemtn tool, or a code generator, 
whatever. Remember, most of REBOL is a set of awesome libraries and 
dialects. REBOL without most of DO or AGG is still useful.
shadwolf
22-Jul-2010
[3991x3]
ok so we have a rebol base in a language that means alot of work 
to have it on windows / linux/ macOSX  and some mobile thingies
but then we have extension/ modules what ever things based on moonlight 
and C# easyly portable but then obviously the part that would be 
a better fit to moonlight would be the VID / draw part ... and can 
that really coexists with the rest of rebol ?
let's take an example could a video stream be displayed by a rebol/moonlight 
thing ? using rebol natural easy network  layer to feed the moonlight 
extension for displyaing at screen ?
BrianH
22-Jul-2010
[3994x2]
It's only a lot of work if you add it up. Noone will need all of 
this. The small part that they need will be a smaller bit of work. 
And others will need different things, and will do their own work. 
As long as people contribute back to the community and don't say 
things like "I don't work for free for a project that will bring 
money to someone else", without realizing that you will befefit from 
those other people's contributions, then we will all benefit.
Moonlight has its own network layer and video stream playing abilities 
already. That is not where REBOL will help.
shadwolf
22-Jul-2010
[3996]
BrianH but tideing the faith of rebol with the faith of moonlight 
is it good ?
BrianH
22-Jul-2010
[3997]
Silverlight and Moonlight are good. If you want to make a REBOL browser 
plugin, they are the thing to beat. Flash is not as good, and not 
really competition if it weren't for the installed base.
shadwolf
22-Jul-2010
[3998x2]
yeah but most of people use flash ... mostly because of the tools 
and what you can do with the tools rather than of what the result 
perf will be and what the language structure is
BrianH don't forget that mostly flash is used by people who don't 
know what an algorithms is and which i call the "click nation"
BrianH
22-Jul-2010
[4000x2]
Yeah, so we can't compete based on quantity, we have to compete based 
on quality.
R3 is best as its own thing. But it can be used to supplement applications 
in other languages, like Lua. Or it can be used to generate applications 
for other platforms, as a development tool.
shadwolf
22-Jul-2010
[4002]
could then moonlight and mono be interfaced with other side libraries 
like opengl  can i make a part of my interface as an opengl display 
etc??
BrianH
22-Jul-2010
[4003x2]
Or we can use R3 to solve problems that need solving, where having 
a solution is more important than how. REBOL is great at solving 
problems quickly.
With Silverlight/Moonlight, you don't need a side interface, it has 
a GUI. That GUI will be accellerated by OpenGL or whatever is available. 
With Mono, you can integrate anything.
shadwolf
22-Jul-2010
[4005]
brianh right ... to the problem can rebol display formated dynamic 
text using Draw/agg dialect it only took me a steeve and 3 yeart 
to apport the solution ... and lot of discutions ...
BrianH
22-Jul-2010
[4006]
You really haven't been paying attention to what has been going on 
for the last few weeks, have you? With the host kit?
shadwolf
22-Jul-2010
[4007x4]
and when you look at the solution that's so evident that you are 
amazed no one thought about that before ... mainly area-tc and viva-rebol 
are splitted in 3 you have the color text engine based on color-code.r 
carl script but instead of generating html it generates draw code 
in a block then it's rendered to a vid face using it's draw block 
 for the ihm the feel block is used on the same vid face ...
BRianH indeed R3 lost me like 10 month ago ...
and when i see carl saying i pause R3 and patch R2  i'm like stunned 
... anyway ...
and having a proper resume of what is done is hard ...
BrianH
22-Jul-2010
[4011x3]
Oh, then this conversation is more off-topic in this group than I 
thought. Well, here's what you missed:

- The R3 GUI is being actively developed by commercial developers, 
and it is much faster than the approach you just mentioned.

- We have had a couple releases in the last week, with more to come. 
In other words, we're not stuck.

- The GUI code has been moved to the host, and is thus open source.

- Everyone involved is hard at work, communicating, and busy. This 
includes Carl.
- All of your criticisms of the project are outdated.
Check the other !REBOL3 groups before you make any suggestions to 
throw out a code base that is already being used for commercial development.
By more than one company, mind you.
shadwolf
22-Jul-2010
[4014x3]
BrianH great if that's the case ...
but looking things changing perspective someitmes open new ways ... 
and i saw last carl's blog about having problems R2.7 with unbunt 
10 for example and that's the kind of thing that I don't want  R3 
and that can be avoided if you don't have to port 10 times the code 
...
i know i'm going of topic most of the time because i do'nt discuss 
what is in R3 but what could be in R3 or how R3 or futur rebol could 
be done what would be the gains etc...