World: r3wp
[!REBOL3-OLD1]
older newer | first last |
Graham 2-Oct-2009 [18644] | I think Henrik wrote one, Kaj wrote one ... is this a new one ? |
Steeve 2-Oct-2009 [18645] | we can do the protocols now, by ourself, since a while, but noone do that. We are just a bunch of lamers :-) |
Maxim 2-Oct-2009 [18646] | ahhhh sorry, that is a new one ! |
Steeve 2-Oct-2009 [18647] | And people could come with VID proposals too, to help Carl |
Maxim 2-Oct-2009 [18648x3] | freebol is a domain owned by the guy refered to as "hostile fork" afaik |
I think the VID design is pretty decided upon, it just needs agile hands to implement it... and that IIRC depends upon a few enhancements to the engine and for some of the design to be finalized by Carl. | |
I have to change color... blue is too crowded. | |
Henrik 2-Oct-2009 [18651] | looks like Carl wants to visit the problem of empty rules. |
Sunanda 2-Oct-2009 [18652] | Henrik is referring to this blog entry: http://www.rebol.net/cgi-bin/r3blog.r?view=0258 |
Chris 2-Oct-2009 [18653] | Brian, it's possibly forlorn, but I can forsee a pattern of [and map! here: change to-block here/1 :here into []] (sorry, rough approximation) in order to serialise in one form or other. Given there could be no other possible use for [into map!] perhaps parse could imply that conversion? |
Pekr 3-Oct-2009 [18654] | The new one was written by user known as Fork, or HostileFork ... |
BrianH 3-Oct-2009 [18655x3] | Good guy, and smart too. New to REBOL but not new to programming. |
Another Brian :) | |
Chris, we've been careful to make the interaction model of map! more like that of objects than series. You can't parse objects either. | |
Chris 3-Oct-2009 [18658x3] | Right, objects present a similar pain. I know for the most part, you don't want to do this. It's a very specific case - when 'parse into encounters a map, instead of returning false, it converts to a block and parses. I don't see this as touching the way map! works at all, just parse - for those occasions where it'd be useful over an old-style workaround. |
As I said, the main case use is serialising tree structures with mixed nesting. | |
Instead of alternating between parse/iteration, you can just use parse. | |
BrianH 3-Oct-2009 [18661] | Well, the IF operation of PARSE was added exactly for that reason: to make alternating between PARSE and DO code easier :) |
shadwolf 3-Oct-2009 [18662] | BrianH ... it's like a "i don't kiss girls cause i'm affraid" your comment about open sourcing ... sorry but when the language is open source and have apeal it meet it's public ... And contributions rains... So open the source at least will have an educational purpose ... it's better to be able to refere directly to the content of the source code to extract replies to our asks than waiting endlessly answers from the main chief guru or ithe selected ones don't you think ? |
Ladislav 3-Oct-2009 [18663] | it's better to be able to refere directly to the content of the source code to extract replies to our asks than waiting endlessly answers from the main chief guru or ithe selected ones don't you think ? - sounds quite childish, who asks you to wait for anything? I never did, even when I was asked to by some like you. Some answers I wrote in my articles actually cannot be found in the source code, how about that? |
shadwolf 3-Oct-2009 [18664] | those like me sounds insulting ... are you looking down to me ? |
Ladislav 3-Oct-2009 [18665] | You are insulting me by saying "waiting endlessly answers from the main chief guru or ithe selected ones" - I repeat: never did and never felt like, but was asked to by some like you. You are even now trying to state I should, as I read, that is why you are like those who did before. |
BrianH 4-Oct-2009 [18666x2] | Shadwolf, all of my contributions to R3 and R2 have been in the open source portions, which is already a significant fraction of REBOL. This source has been open for a year at least, effectively. In that time, having the source open has brought the code contributions of a couple people. This is what I mean when I say that opening the source isn't some magic trick that will get you help. In that same time period, the introduction of CureCode, R3 chat and DocBase have led to huge amounts of contributed help, more testers finding more bugs than we ever would have found without them. Those contributions have been extremely valuable. However, none of them were related to opening the source. Now, I am all in favor of opening the source, but I am in favor of it for social, business and convenience reasons. I have no illusions that it will get more than a few people to contribute though. And read-only licenses are the worst of all, because anybody who wants to actually do anything with what they might learn from reading the code is usually legally prohibited from reading the code, to prevent accidental copyright infringement. |
When the host code is opened, I will celebrate with the rest of you, particularly since it will allow a level of customization that SDK encappers could only dream of. I can only hope that it would bring useful contributions though, particularly in platform support. | |
Graham 4-Oct-2009 [18668] | perhaps it's a binary switch? |
[none] 5-Oct-2009 [18669x2] | [post removed by library team. (sunanda)] |
[post removed by library team. (sunanda)] | |
Henrik 5-Oct-2009 [18671] | Dilemma there, because it should still be remembered. |
Gabriele 5-Oct-2009 [18672x3] | R2 does not like it when the block under execution gets reallocated. I think that the same was true for PARSE. I don't remember about FOREACH etc. |
Nenad, this group is web-public, so... | |
I don't know if you can really make something nasty happen out of this, though it cannot be excluded of course. | |
Dockimbel 5-Oct-2009 [18675] | Gab, yes, I checked after posting...anyway I guess that people following AltMe channels are here, not sure there's much others following only on web and not having a account here. |
Gabriele 5-Oct-2009 [18676] | same could be said for RAMBO :-) |
Dockimbel 5-Oct-2009 [18677x2] | I thought that RAMBO tickets wouldn't be indexed by search engines...after testing, it was a wrong assumption. |
Anyway, I'm in favor of exposing flaws as long as they can be fixed by someone. | |
Gabriele 5-Oct-2009 [18679x2] | isn't this conversation indexed by search engines? |
(i'm not saying it should be posted to rambo, i'm saying the cat may be out of the bag already. maybe a direct message to Carl would be a good idea, though i wouldn't hold my breath about R2 updates) | |
Dockimbel 5-Oct-2009 [18681x2] | I think that Sunanda could be able to filter out Geomol's post and my reply from the web export. |
I've notified Sunanda about that. | |
Pekr 5-Oct-2009 [18683] | IIRC, BrianH is something like R2 release guru, we should ask him, maybe he has some special connection to Carl :-) |
Dockimbel 5-Oct-2009 [18684] | Or maybe its Carl's brain simulation is good enough to fix it. ;-) |
shadwolf 5-Oct-2009 [18685x5] | ladyslave the main chief guru referes not to you in my mind i don't even knows who you damn are ... |
the main chief guru in my mind it's carl the guy with all the answers and all the keys and keeping them for him ... | |
how do you want people to be more implicated in rebol VM enhancement if they can't learn from what already exists in it ... and once again i'm sorry but it's a mater of fact compared to public accessible open source VM REbol is clandestine... and what is the purpose to do a revolution that is kept in a bottle ... | |
ruby, perl, tcl/tk python are all doing now in days computing history where is rebol in this picture ? | |
and the problem is not R2 or R3 or R20 ... you see ... the matter of fact carl tomorow decide to stop rebol we are all fucked up ... Openning the source code of rebol is a way too write it in history many where the langage with close source VM. No one now in days remember them and the only ones getting all the attentions are the ones with GPL like system | |
Pekr 5-Oct-2009 [18690] | Shadwolf - answer just one question for me - how open-sourcing R3 today helps to finish us the product? It does not. So please - save your open-source rants for future, once we are stable, once R3 is finally out there, then please ask Carl to reconsider the situation, maybe he will be willing to open-source REBOL, I don't know ... |
shadwolf 5-Oct-2009 [18691] | Pekr open source or not open source is a long rate debat man it's been on the table since day 1 I met rebol 6 years ago and what i can see is that the rebol community is skrinking and not extending. |
Pekr 5-Oct-2009 [18692x2] | The trouble is, that you constantly repeat your point of view on all possible places, whereas we have more important things to do right now. REBOL should be open-sourced long time ago, or we should wait a bit for open-sourcing it in future. And open-sourcing host code is good for starters. Yes, we are slow, but we are getting there. Carl needs to finish Parse, then he is back to Extensions, which apparently are going to be used for Host code isolation. Once that is done, the code can be released. |
Open sourcing product, which is still in alpha, undergoing structural changes, is not a good idea imo ... | |
older newer | first last |