Page 1 of 1

BaCon the classic basic language to a compiled C app

Posted: 30 Jan 2012, 00:33
by bigbass
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

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

Posted: 10 Jul 2012, 03:31
by bigbass
combined info into the first post so deleted this

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

Posted: 10 Jul 2012, 14:42
by konaexpress
Hi Bigbass!

Thanks for making this app available to us.

-John

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

Posted: 23 Jul 2012, 01:24
by bigbass
updated geany version

repackaged geany bacon