rebol
Auto-self modifying function in virtual runtime environment in Rebol
I want to auto-modify a function once it has executed itself (context is remote execution in a virtual runtime environment that shares a code-block which simulate stack of functions (because this stac[详细]
2023-01-26 18:08 分类:问答Is it possible to detect esc key with ask function?
Would开发者_开发问答 like to detect esc key to escape the forever loop in pseudo code: forever [[详细]
2023-01-26 06:14 分类:问答Rounded corner text field with Rebol 2 / Rebol 3?
A tiny detail that is hugely important开发者_JAVA技巧 in today\'s design is rounded corner field especially for Mobile style. How to do this in Rebol 2, is there any more facilities to do so in Rebol[详细]
2023-01-25 23:25 分类:问答What is R3 Hostkit ? Can I use it for interfacing it with .NET or Java?
It\'s been announced that R3 Hostkit is being available: http://www.rebol.com/r3/docs/concepts/host-kit.html[详细]
2023-01-25 03:01 分类:问答Using PARSE on a PORT! value
I tried using PARSE on a PORT! and it does not work: >> parse open %test-data.r [to end] ** Script error: parse does not allow port! 开发者_Go百科for its input argument[详细]
2023-01-24 15:05 分类:问答Can or will Rebol run on Windows Phone 7?
I have an iPhone, an Ipad, don\'t have yet windows phone 7, but will get it right now if rebol can run on windows phone 7 so does/will rebol support it :)[详细]
2023-01-24 15:02 分类:问答How to create an online rebol console?
Where can I find the code for creating an online rebol console like the one here ? http://tryrebol.esperconsultancy.nl/[详细]
2023-01-24 09:26 分类:问答Is there finer granularity than LOAD/NEXT for reading structured data?
Imagine that I have a long file of Rebol-formatted data, with a million lines, that look something like[详细]
2023-01-23 16:14 分类:问答Rebol/View: How to assign images to layout already created?
Using Rebol/View 2.7.7, I\'m trying to create a card game based on Nick\'s Rebol tutorial at: http://re-bol.com/rebol.html#section-10.18. What I want to do though is read the cards from the binary fil[详细]
2023-01-23 05:42 分类:问答Other options for a Rebol editor|IDE?
I开发者_JAVA技巧 currently use Programmer\'s Notepad with the Rebol syntax scheme.It\'s not bad--does any insightful person have another suggestion?For my Windows programming work I use the Zeus edito[详细]
2023-01-20 07:38 分类:问答