Advice for getting started in RPL
|
09-02-2019, 01:11 PM
(This post was last modified: 09-02-2019 01:13 PM by pier4r.)
Post: #6
|
|||
|
|||
RE: Advice for getting started in RPL
I do this.
I use notepad++ with a UDL file (user define language) that everyone can expand. Debug4X is also a neat alternative although for userRPL is too much, I prefer simplicity. You can see it here: https://osdn.net/users/pier4r/pf/various...pad%2B%2B/ ; or I collect it also in the hp calc torrent: https://www.hpmuseum.org/forum/thread-9090.html Then I write my programs, with the trigraphs. Those are documented in the 50g advanced user guide page J-2 and I prefer it because they are standards. I collect (you can help too) useful RPL snippets here: https://www.hpmuseum.org/forum/thread-10271.html (check the links) and you can see the trigraphs. Then I use conn4x to connect to my calculator, I create there simple variables sending commands to the calculator via conn4x (for example 0 'nameThatIWantToUse' STO). Then I edit the variable and I copy the program (you should keep the initial statement that is like %%HP: T(0)A(D)F(.); ). This in text mode. And then my program is on the calculator. I use the same method with the emulator (otherwise in this case debug4x is very practical with its "send to the emulator") using the com0com software that emulates a com port, to which the emulator can connect, and thus the workflow is the same. All my files are in git and shared with the world (although no one cares, never say never). If you need more info let me know. Oh yes, have a look at newRPL as well! (that runs even on android. Claudio is astounding) http://hpgcc3.org/projects/newrpl https://newrpl.wiki.hpgcc3.org/doku.php https://www.hpmuseum.org/forum/thread-9700.html Wikis are great, Contribute :) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Advice for getting started in RPL - 100LL - 08-28-2019, 12:43 PM
RE: Advice for getting started in RPL - Eddie W. Shore - 08-28-2019, 01:14 PM
RE: Advice for getting started in RPL - 100LL - 08-29-2019, 12:56 AM
RE: Advice for getting started in RPL - Eddie W. Shore - 08-31-2019, 03:50 PM
RE: Advice for getting started in RPL - Carsen - 08-29-2019, 01:47 AM
RE: Advice for getting started in RPL - pier4r - 09-02-2019 01:11 PM
RE: Advice for getting started in RPL - BartDB - 09-03-2019, 04:00 PM
RE: Advice for getting started in RPL - grsbanks - 09-04-2019, 05:52 AM
RE: Advice for getting started in RPL - BartDB - 09-04-2019, 09:46 AM
|
User(s) browsing this thread: 1 Guest(s)