[personal profile] calc_owl
...I should be getting my SwissMicros DM32 in the mail! I have the parcel tracking number from Swiss Post and it is estimating a delivery around the middle of the month. That is all depending on how long customs takes to get the device through. I've already paid the duty through Amazon and that usually covers any duty at at the border, but that doesn't mean that it gets through the processing facilities in any sort of timely manner.

In the meantime I have Youtube videos on the calculator itself and on RPN calculation. But my favourite videos are the ones that try and pump you up about the calculator, cool calculators, for ummm cool people?


I have been diving into RPN more with an app for the Ti-83 Plus and 84 Plus that effectively turns the whole device into an RPN calculator styled on the HP42S. Here is the link on Cemetech if you are interested on trying it out on your own device. I am going to be writing some posts about RPN and I'll be using screenshots from this app. Also once I get the DM32, from that device as well as I learn more about it and RPN.


For now, I'll wait. And tinker. And post, now that I have this journal.

Is there something you are looking forward to this Fall?
Flagged:

Date: 2024-10-01 05:52 am (UTC)
sushiflop: (bill; oh wow that's a great offer!)
From: [personal profile] sushiflop
What exactly is RPN? From your post I deduce it is a coding language but I feel I might be missing some nuances there.

Also, I'm going to be taking some vacation time and going to 2 haunted houses with a friend visiting from across the USA. It's my first time in years going to a haunted house so I think it's going to be a lot of fun!

Date: 2024-10-01 07:21 pm (UTC)
loganberrybunny: Drawing of my lapine character's face by Eliki (Default)
From: [personal profile] loganberrybunny
A long time ago, I had a Jupiter Ace, as far as I know the only commercially available microcomputer of its era (the early 1980s) that had Forth instead of BASIC as its built-in programming language. Forth uses a stack to pass parameters, so arithmetic is done in the RPN way:

2 2 + . will return 4.

: squares 11 1 do i dup * . loop ; will define a word (Forth-speak for function) that will print out the first ten square numbers.

It's years and years since I had the Ace, so I'm horribly rusty on RPN syntax, but it's nice to see it exists on calculators too. :)

Date: 2024-10-02 05:37 pm (UTC)
loganberrybunny: Drawing of my lapine character's face by Eliki (Default)
From: [personal profile] loganberrybunny
The . at the end seems a little clunky.

That's to print out what's on the stack, rather than COBOL-style pernickety punctuation. It's perfectly valid Forth to write 2 2 + but you won't get the result on your screen if you leave out the dot! :P
Edited Date: 2024-10-02 05:38 pm (UTC)

About

calc_owl: (Default)
Calculator Owl

Flags

Powered by Dreamwidth Studios
Page generated Jul. 2nd, 2025 01:44 am