newRPL - build 1255 released! [updated to 1299]
|
06-13-2019, 04:10 AM
Post: #502
|
|||
|
|||
RE: newRPL - build 1255 released! [official and unofficial]
(06-11-2019 11:00 PM)wyatt8740 Wrote: Is there some way I could use newRPL as a sort-of-replacement for 'dc' as a text-based calculator in a terminal? Yes, as a matter of fact, that's exactly what the simulator was before we introduced the GUI. Right now some libraries depend on the GUI, but you don't need to display it, just provide memory for it. (06-11-2019 11:00 PM)wyatt8740 Wrote: i.e., a way that I can pipe RPL as text to standard input, and have the software print the results? That's quite easy to get working. The standalone compiler newrpl-comp does something similar: reads a text file, you could easily read a line from stdin instead, then it compiles it (one single call to rplCompile() achieves that), and then dumps the object to another file. You could very well EVAL the object and then decompile to text the resulting stack objects, then output them to stdout. (06-11-2019 11:00 PM)wyatt8740 Wrote: Additionally, I'd also like a way to use the simulator without showing the on-screen keyboard, which takes up a ton of screen space and isn't always necessary for simple tasks.Never thought of that, it's easy enough to add so sure, why not. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)