BaCon the classic basic language to a compiled C app

Here is a place for your projects which are not officially supported by the Porteus Team. For example: your own kernel patched with extra features; desktops not included in the standard ISO like Gnome; base modules that are different than the standard ISO, etc...
User avatar
bigbass
Contributor
Contributor
Posts: 151
Joined: 13 Jan 2012, 14:35
Distribution: slackware 14

BaCon the classic basic language to a compiled C app

Post#1 by bigbass » 30 Jan 2012, 00:33

BaCon converter

main official website
http://www.basic-converter.org/

some more apps you can compile
http://basic-converter.proboards.com/
I use the nick big_bass elsewhere

My first post so I want to say that Porteus is the best live cd I have used in years

Image

all 32 bit pre compiled with source code included


this installs bacon as a package
BaCon-0.26 and HUG .79 slackware 13.37 packaged 32 bit version
http://bigbass-porteus.googlecode.com/f ... 2_PORT.txz



bacongui dev tool IDE with syntax highlighting
http://bigbass-porteus.googlecode.com/f ... 2_PORT.txz

dependency
http://bigbass-porteus.googlecode.com/f ... -1_SBo.tgz


Code: Select all

    installpkg bacon-0.26-i486-2_PORT.txz



I compiled this and packaged it for Porteus but it will work on any slackware 13.37 based
distro

just making it even easier for anyone who wants to get started quickly


with menu entry in development
Image

making BaCon couldn't be easier :)

Joe




UPDATED geany version
***********************extra power**********************************************

BaCon could use any editor but I hacked geany to add Bacon keyword highlighting
and added the ability to compile BaCon apps within geany without any command line options
so it makes getting started very easy

One thing you must do is install the geany package first I compiled on Porteus from the slackbuild
so you get the official ---->any geany package would work if you already have geany
http://bigbass-porteus.googlecode.com/f ... -1_SBo.tgz

Second then install my hack which declares all of the BaCon keyword highlighting
and allows the inside geany compile with the compile icon 8)
http://bigbass-porteus.googlecode.com/f ... 7_PORT.txz

**The reason I didn't hack the geany sources is that is no picnic and the way I did it will work for any version of geany since it works with configuration files that are read after compile time
Last edited by bigbass on 23 Jul 2012, 01:22, edited 4 times in total.

User avatar
bigbass
Contributor
Contributor
Posts: 151
Joined: 13 Jan 2012, 14:35
Distribution: slackware 14

Re: BaCon the classic basic language to a compiled C app

Post#2 by bigbass » 10 Jul 2012, 03:31

combined info into the first post so deleted this
Last edited by bigbass on 22 Jul 2012, 16:14, edited 4 times in total.

konaexpress
White ninja
White ninja
Posts: 15
Joined: 14 Jun 2012, 02:44
Location: California

Re: BaCon the classic basic language to a compiled C app

Post#3 by konaexpress » 10 Jul 2012, 14:42

Hi Bigbass!

Thanks for making this app available to us.

-John

User avatar
bigbass
Contributor
Contributor
Posts: 151
Joined: 13 Jan 2012, 14:35
Distribution: slackware 14

Re: BaCon the classic basic language to a compiled C app

Post#4 by bigbass » 23 Jul 2012, 01:24

updated geany version

repackaged geany bacon

Post Reply