|
Note for Roger and Skywise - October 29, 2013 |
I downloaded the XBasic documentation and went through it. The impression that I have is that XBasic is another of the endless list of dinosaur programming languages. It can’t read key presses – you have to hit the Enter key before it will recognize a key press. It probably can’t send information to Windows as if it were typed on the keyboard. It probably can’t be used with a Windows “Pipe.” It is no longer being developed. The documentation is a decade old. It does not have a Newsgroup. And there are almost no recent entries in the Yahoo XBasic bulletin board.
Perl checks for a key press 10 times a second. If a key is pressed it immediately stores that information in a data file. The other program such as XBasic that is also running checks that file for new entries 10 times a second. If it sees a new entry it immediately acts on the data. Perl also checks another file 10 times a second to see if the XBasic program, or whatever, has stored any information there that it wants Perl to act on or to pass along to Windows. If people want to try using XBasic then the first project might be to try to get it to do interactive graphics. In response to key press information sent to it by Perl the XBasic program would draw and make changes to charts etc. If that worked I would probably shift to using XBasic program to do my Earthquake Forecasting Program graphics instead of using Gnuplot. However, I am not going to do that unless some other people want to participate in the effort so that I don’t have to do all of the programming work myself. Follow Ups: ● Re: Note for Roger and Skywise - October 29, 2013 - Skywise 17:29:37 - 10/29/2013 (101209) (1) ● Re: Note for Roger and Skywise - October 29, 2013 - EQF 04:40:58 - 10/31/2013 (101233) (1) ● Re: Note for Roger and Skywise - October 29, 2013 - Skywise 06:25:39 - 10/31/2013 (101235) (2) ● Re: Note for Roger and Skywise - October 29, 2013 - Roger Hunter 09:14:46 - 10/31/2013 (101237) (1) ● Re: Note for Roger and Skywise - October 29, 2013 - Skywise 16:05:29 - 10/31/2013 (101239) (1) ● Re: Note for Roger and Skywise - October 29, 2013 - Roger Hunter 16:46:26 - 10/31/2013 (101241) (1) ● Re: Note for Roger and Skywise - October 29, 2013 - Skywise 17:37:50 - 10/31/2013 (101244) (1) ● Re: Brian.... - Roger Hunter 17:51:08 - 10/31/2013 (101247) (1) ● Re: Brian.... - Skywise 19:09:21 - 10/31/2013 (101249) (1) ● Re: Brian.... - Roger Hunter 23:49:08 - 10/31/2013 (101251) (0) ● Re: Note for Roger and Skywise - October 29, 2013 - EQF 07:00:44 - 10/31/2013 (101236) (1) ● Re: Note for Roger and Skywise - October 29, 2013 - Skywise 16:48:57 - 10/31/2013 (101242) (0) |
|