Post Reply 
newRPL: Alpha demo 0.9 released [UPDATED 2017-10-25]
11-04-2017, 04:31 PM (This post was last modified: 11-04-2017 10:54 PM by Gilles59.)
Post: #231
RE: newRPL: Alpha demo 0.9 released [UPDATED 2017-10-25]
Hi, here a problem, both with Build 916 (émulator) and Build 948 (HP50g)

No matter what is this program for (problem 141 of the Turing challenge : http://turing.nymphomath.ch/ ):

Code:
«
  0 
  10 1000 FOR 'n' n 
    DO
      →STR UTF8→ -48 SWAP + ΠLIST 
    UNTIL DUP 10 < END
    6 == + 
  NEXT
»

This program get "out of memory" error both on the calc or emulateur with more loops (change 1000 with 10000 or more). The limit is highter with the emulator.

EDIT : the same program with a MEM DROP after ΠLIST works without problem...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: Alpha demo 0.9 released [UPDATED 2017-10-25] - Gilles59 - 11-04-2017 04:31 PM



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