Home » Archimedes archive » Acorn User » AU 1998-02 B.adf » Extras » Johnson/!Converter/Docs/WB
Johnson/!Converter/Docs/WB
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1998-02 B.adf » Extras |
Filename: | Johnson/!Converter/Docs/WB |
Read OK: | ✔ |
File size: | 036B bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
WIMPBASIC WimpBasic is an application designed for those who can program in BASIC but have not come to grips with the Acorn WIMP system. The application is so easy to use, that from v1.00 to v1.26 has taken me less than 1 hour (just) to write and debug. There is no messing with template designers, wimp calls or playing with windows in this application as the program does it for you. You just create the windows, write the code, link it up and WimpBasic will compile it for you to a stand alone application. The program (say the authors) is not designed for large apps (such as word processors or spreadsheets), but there is no reason why it can't be used for them. To prove the point, I'm going to write a database with it. I think it will be about 100k long (at a guess. The BBC B version was 15K long and not very sophisticated). It cost's 50 quid from Clares.
00000000 57 49 4d 50 42 41 53 49 43 0a 0a 57 69 6d 70 42 |WIMPBASIC..WimpB| 00000010 61 73 69 63 20 69 73 20 61 6e 20 61 70 70 6c 69 |asic is an appli| 00000020 63 61 74 69 6f 6e 20 64 65 73 69 67 6e 65 64 20 |cation designed | 00000030 66 6f 72 20 74 68 6f 73 65 20 77 68 6f 20 63 61 |for those who ca| 00000040 6e 20 70 72 6f 67 72 61 6d 20 69 6e 20 42 41 53 |n program in BAS| 00000050 49 43 20 62 75 74 0a 68 61 76 65 20 6e 6f 74 20 |IC but.have not | 00000060 63 6f 6d 65 20 74 6f 20 67 72 69 70 73 20 77 69 |come to grips wi| 00000070 74 68 20 74 68 65 20 41 63 6f 72 6e 20 57 49 4d |th the Acorn WIM| 00000080 50 20 73 79 73 74 65 6d 2e 0a 0a 54 68 65 20 61 |P system...The a| 00000090 70 70 6c 69 63 61 74 69 6f 6e 20 69 73 20 73 6f |pplication is so| 000000a0 20 65 61 73 79 20 74 6f 20 75 73 65 2c 20 74 68 | easy to use, th| 000000b0 61 74 20 66 72 6f 6d 20 76 31 2e 30 30 20 74 6f |at from v1.00 to| 000000c0 20 76 31 2e 32 36 20 68 61 73 20 74 61 6b 65 6e | v1.26 has taken| 000000d0 20 6d 65 20 6c 65 73 73 0a 74 68 61 6e 20 31 20 | me less.than 1 | 000000e0 68 6f 75 72 20 28 6a 75 73 74 29 20 74 6f 20 77 |hour (just) to w| 000000f0 72 69 74 65 20 61 6e 64 20 64 65 62 75 67 2e 20 |rite and debug. | 00000100 54 68 65 72 65 20 69 73 20 6e 6f 20 6d 65 73 73 |There is no mess| 00000110 69 6e 67 20 77 69 74 68 20 74 65 6d 70 6c 61 74 |ing with templat| 00000120 65 20 0a 64 65 73 69 67 6e 65 72 73 2c 20 77 69 |e .designers, wi| 00000130 6d 70 20 63 61 6c 6c 73 20 6f 72 20 70 6c 61 79 |mp calls or play| 00000140 69 6e 67 20 77 69 74 68 20 77 69 6e 64 6f 77 73 |ing with windows| 00000150 20 69 6e 20 74 68 69 73 20 61 70 70 6c 69 63 61 | in this applica| 00000160 74 69 6f 6e 20 61 73 20 74 68 65 20 0a 70 72 6f |tion as the .pro| 00000170 67 72 61 6d 20 64 6f 65 73 20 69 74 20 66 6f 72 |gram does it for| 00000180 20 79 6f 75 2e 20 59 6f 75 20 6a 75 73 74 20 63 | you. You just c| 00000190 72 65 61 74 65 20 74 68 65 20 77 69 6e 64 6f 77 |reate the window| 000001a0 73 2c 20 77 72 69 74 65 20 74 68 65 20 63 6f 64 |s, write the cod| 000001b0 65 2c 20 6c 69 6e 6b 20 69 74 0a 75 70 20 61 6e |e, link it.up an| 000001c0 64 20 57 69 6d 70 42 61 73 69 63 20 77 69 6c 6c |d WimpBasic will| 000001d0 20 63 6f 6d 70 69 6c 65 20 69 74 20 66 6f 72 20 | compile it for | 000001e0 79 6f 75 20 74 6f 20 61 20 73 74 61 6e 64 20 61 |you to a stand a| 000001f0 6c 6f 6e 65 20 61 70 70 6c 69 63 61 74 69 6f 6e |lone application| 00000200 2e 0a 0a 54 68 65 20 70 72 6f 67 72 61 6d 20 28 |...The program (| 00000210 73 61 79 20 74 68 65 20 61 75 74 68 6f 72 73 29 |say the authors)| 00000220 20 69 73 20 6e 6f 74 20 64 65 73 69 67 6e 65 64 | is not designed| 00000230 20 66 6f 72 20 6c 61 72 67 65 20 61 70 70 73 20 | for large apps | 00000240 28 73 75 63 68 20 61 73 20 77 6f 72 64 20 0a 70 |(such as word .p| 00000250 72 6f 63 65 73 73 6f 72 73 20 6f 72 20 73 70 72 |rocessors or spr| 00000260 65 61 64 73 68 65 65 74 73 29 2c 20 62 75 74 20 |eadsheets), but | 00000270 74 68 65 72 65 20 69 73 20 6e 6f 20 72 65 61 73 |there is no reas| 00000280 6f 6e 20 77 68 79 20 69 74 20 63 61 6e 27 74 20 |on why it can't | 00000290 62 65 20 75 73 65 64 20 66 6f 72 20 74 68 65 6d |be used for them| 000002a0 2e 0a 54 6f 20 70 72 6f 76 65 20 74 68 65 20 70 |..To prove the p| 000002b0 6f 69 6e 74 2c 20 49 27 6d 20 67 6f 69 6e 67 20 |oint, I'm going | 000002c0 74 6f 20 77 72 69 74 65 20 61 20 64 61 74 61 62 |to write a datab| 000002d0 61 73 65 20 77 69 74 68 20 69 74 2e 20 49 20 74 |ase with it. I t| 000002e0 68 69 6e 6b 20 69 74 20 0a 77 69 6c 6c 20 62 65 |hink it .will be| 000002f0 20 61 62 6f 75 74 20 31 30 30 6b 20 6c 6f 6e 67 | about 100k long| 00000300 20 28 61 74 20 61 20 67 75 65 73 73 2e 20 54 68 | (at a guess. Th| 00000310 65 20 42 42 43 20 42 20 76 65 72 73 69 6f 6e 20 |e BBC B version | 00000320 77 61 73 20 31 35 4b 20 6c 6f 6e 67 20 61 6e 64 |was 15K long and| 00000330 20 6e 6f 74 20 0a 76 65 72 79 20 73 6f 70 68 69 | not .very sophi| 00000340 73 74 69 63 61 74 65 64 29 2e 0a 0a 49 74 20 63 |sticated)...It c| 00000350 6f 73 74 27 73 20 35 30 20 71 75 69 64 20 66 72 |ost's 50 quid fr| 00000360 6f 6d 20 43 6c 61 72 65 73 2e 0a |om Clares..| 0000036b