Post Reply 
Pocket computers/calculators with Fortran?
12-11-2020, 01:15 AM
Post: #1
Pocket computers/calculators with Fortran?
I just received a copy of Combinatorial Algorithms for Computers and Calculators, and all the routines contained within are written in Fortran. This got me wondering: are there any pocket computers or handhelds that came equipped with Fortran in lieu of or in addition to BASIC? Or any that could have it added? I'm sure it wouldn't be hard to find an MS-DOS Fortran that works on the palmtops, for example.

There are a couple of Sharp and Casio calculators that have something called Mini Fortran, but from what I can tell, it's vastly simplified to the point that calling it Fortran isn't all that accurate.
Visit this user's website Find all posts by this user
Quote this message in a reply
12-11-2020, 05:30 AM
Post: #2
RE: Pocket computers/calculators with Fortran?
Wikipedia seems to suggest that using gcc on a computer can generate Fortran 77 for some calculators, if that helps.
https://en.m.wikipedia.org/wiki/Programmable_calculator

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
12-14-2020, 10:10 PM
Post: #3
RE: Pocket computers/calculators with Fortran?
Casio FX 201 P uses a fortran like programming language. Its program model is ... strange.

0 = 1 Means : put value of register 1 in register 0.
0 = 1 + K1.5 Means put value of register 1 + 1.5 in register 0. K stands for Konstant.

My site http://www.emmella.fr
Find all posts by this user
Quote this message in a reply
12-14-2020, 10:17 PM
Post: #4
RE: Pocket computers/calculators with Fortran?
(12-14-2020 10:10 PM)badaze Wrote:  Casio FX 201 P uses a fortran like programming language. Its program model is ... strange.

0 = 1 Means : put value of register 1 in register 0.
0 = 1 + K1.5 Means put value of register 1 + 1.5 in register 0. K stands for Konstant.

Yeah, like the early Sharp models, it seems like a pretty big stretch to call that Fortran! Wouldn't mind getting ahold of one of them, though.
Visit this user's website Find all posts by this user
Quote this message in a reply
12-14-2020, 10:26 PM
Post: #5
RE: Pocket computers/calculators with Fortran?
Maybe they figger FORmula TRANslation is generic.
Find all posts by this user
Quote this message in a reply
12-14-2020, 10:54 PM
Post: #6
RE: Pocket computers/calculators with Fortran?
(12-14-2020 10:17 PM)Dave Britten Wrote:  
(12-14-2020 10:10 PM)badaze Wrote:  Casio FX 201 P uses a fortran like programming language. Its program model is ... strange.

0 = 1 Means : put value of register 1 in register 0.
0 = 1 + K1.5 Means put value of register 1 + 1.5 in register 0. K stands for Konstant.

Yeah, like the early Sharp models, it seems like a pretty big stretch to call that Fortran! Wouldn't mind getting ahold of one of them, though.

Tests are ternary. I should find my 201P to give an example.

My site http://www.emmella.fr
Find all posts by this user
Quote this message in a reply
Post Reply 




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