World: r3wp
[!REBOL3]
older newer | first last |
Andreas 7-Sep-2011 [9515] | R3 probably runs on x86 MeeGo already. Someone interested in MeeGo should just try. |
Pekr 7-Sep-2011 [9516x2] | Did not know x86 was supported by Meego .... |
Does anybody know situation on BlackBerries? OS8 should be QNX based. QNX has C inteface. IIRC, there was some veeeery old port of R2. Hopefully there's not some special API to support, I mean, in JAVA, etc. | |
Kaj 7-Sep-2011 [9518] | http://www.osnews.com/story/25125/Samsung_Denies_webOS_Plans_Intel_Denies_it_s_Dropping_MeeGo |
Pekr 7-Sep-2011 [9519] | Ah, should not read Czech "news" servers :-) They reported on Digitimes article just yesterday :-) |
Kaj 7-Sep-2011 [9520] | It was just flame bait |
Pekr 7-Sep-2011 [9521] | I wonder, if following info might be important for the Meego - https://meego.com/community/blogs/rudolfstreif/2011/meego-ivi-achieves-genivi-compliance |
Kaj 7-Sep-2011 [9522] | If you're targeting cars :-) |
Pekr 7-Sep-2011 [9523] | No, I just think, that as a platform (OS), it might find its niche market, not necessarily dying. Then WebOS might be in worse condition. Samsung has BADA, so they don't need it, and I am not sure anyone else will buy it ... We will see - it seems that in mobile market, there are just following player - iOS, Android, WP7, then BB (QNX), Bada (Samsung), Symbian (Nokia) |
Ladislav 7-Sep-2011 [9524x3] | You either know what has to be done to support your effort, or you don't, which is often the case of good engineers ... - that is typical for you, an unrelated thing. You ignored Karl Robillard's effort, so it is your ignorance. I did not. |
P.S. you still are ignoring his effort, attributing your own ignorance to Karl. | |
Ah, sorry for being off topic in this group | |
Robert 18-Sep-2011 [9527x2] | >> a/weekday: 2 ** Script error: cannot set weekday in path a/weekday: >> a/day: 12 == 12 |
IMO the first one should work too. | |
Izkata 18-Sep-2011 [9529] | Weekday is a function of day, month, and year - if it's being set, which of those should change, and in which direction? |
Robert 18-Sep-2011 [9530x2] | Don't get what you mean. If I have a date and I set the weekday, it should just set the day part to the given weekday. |
So, keep the date, just set: monday, tuesday, ... | |
Kaj 18-Sep-2011 [9532] | Izkata makes sense. You can't keep the date while changing the day |
Robert 18-Sep-2011 [9533] | Sure, I don't want to keep the date. I want to change it. |
Ladislav 18-Sep-2011 [9534] | I guess, that what Izkata wanted to mention was, that it is not obvious in what direction should such a change be? |
Robert 18-Sep-2011 [9535] | Ah... Since it's weekday, it's the same week. So, when current day is Sunday, we move backward. And if it's Monday we move forward. |
Kaj 18-Sep-2011 [9536] | There are countries that let the week start on Sunday... |
Sunanda 18-Sep-2011 [9537] | ISO8601 supports the notion of Monday being Day 1 of the week, so Robert's suggested behavior would be ISO compliant. But ... not sure this is an essential native. It would be a fun mezzanine to write, though. |
Kaj 18-Sep-2011 [9538] | Agreed |
Jerry 25-Sep-2011 [9539] | Besides bugs to be fixed and Carl's missing, what keeps R3 from going to Beta? Any new features? |
Kaj 25-Sep-2011 [9540x3] | Some functions still need to be finished compared to R2, such as SORT |
And of course, there was this strategy that R3 can't be released before the GUI is finished | |
The licence is also still undecided | |
Ladislav 25-Sep-2011 [9543] | SORT is totally unnecessary for R3 to become beta, IMO (you can use any algorithm written in REBOL, e.g. http://www.fm.tul.cz/~ladislav/rebol/msort.r , etc. |
Kaj 25-Sep-2011 [9544] | It's in there, and it's incomplete and buggy. That's no state for beta |
Ladislav 25-Sep-2011 [9545] | There are important issues, but surely not this one |
Kaj 25-Sep-2011 [9546] | Tell that to Carl |
Ladislav 25-Sep-2011 [9547] | I did |
Kaj 25-Sep-2011 [9548x2] | So, dig he agree? |
did | |
Ladislav 25-Sep-2011 [9550] | Hmm, he did not tell me he disagreed, but, otherwise, his priorities may differ |
Kaj 25-Sep-2011 [9551] | Carl's priorities are the only ones that matter |
Sunanda 26-Sep-2011 [9552] | Linus Torvalds and CureCode #666 :) http://h30565.www3.hp.com/t5/Feature-Articles/Linus-Torvalds-s-Lessons-on-Software-Development-Management/ba-p/440 |
GrahamC 27-Sep-2011 [9553] | Antithetical to how some languages are developed ... |
Claude 27-Sep-2011 [9554] | hi, do you know if a r3 gui for linux will be out soon or later ? |
Henrik 27-Sep-2011 [9555] | it will be "later". |
Jerry 28-Sep-2011 [9556] | In R3 Module Design Details, it says there is a function named SET-MODULE. I cannot find it in R3 a111. Anything changed? |
BrianH 28-Sep-2011 [9557x2] | Yeah, the whole module implementation model changed, twice. The docs reflect the second change. Sorry, been busy. |
Sorry, the second version. | |
Jerry 28-Sep-2011 [9559] | Thanks BrianH. Overall the doc is very good, I learned a lot. |
BrianH 28-Sep-2011 [9560x2] | I really need to update the guru-level docs, but someone else needs to read the updated version and write a user-level doc. I understand the details too well to be that good at explaining things to regular users. |
It would be especially useful for the guru-level docs to explain the rationale behind the design decisions. | |
Jerry 28-Sep-2011 [9562] | I might be able to do that as a by-product of learning R3 module. |
BrianH 28-Sep-2011 [9563] | Cool. I'll remember you said that :) |
Jerry 28-Sep-2011 [9564] | I have 10 days vacation, I am totally free before Oct 9th. I plan to read the R3 source code and refactoring my Translation Engine which was written in R3. |
older newer | first last |