Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-09 Thread Pedro Luis Carballosa Mass via Freedos-devel
The BASIC language was chosen because the tutorial is (like all tutorials) for educational purposes, and the BASIC language is much simpler to assimilate by the inexperienced compared to C, however, that does not mean that the BASIC language is not suitable for other things, many important programs

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-09 Thread Liam Proven via Freedos-devel
On Mon, 9 Oct 2023 at 09:06, Danilo Pecher via Freedos-devel wrote: > > Neither Microsofts Quickbasic, nor Borlands Turbo-Basic are free > software, so the amount of people who would be able to compile it, is > probably dwindingly small. How about porting it to FreeBASIC? https://www.freebasic.n

Re: [Freedos-devel] Calculator for DOS with GUI

2023-10-09 Thread Danilo Pecher via Freedos-devel
I've had a look at it, and I doubt there's much use for it on FreeDOS. The most glaring obstacle is the choice of programming language. Neither Microsofts Quickbasic, nor Borlands Turbo-Basic are free software, so the amount of people who would be able to compile it, is probably dwindingly small.