World: r3wp
[World] For discussion of World language
older newer | first last |
Andreas 27-Nov-2011 [16] | w> type? a-b ?? |
PeterWood 27-Nov-2011 [17x2] | w> type? join a {"-" b] ? |
Or : to : operator [ first last ][ join first ["-" last] ] type? a to b | |
Steeve 27-Nov-2011 [19] | Geomol: The use of a path! to denote a range is a clever way. But I don't think you need a range! datatype to express boundaries. A pair! would do the job as well. >> block/2x5 |
Geomol 27-Nov-2011 [20x4] | Or to range! reduce [a b] Use pair! ... hm. Extrapolate that to be used in a matrix. |
Or an image. | |
w> a-b: 1 == 1 w> type? a-b == integer! w> a-b: 1.0 == 1.0 w> type? a-b == real! | |
It's just like you can't specify pairs using variables. w> axb: 1 == 1 w> type? axb == integer! Same in REBOL. | |
Andreas 27-Nov-2011 [24x5] | Thanks for the answer. |
w> foreach x 1-10 [print x] ?? :) | |
Or in plain English: is range! a series! type? | |
Related: w> to block! 1-10 ; == ?? | |
Is a range! convertible to a block!/a series! type? | |
Gregg 27-Nov-2011 [29] | I've used x..y for range notation. In REBOL, that limits you to 255 if mapped to a tuple, but World wouldn't have to have that limitation. I've also used dash/emdash. My BOUNDS dialect is flexible, as it was for experimentation. |
sqlab 28-Nov-2011 [30] | That looks pretty promising. What platforms are supported? |
Geomol 28-Nov-2011 [31] | QA question noted. |
Endo 28-Nov-2011 [32] | Its too bad but http://world-lang.orgcannot be accessible from Turkey :( I'll try with a VPN. |
Geomol 28-Nov-2011 [33x2] | How can that be? |
Stats about audience for http://world-lang.org after the first 5 days of countdown. See: http://www.fys.ku.dk/~niclasen/world/stats_20111128.png | |
Mchean 28-Nov-2011 [35] | so the legacy of Rebol will be Rebol clones - not so bad a legacy actually |
BrianH 28-Nov-2011 [36] | I'm a little sorry to see the R2-style port model instead of the R3 style. Are all ports direct at least? |
Geomol 28-Nov-2011 [37] | Are there R3 docs in this area? I've look here: http://www.rebol.com/r3/docs/concepts.html and: http://www.rebol.com/r3/docs/guide/network.html Those docs either seem to be for R2 or am missing. |
Kaj 28-Nov-2011 [38] | It's on the wiki |
Geomol 28-Nov-2011 [39] | What wiki? http://www.rebol.com/r3/docs/index.html is listed as "REBOL 3 Documentation (wiki)" on http://www.rebol.com/docs.html Do you mean the "old" wiki: http://www.rebol.net/wiki/Table_Of_Contents |
Gregg 28-Nov-2011 [40] | Nice breakdown John. |
Geomol 28-Nov-2011 [41] | The stats, Gregg? |
Gregg 28-Nov-2011 [42x2] | Yes. |
The countdown is nice as well. | |
Geomol 28-Nov-2011 [44x2] | Yeah, interesting to see where people, who are interested in REBOL-like languages, come from. |
Thanks! | |
Pekr 28-Nov-2011 [46] | R3 port model is definitely a must :-) |
Geomol 28-Nov-2011 [47] | :) |
Kaj 28-Nov-2011 [48x2] | Yes, that wiki. It's the only real wiki in the sense that people can edit it |
http://www.rebol.net/wiki/Ports | |
Geomol 28-Nov-2011 [50] | Thanks! |
Kaj 28-Nov-2011 [51x9] | http://www.rebol.net/wiki/Schemes |
http://www.rebol.net/wiki/Scheme:_HTTP | |
http://www.rebol.net/docs/prot-http.html | |
http://www.rebol.net/r3blogs/0128.html | |
http://www.rebol.net/r3blogs/0129.html | |
http://www.rebol.net/r3blogs/0130.html | |
That should be enough to rewrite your ports implementation in the coming five days ;-) | |
http://www.rebol.net/wiki/Ports:_Synchronous_and_Asynchronous_Operations | |
http://www.rebol.net/wiki/Event_System | |
Geomol 28-Nov-2011 [60] | :D Thanks! |
MikeL 28-Nov-2011 [61] | I read some of those again ... really well done |
Endo 28-Nov-2011 [62x2] | Geomol: "How can that be?" Unfortunately many domain name is not accessible from Turkey. The telecommunication company restricts the access of many domains, IPs, and even domain names that includes some restricted words like porn, f**k or something.. The funny thing is the word of "forbidden" (in Turkish "yasak") is also restricted, no one can access a domain which includes "yasak" word without using a VPN. Shame.. |
Yeah, interesting to see where people, who are interested in REBOL-like languages, come from. So count me in as well but I never show up in the stats :) | |
Pekr 29-Nov-2011 [64] | Hmm, reading some docs - there' s so many nice things about the R3, pity it is not open-sourced, or that Carl can't devote more time to its development ... |
Kaj 29-Nov-2011 [65] | http://www.osnews.com/story/25373/EU_Copyright_Doesn_t_Cover_Functionality_Programming_Language |
older newer | first last |