World: r3wp
[!REBOL3]
older newer | first last |
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 [4014x4] | 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... | |
and i clearly foresee the actual i port 10 times the code of rebol isn't a suitable way for futur... | |
BrianH 22-Jul-2010 [4018] | Keep such arguments to Advocacy then, or Other Languages if you want to find out about them. We're building something here. |
shadwolf 22-Jul-2010 [4019] | i will try so :) |
Maxim 22-Jul-2010 [4020] | does R3 have a mezz called 'LAST? similar to 'TAIL? I find it usefull... it returns if we are AT last item in a series. while [not last? series] [.... series: next series] |
BrianH 22-Jul-2010 [4021] | SINGLE? performs that function. |
Maxim 22-Jul-2010 [4022] | ahh yes. do you think that last? might be a viable official alternate notation? just as empty? is an alternate for tail? |
BrianH 22-Jul-2010 [4023x2] | Maybe - make a wish in Curecode :) |
Once the module system is revamped we can start working on making many of the mezzanines optionally included. We plan to clean up the namespace :) | |
Maxim 22-Jul-2010 [4025x2] | I just think that 'SINGLE? will hardly ever be used, as it doesn't fit well with the naming of all other series handlers. if LAST? where there, I think we'd use it naturally. since it fits it with TAIL? LAST FIRST, etc. |
I'll CC it. | |
BrianH 22-Jul-2010 [4027x2] | Suggest both alternatives: Renaming it, or making an alias. |
Carl suggested SINGLE? - he uses it (presumably). | |
Maxim 22-Jul-2010 [4029] | but he might not have tought of LAST? sometimes these little things escape us, since we implement this or that within a current "frame of mind" ;-) |
BrianH 22-Jul-2010 [4030] | The change would need to be backported to 2.7.8, so we need a ticket. |
Maxim 22-Jul-2010 [4031] | CC ticket added, #1636 |
older newer | first last |