Author Topic: Logic BASIC  (Read 14501 times)

Richly

  • Guest
Logic BASIC
« on: September 18, 2016, 10:31:03 PM »
Logic BASIC for Windows and Linux

http://logicbasic.net/

Nice IDE and good documentation and Help files.

Richly

  • Guest
Re: Logic BASIC
« Reply #1 on: September 19, 2016, 05:04:52 AM »
Looks like The Linux option is only available through using Wine...

ScriptBasic

  • Guest
Re: Logic BASIC
« Reply #2 on: September 19, 2016, 06:01:58 AM »
Quote
Looks like The Linux option is only available through using Wine...

Windows only BASIC.

I hear the same rubbish from the FreeBASIC folks when they say it runs on 64 bit Linux. Just don't forget to install the 32 bit libraries and 32 bit runtime support.  ::)

jbk

  • Guest
Re: Logic BASIC
« Reply #3 on: September 19, 2016, 08:53:26 AM »
the syntax looks like a cross between Pascal and Basic but that's no problem, could be useful for making quick gui-programs.
@John
I have installed FreeBasic x64 on Ubuntu x64 without having to install any 32-bit libs and compiled and run programs without any problems.

Rick3137

  • Guest
Re: Logic BASIC
« Reply #4 on: September 19, 2016, 01:31:46 PM »
  Looks cool. This should keep me busy for awhile.

Cybermonkey

  • Administrator
  • *****
  • Posts: 0
Re: Logic BASIC
« Reply #5 on: September 19, 2016, 05:41:48 PM »
Quote
Looks like The Linux option is only available through using Wine...

Windows only BASIC.

I hear the same rubbish from the FreeBASIC folks when they say it runs on 64 bit Linux. Just don't forget to install the 32 bit libraries and 32 bit runtime support.  ::)

Since a few versions this isn't necessary anymore. I works now really nice although not all (third party) libraries/headers are ported to 64 bit, yet. But SDL2 is, so my framework works well.

ZXDunny

  • Guest
Re: Logic BASIC
« Reply #6 on: September 19, 2016, 10:18:48 PM »
Quote
Looks like The Linux option is only available through using Wine...

Windows only BASIC.

I hear the same rubbish from the FreeBASIC folks when they say it runs on 64 bit Linux. Just don't forget to install the 32 bit libraries and 32 bit runtime support.  ::)

Since a few versions this isn't necessary anymore. I works now really nice although not all (third party) libraries/headers are ported to 64 bit, yet. But SDL2 is, so my framework works well.

I'm running Mint on a few boxes here, and I've never had any problems running 32bit binaries on my 64bit systems OOTB, not since the days of Slackware 12, and I suspect that's only because Slackware has the attitude of "You want it? You bloody set it up then".

I Love Slack :)

D.

Tomaaz

  • Guest
Re: Logic BASIC
« Reply #7 on: September 21, 2016, 10:20:58 AM »
I'm running Mint on a few boxes here, and I've never had any problems running 32bit binaries on my 64bit systems...

I don't think anyone has, but it wasn't John's point. What John wanted to say is that FreeBasic doesn't have a proper 64-bit version and this makes ScriptBasic superior. ;)

EDIT But here is a question. Can a version that requires Wine to run be called a Linux version? I'm not being sarcastic. I'm just wondering.
« Last Edit: September 21, 2016, 10:24:08 AM by Tomaaz »

ZXDunny

  • Guest
Re: Logic BASIC
« Reply #8 on: September 21, 2016, 01:55:16 PM »
I'm running Mint on a few boxes here, and I've never had any problems running 32bit binaries on my 64bit systems...

I don't think anyone has, but it wasn't John's point. What John wanted to say is that FreeBasic doesn't have a proper 64-bit version and this makes ScriptBasic superior. ;)

EDIT But here is a question. Can a version that requires Wine to run be called a Linux version? I'm not being sarcastic. I'm just wondering.

No, if it requires WINE then you have to install a load of extra libraries and gubbins to your linux system in order to launch it... Oh, wait. That sounds oddly familiar... :)

dragomrak

  • Guest
Re: Logic BASIC
« Reply #9 on: September 21, 2016, 03:37:58 PM »
It looks cool and very easy to understand. I'll give it a try.
« Last Edit: September 21, 2016, 03:41:29 PM by dragomrak »

Tomaaz

  • Guest
Re: Logic BASIC
« Reply #10 on: September 21, 2016, 04:12:23 PM »
So here is another question - is Logic Basic a BASIC? Or is it another example of what is this topic about?  ;)

Quote
Font Parent.Name = "Arial"
Font Parent.Color = Blue
Font Parent.Size = 20
...
Write "Logic Basic"

No then, no else if, no for/next loop. You need to declare variables. Well...

Aurel

  • Guest
Re: Logic BASIC
« Reply #11 on: September 21, 2016, 05:28:50 PM »
Quote
So here is another question - is Logic Basic a BASIC?
Answer is simple :
YES LOGIC BASIC IS BASIC
because have BASIC in name  ;D ;D ;D
even looks unLogical  ;D

vodka is good but schnaps is better :D

ScriptBasic

  • Guest
Re: Logic BASIC
« Reply #12 on: September 21, 2016, 05:37:08 PM »
Quote
Can a version that requires Wine to run be called a Linux version?

Can a Java VM (like Android) be called a Linux program?

Tomaaz

  • Guest
Re: Logic BASIC
« Reply #13 on: September 21, 2016, 05:52:38 PM »
Can a Java VM (like Android) be called a Linux program?

What!? :) I don't understand the question. :) Are you trying to say that Android is a Windows program? Or a BSD program? :)

Well, when I install a Linux version of Java on my Linux system, I install a Linux program.

Quote
So here is another question - is Logic Basic a BASIC?
Answer is simple :
YES LOGIC BASIC IS BASIC
because have BASIC in name  ;D ;D ;D
even looks unLogical  ;D

Do you mean "illogical"? :)
« Last Edit: September 21, 2016, 05:54:26 PM by Tomaaz »

ScriptBasic

  • Guest
Re: Logic BASIC
« Reply #14 on: September 21, 2016, 06:04:14 PM »
Quote
Are you trying to say that Android is a Windows program?

Android is a VM that runs on top of Linux. Sort of like how SysWOW64 runs on top of Windows 64 bit.