Question. Basic with good math libraries
|
03-13-2018, 11:57 AM
Post: #2
|
|||
|
|||
RE: Question. Basic with good math libraries
(03-13-2018 08:34 AM)pier4r Wrote: Am I mistaken? Can you point out any basic that is equipped with a math library like the 71B ? What math routines are you looking for? Decimal BASIC has all the usual trig functions, hyperbolics. Also you can set degrees or radians as the angle mode so you don't need conversion factors as in some radian-only BASICs. Decimal BASIC is definitely actively developed. Remember, though, that the aim of Decimal BASIC to implement the ANSI/ISO Full Standard for BASIC which is a fixed document. There are no new features or developments in ANSI Standard BASIC. Decimal BASIC changes are usually limited to bug fixes and will therefore slow down as compatibility with the standard is approached asymptotically. The latest versions are from January 2018. The author is always ready to answer questions and is very active in the Decimal BASIC forum: Decimal BASIC Forum I usually use the interpreted version for debugging and then use the compiler version to create the finished program. The compiler translates the program into Pascal which is then compiled to true machine language by the Lazarus Pascal compiler. The process is transparent to the user. All you have to do is click Run. The program is compiled and linked automatically. The resulting EXE file is as fast as any C compiled program I've seen. So much for BASIC being slow! Tom L Cui bono? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Question. Basic with good math libraries - pier4r - 03-13-2018, 08:34 AM
RE: Question. Basic with good math libraries - toml_12953 - 03-13-2018 11:57 AM
RE: Question. Basic with good math libraries - Dave Britten - 03-13-2018, 12:20 PM
RE: Question. Basic with good math libraries - pier4r - 03-13-2018, 02:54 PM
RE: Question. Basic with good math libraries - emece67 - 03-13-2018, 10:32 PM
RE: Question. Basic with good math libraries - Garth Wilson - 03-13-2018, 05:35 PM
RE: Question. Basic with good math libraries - pier4r - 03-13-2018, 07:32 PM
RE: Question. Basic with good math libraries - Maximilian Hohmann - 03-13-2018, 09:06 PM
RE: Question. Basic with good math libraries - John Keith - 03-13-2018, 07:53 PM
RE: Question. Basic with good math libraries - pier4r - 03-13-2018, 09:24 PM
RE: Question. Basic with good math libraries - Maximilian Hohmann - 03-13-2018, 09:32 PM
|
User(s) browsing this thread: 1 Guest(s)