red

    0熱度

    1回答

    如何使用紅色語言創建map高階函數。它應該將塊和函數作爲參數,並將發送的函數應用於塊的每個成員。我試過下面的代碼: Red [] mapfn: function[blk sfn][ outblk: copy [] foreach i blk[ append outblk (sfn i) ] outblk ] ; to test: myblk: ["

    2熱度

    2回答

    隨着雷博爾挑我只能得到一個元素: list: [1 2 3 4 5 6 7 8 9] pick list 3 在蟒蛇一個可以得到一個完整的子列表與 list[3:7]

    0熱度

    1回答

    它適用於Rebol,但不適用於Red?有沒有辦法讓它工作?我嘗試使用Rebol下的源剪貼板來獲取源代碼,但不起作用。

    1熱度

    1回答

    我有一個紅色語言的小型GUI程序,運行得非常好,但不是爲Android編譯。我使用Debian的穩定的Linux下面的命令(成功地使應用程序適用於Windows和適用於Mac): $ wine red-063.exe -c -r -t Android-x86 myapp.r ,但我得到以下錯誤消息: Target: Android-x86 Compiling to native code.

    0熱度

    1回答

    我試圖創建佈局創建佈局由視圖由@GrahamChiu在回答中描述的方式顯示在REBOL layout: How to create layout words automatically - word has no context?: REBOL [] ; WANT TO CREATE A BLOCK: [across chvar: check label "test"] , so that I

    0熱度

    1回答

    爲什麼rebolview - 「打印1 + 2」不顯示控制檯結果? 爲什麼紅--do 「打印1 + 2」 產生錯誤 *** Error: cannot access argument file: print 1 + 2 --== Red 0.6.3 ==--

    0熱度

    1回答

    硬編碼(做作這裏的例子)而不是動態生成功能: f1: func[][print "f1"] f100: func[][print "f100"] etc... 是否有可能做這樣的事情 for num 1 100 1 [ set to-word rejoin ["f" num] func[][ print rejoin ["f" num]

    0熱度

    2回答

    字類型的處理塊參數調用時: f [(h test) (h test2)] 我想: "<p><h1>test</h1><h1>test2</h1></p>" 相反,我得到: "<h1>test2</h1></p>" 我不能看看爲什麼我的代碼不起作用。請注意,我想在下面使用g函數,因爲我有幾個像函數一樣的函數,每個函數都會調用g來分解它們。所以不要擺脫它,這是故意的。 html: copy

    0熱度

    3回答

    這並不像Read https://google.com doesn't work anymore in Red? 即使上述修復程序相同問題的工作,這是行不通的: convert-invalid: function [page] [ collect/into [foreach c page [keep to-char c]] clear "" ] convert-invalid re

    0熱度

    1回答

    使用關鍵字我想在紅用「使用」,但現在看來,這是從Rebol的使用完全不同,尋找到幫助: 在紅: >> help use cause-error function! Causes an immediate error throw, w... 在雷博爾 >> help use USAGE: USE words body DESCRIPTION: