Post Reply 
How much has RPN/RPL spoiled you?
06-06-2015, 09:33 AM
Post: #37
RE: How much has RPN/RPL spoiled you?
(06-06-2015 08:42 AM)Thomas Klemm Wrote:  
(06-06-2015 07:37 AM)Tugdual Wrote:  I find it unfair to publish source code with noisy characters and qualify it difficult to read and understand.

This was certainly not my intent.
Hopefully this is better:

Code:
« → a b c
  « b a / -2 /
    c a / → p q
    « p SQ q - √ → D
      « p D -
        p D +
      »
    »
  »
»

Code:
«
  ROT ROT OVER / -2 /
  ROT ROT /
  OVER SQ SWAP - √
  DUP2 - 
  ROT ROT +
»

Cheers
Thomas
Nothing personal Thomas, I know there are new readers here wondering if the 50g is the right choice and I just wanted to clarify this aspect. I often struggle with the tone of my messages...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How much has RPN/RPL spoiled you? - Tugdual - 06-06-2015 09:33 AM



User(s) browsing this thread: 1 Guest(s)