rebol
Extending Build-markup with repeat refinement
I tried to add a repeat refinement to build-markup function using the previous answer: How to bind to foreach context?[详细]
2023-01-08 22:44 分类:问答How can 2 variables pointing to the same Rebol list have different pointers?
First o开发者_JAVA百科f all, is it correct to use the term pointer when talking about the internal index in a list?[详细]
2023-01-08 13:47 分类:问答Is it possible to develop the ssh protocol in rebol?
Rebol integrates most internet protocol but not 开发者_开发知识库ssh. Is it because it\'s impossible to program it in rebol ?Of course it\'s not impossible.It\'s just a question of resources.If you ha[详细]
2023-01-08 07:08 分类:问答cannot set proxy password in restricted corporate environment even programmatically
When I change login/password through User settings, they don\'t persist. So I set it programmatically[详细]
2023-01-08 03:35 分类:问答Is parse bugged?
x below is none instead of {\"abdfff} in this very basic parse rule: >> t: {aaa\"abdfff\"dddddddd}[详细]
2023-01-08 02:18 分类:问答Why rebol fails with stackoverflow api?
If I type in a browser (see https://stackapps.com/questions/2/getting-started-with-the-api) : http://api.stackoverflow.com/1.0/stats[详细]
2023-01-07 22:44 分类:问答What's difference between built-in FUNCTION and the FUNCS add-on?
There is a new implementation of FUNCTION in Rebol 3, which allows making variables automatically bound to local context by default.[详细]
2023-01-07 12:05 分类:问答Problem with ftp write from windows to linux and making cgi executable
I read the script from clipboard:// and write it to a linux ftp server: #!/home/myaccount开发者_如何转开发/cgi-bin/rebol -c[详细]
2023-01-07 06:13 分类:问答How to genericize this parse rule to include any verbs for this UML Dialect?
I want to make a PARSE rule (use-rule) for including several verbs: Connect, Use, List, Show, etc. use-rule: [[详细]
2023-01-07 03:21 分类:问答How does the VALUE? function work?
I have reduced down to a small example some code that I have, which tests for whether a variable called class-name has a value assigned to it:[详细]
2023-01-06 01:17 分类:问答