Embedded FreeBasic in another langage ?

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
panoramic
Posts: 5
Joined: Feb 28, 2013 18:17
Location: France
Contact:

Embedded FreeBasic in another langage ?

Post by panoramic »

May I distribute for free, a software like an IDE with embedded FreeBasic inside it ?
Let me explain.
Taking as example Lazarus having embedded FreePascal, I would like to build a high level language with graphic objects, using FreeBasic. I develop a Basic dialect interpretor since 2005 (http://panoramic-language.pagesperso-or ... index.html) and I would like to give a new step to my language using FreeBasic as "hidden" compiler.
I know that FreePascal and FreeBasic are licensed GPL, but nobody developped a new language based upon FreeBasic.
Is is allowed ?
marpon
Posts: 342
Joined: Dec 28, 2012 13:31
Location: Paris - France

Re: Embedded FreeBasic in another langage ?

Post by marpon »

I have seen at least 2 existing solutions using Freebasic

Oxygenbasic http://www.oxygenbasic.org/

Thinbasic http://www.thinbasic.com/
marcov
Posts: 3503
Joined: Jun 16, 2005 9:45
Location: Netherlands
Contact:

Re: Embedded FreeBasic in another langage ?

Post by marcov »

Is "embedded" packaged or linked in?
relsoft
Posts: 1767
Joined: May 27, 2005 10:34
Location: Philippines
Contact:

Re: Embedded FreeBasic in another langage ?

Post by relsoft »

panoramic wrote:May I distribute for free, a software like an IDE with embedded FreeBasic inside it ?
Let me explain.
Taking as example Lazarus having embedded FreePascal, I would like to build a high level language with graphic objects, using FreeBasic. I develop a Basic dialect interpretor since 2005 (http://panoramic-language.pagesperso-or ... index.html) and I would like to give a new step to my language using FreeBasic as "hidden" compiler.
I know that FreePascal and FreeBasic are licensed GPL, but nobody developped a new language based upon FreeBasic.
Is is allowed ?
I like this idea a lot!
Merick
Posts: 1038
Joined: May 28, 2007 1:52

Re: Embedded FreeBasic in another langage ?

Post by Merick »

To answer your question, yes. You can do whatever the heck you want with it (binaries and/or source code and/or anything based on the source code) as long as you package it with a copy of the liscences that FB uses:

http://www.freebasic.net/wiki/wikka.php ... nuLicenses
Post Reply