Post Reply 
newRPL - Updated to build 1510 [official build remains at 1487]
07-23-2023, 06:00 PM (This post was last modified: 07-29-2023 10:34 AM by Gilles.)
Post: #291
RE: newRPL - Updated to build 1510 [official build remains at 1487]
(07-23-2023 11:54 AM)Claudio L. Wrote:  This is great! I can recommend a few things:
1) You can use CRLIB to create a user library to publish. Wiki-How to create user libraries
2) If plain text is your preferred format, you can use PACKDIR to convert and entire directory to user readable and editable text. It can be copy/pasted into the calc, compiled and stored into a variable with STO so it's a simple way to distribute an entire folder tree.
3) You can make those comments permanent with @@ so users can compile while preserving the helpful comments in the code

Thanks, I will try this with a complete LIB, help on line with long press (great idea!) etc.. PACKDIR is nice. I changed my previous post with the correct structur for drag & drop onto the PC version & HP50

EDIT : It's progressing well ;D I'll post v1 library soon. Finally I made some infidelities to ListExt. For example, stopping DOPERM or DOCOMB is done with a BREAK command ex :
Code:
{ 1 3 5 7 9 } 3 « NL→I IF DUP ISPRIME? THEN BREAK ELSE DROP END » DOCOMB
There are also commands in ListExt that are useless in newRPL (LSUM, anything that only improves speed or fixes liimtations like ΣLIST or DOLIST DOSUBS etc...). So to be continued...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Navigating through sub-menus - Gilles - 05-13-2023, 11:31 AM
RE: newRPL - Updated to build 1510 [official build remains at 1487] - Gilles - 07-23-2023 06:00 PM
It's a mystery to me... - Klaus - 11-27-2023, 12:24 PM



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