Re: [Freedos-devel] Ideas

2018-07-07 Thread Ercan Ersoy
I'm confused. I thought *you* were proposing to write a FreeQB. Are you not? Sounds like you are instead asking others to write it for you? I can't write entire FreeQB now. But, I can create a repository on GitHub and GitLab for FreeQB. If people will help to me, I can write some code for F

Re: [Freedos-devel] Ideas

2018-07-07 Thread Jim Hall
On Fri, Jul 6, 2018 at 9:16 PM, Mercury Thirteen via Freedos-devel < freedos-devel@lists.sourceforge.net> wrote: > ​[..] > Chelson and his team was working on the DOSCore > project a while back which > gave a GUI for DOS based systems. I thought it was li

Re: [Freedos-devel] Ideas

2018-07-07 Thread Jim Hall
On Sat, Jul 7, 2018 at 12:49 PM, Ercan Ersoy wrote: > > I, for one, would personally love to see FreeQB. Even if it only converted >> BASIC to assembly and relied on NASM for compiling, it would be a welcome >> addition to the FreeDOS family. The language could even be extended with >> several fe

Re: [Freedos-devel] Ideas

2018-07-07 Thread Mark Olesen
You may want to rip the logic from: https://sourceforge.net/projects/flcalc/ On Sat, Jul 7, 2018 at 4:16 PM, Jim Hall wrote: > Sort of a simplified version of GNU bc, then? I think that would be really > interesting. > > I hadn't used ACALC before, but looking it up online, it's a simple > com

Re: [Freedos-devel] 32-bit DOS

2018-07-07 Thread Jim Hall
On Fri, Jul 6, 2018 at 8:51 PM, Mercury Thirteen via Freedos-devel < freedos-devel@lists.sourceforge.net> wrote: > Interesting you should mention this; I and a few others have been working > on a 32-bit Protected Mode DOS-style kernel (see the Night group forum > here

Re: [Freedos-devel] Ideas

2018-07-07 Thread Jim Hall
Sort of a simplified version of GNU bc, then? I think that would be really interesting. I hadn't used ACALC before, but looking it up online, it's a simple command line calculator: ACALC {expression} Where {expression} is add, subtract, multiply, divide, modulo .. and various functions like abs()

Re: [Freedos-devel] Ideas

2018-07-07 Thread Steve Nickolas
To me, if there should be a FreeDOS calculator, it might be reasonable to copy the interface of ACALC from PC DOS 7, because PC DOS 7 is basically the next step past MS-DOS 6.22 (IMO). -uso. -- Check out the vibrant te

Re: [Freedos-devel] Ideas

2018-07-07 Thread Mateusz Viste
On Sat, 07 Jul 2018 12:51:46 -0500, David McMackins wrote: > Is FoxCalc not 16-bit? No, it's not. It's a protected mode application, ie. requires a 386 CPU. Mateusz -- FreeDOS is present on the USENET, too! alt.os.free-dos ---

Re: [Freedos-devel] Ideas

2018-07-07 Thread Ercan Ersoy
Is FoxCalc not 16-bit? No, FoxCalc is 32-bit. Best regards, Ercan -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _

Re: [Freedos-devel] Ideas

2018-07-07 Thread David McMackins
On 07/07/2018 12:49 PM, Ercan Ersoy wrote: > I think FreeDOS needs a 16 bit calculator program. Is FoxCalc not 16-bit? Happy Hacking, David E. McMackins II Supporting Member, Electronic Frontier Foundation (#2296972) Associate Member, Free Software Foundation (#12889) www.mcmackins.org www.d

Re: [Freedos-devel] Ideas

2018-07-07 Thread Ercan Ersoy
I, for one, would personally love to see FreeQB. Even if it only converted BASIC to assembly and relied on NASM for compiling, it would be a welcome addition to the FreeDOS family. The language could even be extended with several features found in other BASICs, such as PowerBASIC. I bega