Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rebol

Rebol COLLECT: keep the order of the source data in a loop

rebol rebol3 collect

Check if a REBOL string contains another string

rebol

How do I write contents of a variable to a text file in Rebol 2?

rebol rebol2

In Rebol, what is the idiomatic way to read a text file line by line?

rebol

Remove duplicate objects from series in Rebol

rebol rebol3 rebol2

How to bind local context block to global context in Rebol2?

bind rebol scoping rebol2

What is the difference between `context` and `object`?

rebol rebol3 rebol2 red

Difference between "errors/exceptions" and "throw/catch"?

Differences between Red's 5 function types, and why does it distinguish them?

rebol red

How do I perform benchmark comparisons on a series of functions in Rebol?

When I use error? and try, err need a value

What's the difference between `a: [b 1]` and `a: [b: 1]`, in red?

rebol red

Perform file encoding conversion with Rebol 3

Parse string to find first duplicate character - functional vs. prodecural coding style

rebol rebol2 red

Rebol 3 What are the available border effects for r3gui?

rebol rebol3

How to wrap up a function with a refinement so the refinement isn't required?

function rebol rebol3

Pointers returned from dll function when called from rebol

dll rebol rebol2

How read file real time for chat application?

rebol rebol3 rebol2

What causes a misplaced item error in rebol?

user-interface rebol rebol2

How to parse currency values from a string using PARSE

parsing rebol