Skip to content
Discussion options

You must be logged in to vote

Hi. Thanks for writing. "Error not pointer so bug" means a bug in Rye code. It's more of a temporary measure.

Load works on strings and files and it tries to "load" (parse) Rye values from text. The problem with the file is that Rye (contrary to Rebol) expects spaces between all the tokens in it's code.

You could to this for example:

read %098_words.txt |replace "," " " |load

this would give you a block of words ... then map could come handy.

Great that you are trying to do Project Euler. I haven't yet found time for it.

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by refaktor
Comment options

You must be logged in to vote
6 replies
@refaktor
Comment options

@jaredkrinke
Comment options

@refaktor
Comment options

@jaredkrinke
Comment options

@refaktor
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants