MiyoCalc40
|
10-31-2023, 04:04 PM
Post: #1
|
|||
|
|||
MiyoCalc40
Good day,
This is just to let everyone know of the following project that I created over the last little while. Many thanks to Alex Garza and Anton Poluektov to whom I owe many of the design and code ideas. The calculator works like a charm, I use it every day for work. I'm hoping to submit to this forum a proposed new RPN programming language for it that I would like feedback on before I implement. https://github.com/JonathanFerron/MiyoCalc40 Cheers, Jonathan |
|||
11-07-2023, 01:18 PM
Post: #2
|
|||
|
|||
RE: MiyoCalc40
Hi,
As promised in my previous post, here are some design documents around the RPN programming language I'd like to implement. Any constructive feedback is most welcome. Briefly, design principles include simplicity: 'no gotos', and 'no subprocedure calls'. I also wanted to stay as close as possible to pure keystroke programming, so 'source code' will be stored purely as an array of keycodes, not as a text file, which will make 'compiling / interpreting' the code very straightforward. https://github.com/JonathanFerron/MiyoCa...Syntax.pdf https://github.com/JonathanFerron/MiyoCa...ycodes.pdf https://github.com/JonathanFerron/MiyoCa...Series.pdf https://github.com/JonathanFerron/MiyoCa...re/cards.h Much appreciated, Jonathan |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)