问题标签 [rebol]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
rebol - Rebol 脚本错误:别名词已在使用中:f 而不是真的
我在 user.r 中定义了这些别名
启动 rebol 时显示
这不是真的,事实上,当我输入 source f 时,它显示未定义:
那么为什么这个消息呢?
rebol - Rebol Request-Download 不支持大文件:如何纠正?
最后,虽然进度条显示下载已完成:
那么如何更正请求下载,因为它是一个夹层功能:
rebol - Rebol to-string 奇怪的行为:我该如何纠正?
我怎样才能得到“abc/def”呢?
rebol - Rebol:找到了一种自动生成和动态执行代码的方法,有没有更好的方法?
我已经对此进行了实验:
有没有办法避免做两次“做”:)
cgi - 我在 CentOS 上使用哪个版本的 Rebol 2?
谁能告诉我在 CentOS 上使用哪个版本的 Rebol 2?
此页面上有几个 Linux 版本:
http://www.rebol.com/platforms.html
我将学习本教程: 快速简单的 CGI - Carl Sassenrath 的初学者教程和指南。
谢谢
rebol - rebol:如何创建规则来解析大括号?
我真的还没有掌握 Parse 规则:)
我该如何解析这个?
这不起作用:
rebol - Rebol 自身对象
几周前我问了这个关于端口 Rebol Smallest Http Server in the World 的问题:为什么要先等待监听端口?
监听端口是一个对象
第一个监听端口是自我所以仍然不明白为什么自我不等于监听端口这就是我们需要的原因
如果wait返回listen-port并且第一个监听端口与self或listen-port相同,那么上面的代码与
?
rebol - 具有 compose/deep 和 append 功能的 rebol 解析规则
这很好用(感谢 Sunanda 的建议How can I parse [a / b] ? syntax error in Rebol?):
但我现在需要添加一些附加指令(附加输出类),它不再起作用: