Post Reply 
Can HP Prime be faster? - firmware performance comparison
09-06-2023, 06:51 PM (This post was last modified: 09-06-2023 11:30 PM by Insoft.)
Post: #9
RE: Can HP Prime be faster? - firmware performance comparison
If you’re looking for faster performance from PPL look at Python
Python is way faster at graphical stuff like setting pixels drawing lines rectangles etc… v PPL

PPL is a snail compared with Python and with Python code embedded in PPL using
Code:
#PYTHON name
#end
EXPORT START()
BEGIN
PYTHON(name);
END;
One can have the best of two worlds tho I did currently ran into issues with Python regarding large size lists so PPL still has it’s uses
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Can HP Prime be faster? - firmware performance comparison - Insoft - 09-06-2023 06:51 PM



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