For discussions about programming and projects not necessarily associated with Porteus.
-
bigbass
- Contributor

- Posts: 151
- Joined: 13 Jan 2012, 14:35
- Distribution: slackware 14
Post#1
by bigbass » 03 May 2012, 13:21
Bacon has a lot of power you can place things
exactly where you want them on the GUI and is very fast the end result gets compiled into a binary
writing code in just Bacon is easy so that won't get explained here
The GUI part of the code needs to be explained (it uses HUG) so that you can get started with making your own apps
I am doing all of the gtkdialog examples translated to BaCon ... well one at a time
http://basic-converter.proboards.com/in ... thread=263
Joe
bigbass
-
bigbass
- Contributor

- Posts: 151
- Joined: 13 Jan 2012, 14:35
- Distribution: slackware 14
Post#3
by bigbass » 19 Jul 2012, 14:51
will update
bigbass
-
wread
- Module Guard

- Posts: 1257
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
-
Contact:
Post#6
by wread » 02 Dec 2012, 21:55
Hi bigbass!
Would it be possible (of course with affordable changes) to port Windows VB applications to Linux using Bacon, question mark.
I am trying to compile Gambas for Porteus for that target; but it is a big task and I don't know if I'll succed in my final purpose. If Bacon does the job, why then Gambas..
Regards

Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
wread
-
bigbass
- Contributor

- Posts: 151
- Joined: 13 Jan 2012, 14:35
- Distribution: slackware 14
Post#7
by bigbass » 02 Dec 2012, 22:43
Hey wread
Bacon uses "basic" and it uses something called HUG to make the GUI's but manually
however gambas has code like visual basic and a RAD rapid application development like visual basic
but heavy to run and use but is professional and complex
Bacon and HUG is more hands on but the resulting code is fast and very small (it even works on android)
if you ever decide to use BaCon join the forum I wrote a tutorial showing example widgets
that have been tested on porteus
As a side note I started programming in assembly and Qbasic when I was a student a long time ago * An Electronics tech
and basic still has a lot of power even more now that you can compile it and run it on linux
you can run bash commands from the system also
anyway there are some nice people over there too that enjoy coding
Pjot ... Peter the author joins in on the action and offers advice
He is a GTK ,basic ,and C code guru so there's always something fun to learn
Joe
bigbass