Linux and VB? like gin and vodka?

Status
Not open for further replies.

lamrinnirmal

Journeyman
ok......this aint about alcohol.lol.just to grab the attention of you dudes.

anyways i always programmed in C and C++ on windows but lately i picked up a book on VB and i like it cause the WYSIWYG factor is more in VB! but then i picked another book on redhat since i ve been promising myself to learn it for a real long time and i got it installed on my system also when digit gave it on their dvd!
now is learning the two a bad combination(like gin and vodka! :lol: )?its like entering the windows and linux world at the same time isnt it?

come on gurus tell me fast so i know which book to dump. i don mind reading both though
 

tuxfan

Technomancer
lamrinnirmal said:
i don mind reading both though
Knowledge gained is never useless. Learn as much as you can. You never know what will be useful when. But if you intend to work on the GNU/Linux platform only, VB would not be of much help to you. You will be able to use your knowledge of C/C++ anyway :)

But if you intend to do programming under Windows, VB is good.

If you intend to use GCC libraries (under GNU/Linux), you can't make proprietory softwares (I think so). You can sell your software, but opening the source, permitting re-distribution, etc. is compulsory.

Anyway, have a look at this thread. Discussion about free software is going on there. ;) May be its useful to you.

Free vs. Prop. Software. Is free financially viable?
*www.thinkdigit.com/forum/viewtopic.php?t=7424
 

tuxfan

Technomancer
Also, have a look at what Batty suggested. I missed it out. Mono is surely a good choice. It is an open source substitute of Visual Studio.Net. If you want more information on Mono, I can scan and mail you some articles :)
 

firewall

In the zone
well... then i would suggest DotGNU :) why to use proprietary languages like .NET. if you wis hto run your web apps on .NET servers, use DotGNU :)

;)
 

GNUrag

FooBar Guy
lamrinnirmal said:
now is learning the two a bad combination(like gin and vodka! :lol: )?its like entering the windows and linux world at the same time isnt it?
As tuxfan said, learning up something is never a bad thing... keep it up... be do keep in mind the relevence of what you're learning....

I think what you're looking for is Gambas .... its a kind of VB like interface builder... and you wont have any learning curve in front of you !
Check: *gambas.sourceforge.net/screenshots.html

Screenshots:
*gambas.sourceforge.net/t-2002-08-10.png

But then you also have a host of user interface building tools at your disposal, my pick, Tcl/Tk with Python
 

GNUrag

FooBar Guy
tuxfan said:
If you intend to use GCC libraries (under GNU/Linux), you can't make proprietory softwares (I think so).
Yes exactly, the gcc libraries like glibc and others are licenced under GPL... now if your app is using the glibc as a staticaly linked library (or as a shared library or whatever) .... you cannot create proprietary software out of it since your program depends upon a GPL software...
 

tuxfan

Technomancer
Wow!! GNUrag, is this gambas good? I am totally out of touch with C. Do I need to know it if I want to use gambas? I will check out the site. But please tell me as much as you know. Thanks. :)
 
G

Guest

Guest
yeah gambas looks cool. and i think its for basic. thats what bas stands for.i think! :? it looks pretty cool too. thanks gnurag! all we need is more documentation for now!
 

GNUrag

FooBar Guy
tuxfan said:
Wow!! GNUrag, is this gambas good? I am totally out of touch with C. Do I need to know it if I want to use gambas? I will check out the site. But please tell me as much as you know. Thanks. :)
NO, you dont have to recall C knowledge... its based on Basic... so a knowledge of VB would help.... I haven't tried it myself but have heard many positive reviews for Gambas...

Just go over to its homepage < *gambas.sourceforge.net/ > and check out its features for yourself... it has an excellent FAQ and help section but it does not have a tutorial section.... anyways do check out its homepage...

[OFF TOPIC]
a quote from the author of Gambas from its homepage :

Later, during my studies at the E.P.I.T.A., I wrote a Lisp interpreter under Windows 3.1. During six months, I discovered Windows, its stupid memory model, the Microsoft C compiler, and its numerous bugs.
 

GNUrag

FooBar Guy
Anonymous said:
yeah gambas looks cool. and i think its for basic. thats what bas stands for.i think! :?
Quote from Gambas FAQ section: < *www.binara.com/gambas-wiki/bin/view/Gambas/WebSiteFAQ >

It seems that free projects name are often animals, especially the programming language ones: Python, Camel, Bonobo, etc.

And I wanted to have a recursive acronym with the word "Basic" in it. So, Gambas Almost Means BASic!
 

tuxfan

Technomancer
I wonder why is there such a hugh inclination for recursive names in Free Software writers!! GNU, PHP, GAMBAS, etc.

Anyway, I will wait if Digit gives gambas on its CD/DVD. I have put in a request at the right thread. Lets see :)
 

firewall

In the zone
This is i think Hackers and especially hackers from MIT tradition is to choose acronyms and abbreviations to refer humorously .

:)
 
Status
Not open for further replies.
Top Bottom