Post Reply 
Assembler, but not at all
10-12-2023, 06:55 AM (This post was last modified: 10-12-2023 06:56 AM by parisse.)
Post: #14
RE: Assembler, but not at all
I don't think one should consider RPL, this was a language designed for calculators with hardware available in 1980. In order to have acceptable performances for the 49 CAS, I had to code in system RPL, code with the stack and avoid local variables as much as possible, use unnamed local variables (NULLNAME), and critical sections required assembly code. This gives code that is hard to create and maintain and is not portable.
Programming in RPL was reserved to an elite, and that's perhaps a reason why some people like(d) RPL...

WebAssembly is much better. Giac compiled to wasm is about 2* to 3* slower than native compiled code (depends what you are doing, for floating point operations it's sometimes as fast as native code), that's far better than any interpreter. And you could use whatever language compiles to wasm.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Assembler, but not at all - komame - 09-21-2023, 09:26 AM
RE: Assembler, but not at all - komame - 09-22-2023, 03:50 AM
RE: Assembler, but not at all - jte - 09-22-2023, 09:03 PM
RE: Assembler, but not at all - komame - 09-25-2023, 05:24 PM
RE: Assembler, but not at all - jte - 09-26-2023, 07:24 AM
RE: Assembler, but not at all - komame - 10-11-2023, 09:43 AM
RE: Assembler, but not at all - John Keith - 10-11-2023, 02:20 PM
RE: Assembler, but not at all - komame - 10-11-2023, 04:36 PM
RE: Assembler, but not at all - jte - 10-12-2023, 12:08 AM
RE: Assembler, but not at all - jte - 09-22-2023, 09:19 PM
RE: Assembler, but not at all - John Keith - 10-11-2023, 10:41 PM
RE: Assembler, but not at all - komame - 10-12-2023, 03:31 AM
RE: Assembler, but not at all - Claudio L. - 10-14-2023, 08:52 PM
RE: Assembler, but not at all - parisse - 10-12-2023 06:55 AM
RE: Assembler, but not at all - komame - 10-12-2023, 07:13 AM
RE: Assembler, but not at all - parisse - 10-12-2023, 12:15 PM
RE: Assembler, but not at all - John Keith - 10-12-2023, 08:40 PM
RE: Assembler, but not at all - parisse - 10-12-2023, 12:49 PM
RE: Assembler, but not at all - parisse - 10-13-2023, 05:36 AM
RE: Assembler, but not at all - komame - 10-13-2023, 01:16 PM
RE: Assembler, but not at all - komame - 10-14-2023, 04:12 PM
RE: Assembler, but not at all - parisse - 10-13-2023, 04:56 PM
RE: Assembler, but not at all - parisse - 10-15-2023, 06:21 AM
RE: Assembler, but not at all - Claudio L. - 10-18-2023, 02:46 AM
RE: Assembler, but not at all - komame - 10-18-2023, 05:41 PM
RE: Assembler, but not at all - Claudio L. - 10-19-2023, 02:54 AM
RE: Assembler, but not at all - komame - 11-01-2023, 07:06 AM
RE: Assembler, but not at all - dlidstrom - 11-12-2023, 07:57 PM
RE: Assembler, but not at all - komame - 11-13-2023, 02:07 PM
RE: Assembler, but not at all - komame - 02-19-2024, 06:21 PM



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