rebol
Is it possible to override rebol path operator?
It is possible to overide rebol system words like print, make etc., so is it possible to do the same with the path operator ? Then what\'s the开发者_如何学编程 syntax ?Another possible approach is to[详细]
2022-12-09 19:48 分类:问答Rebol Is it possible to get the name of the script currently executing?
I\'m executing multiple libraries from user.r. I can get the path of the script from system/script/path but I can\'t see how I can get the name of the script. S开发者_运维百科o am I obliged to hardco[详细]
2022-12-09 16:02 分类:问答Reflection in Rebol: Is it possible to know the script/object/function that is executing?
If not will this开发者_开发百科 be possible in R3 ?Yes and No. Technically, no.....Functions do not have names, they are anonymous. The same function may be assigned to more than one word, so the act[详细]
2022-12-09 00:19 分类:问答Rebol switch and type?
Why do I have to cast typeof to string with switch to make it work ? This doesn\'t work: typeof: type? get \'optional[详细]
2022-12-08 09:54 分类:问答How do I calculate a REBOL 3 module checksum?
It\'s possible in REBOL 3 to calculate a SHA1 module checksum. When REBOL loads a module, it compares its checksum against the checksum of the loaded module, and if the two do not match, an error is g[详细]
2022-12-08 04:08 分类:问答