 |
01-11-2004, 06:47 PM
|
#1 (permalink)
|
|
Broken In
Join Date: Jan 2004
Location: /bin/sh
Posts: 158
|
Linux and VB? like gin and vodka?
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!  )?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
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
02-11-2004, 01:08 PM
|
#2 (permalink)
|
|
Human Spambot
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
|
Quote:
|
Originally Posted by lamrinnirmal
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?
http://www.thinkdigit.com/forum/viewtopic.php?t=7424
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
|
|
|
02-11-2004, 01:11 PM
|
#3 (permalink)
|
|
Apprentice
Join Date: Mar 2004
Posts: 84
|
you can try xbasic for linux. its a bit like vb - i think,
__________________
Victory breeds hatred, for the defeated live in pain. Happily live the peaceful, giving up victory and defeat.
|
|
|
02-11-2004, 01:45 PM
|
#4 (permalink)
|
|
Right Off the Assembly Line
Join Date: Aug 2004
Location: Mangalore
Posts: 35
|
if u know... Java.. then it is like Fanta & Vodka and Limca & Gin he heh e
__________________
~Think Globally... Act Locally......!!!~
|
|
|
03-11-2004, 01:09 AM
|
#5 (permalink)
|
|
Coming back to life ..
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
|
Well.. I think Mono is a good bet .. And there are many IDEs for Java floating around ...
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
|
|
|
03-11-2004, 06:45 AM
|
#6 (permalink)
|
|
Wise Old Owl
Join Date: Aug 2004
Location: New Delhi
Posts: 1,150
|
you guys can go on and on but there is nothing to beet the good old RUM + Cola ie the mother of all -> C language.
__________________
**** happens
|
|
|
03-11-2004, 12:57 PM
|
#7 (permalink)
|
|
Broken In
Join Date: Jan 2004
Location: /bin/sh
Posts: 158
|
thanks tuxfan for your tips. i think i ll dive into both now and whichever appeals i ll do that
|
|
|
03-11-2004, 02:46 PM
|
#8 (permalink)
|
|
Human Spambot
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
|
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
|
|
|
03-11-2004, 03:58 PM
|
#9 (permalink)
|
|
In The Zone
Join Date: Mar 2004
Location: Kolkata - INDIA
Posts: 301
|
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
__________________
www.aloke.info
|
|
|
03-11-2004, 04:06 PM
|
#10 (permalink)
|
|
Right Off the Assembly Line
Join Date: Aug 2004
Location: Mangalore
Posts: 35
|
What id DotGNU can u explain a bit... Firewall.. Pleeeeeeez
__________________
~Think Globally... Act Locally......!!!~
|
|
|
03-11-2004, 05:15 PM
|
#11 (permalink)
|
|
In The Zone
Join Date: Mar 2004
Location: Kolkata - INDIA
Posts: 301
|
__________________
www.aloke.info
|
|
|
04-11-2004, 11:12 PM
|
#12 (permalink)
|
|
Broken In
Join Date: Feb 2004
Location: nagpur
Posts: 106
|
hmm.. i m learning .. thanx guys
__________________
Life is a game.....Play it to win.
|
|
|
05-11-2004, 06:07 PM
|
#13 (permalink)
|
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
Re: Linux and VB? like gin and vodka?
Quote:
|
Originally Posted by lamrinnirmal
now is learning the two a bad combination(like gin and vodka!  )?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: http://gambas.sourceforge.net/screenshots.html
Screenshots:
But then you also have a host of user interface building tools at your disposal, my pick, Tcl/Tk with Python
|
|
|
05-11-2004, 06:26 PM
|
#14 (permalink)
|
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
Quote:
|
Originally Posted by tuxfan
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...
|
|
|
05-11-2004, 06:55 PM
|
#15 (permalink)
|
|
Human Spambot
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
|
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.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
|
|
|
06-11-2004, 09:21 AM
|
#16 (permalink)
|
|
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!
|
|
|
|
07-11-2004, 02:48 PM
|
#17 (permalink)
|
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
Quote:
|
Originally Posted by tuxfan
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 < http://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.
|
|
|
07-11-2004, 02:50 PM
|
#18 (permalink)
|
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
Quote:
|
Originally Posted by Anonymous
yeah gambas looks cool. and i think its for basic. thats what bas stands for.i think! 
|
Quote from Gambas FAQ section: < http://www.binara.com/gambas-wiki/bi...bas/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!
|
|
|
08-11-2004, 01:00 PM
|
#19 (permalink)
|
|
Human Spambot
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
|
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
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
|
|
|
08-11-2004, 01:13 PM
|
#20 (permalink)
|
|
In The Zone
Join Date: Mar 2004
Location: Kolkata - INDIA
Posts: 301
|
This is i think Hackers and especially hackers from MIT tradition is to choose acronyms and abbreviations to refer humorously .
__________________
www.aloke.info
|
|
|
17-11-2004, 12:29 PM
|
#21 (permalink)
|
|
Broken In
Join Date: May 2004
Location: Planet Earth
Posts: 174
|
hey my introduction to oss was when i started working on Qt-a rapid application development toolkit for multiplatforms.I is much easier and more advantaged than VB
__________________
The WaNNaB GeeK iNHOUSe
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|