|
-
Jun 14th, 2000, 11:19 PM
#1
Thread Starter
New Member
Hey guys,
I always have this unanswered question in mind. What programming language is worth learning? You see, learning VB is good but it can only create applications for Windoze. I wanna know which programming language is really worth learning, any suggestions?
PiKaPrO
=======
PiKa ProGraMMeR © 2000
[email protected] No SPAMMERS!
MSVB6.0 PRO SP3 Detected.
-
Jun 14th, 2000, 11:30 PM
#2
Fanatic Member
Ask a Cilly Question.
Iain, thats with an i by the way!
-
Jun 15th, 2000, 04:17 AM
#3
Clearly not a fan of Windows
Oh yes the Windoze line. I hear it all the time from the Apple fraternity...who still caren't get a LAN right.
Go off and learn C++, which will run on Apple OS and Linux and Unix,if your good enough to understand the OS calls
Leave immediatly...then the rest of us can get on with developing real world applications for the 90% of business that use WINDOWS....
-
Jun 15th, 2000, 07:07 AM
#4
Hyperactive Member
He's right about learning C++ and while your at it do yourself a favour and make sure you learn Java. The future doesn't look good for Windows as king of the hill, and Java works nicely with servers, embeded devices and smart cards.
"People who think they know everything are a great annoyance to those of us who do."
-
Jun 15th, 2000, 12:21 PM
#5
Thread Starter
New Member
Re: Clearly not a fan of Windows
Originally posted by Jethro
Leave immediatly...then the rest of us can get on with developing real world applications for the 90% of business that use WINDOWS....
You're wrong dude, who says I'm a hater of Windoze? You can jolly well **** off and ***! To be able to distribute your software to various OS platform is a good thing.
I have nothing to say dude. VB is good but is unable to support other OS platforms.
PiKaPrO
=======
PiKa ProGraMMeR © 2000
[email protected] No SPAMMERS!
MSVB6.0 PRO SP3 Detected.
-
Jun 15th, 2000, 11:39 PM
#6
Monday Morning Lunatic
Um...actually VB does run on macs, if you use the embedded version build into Office 98. Otherwise, use VB. Anyway, macs are painful to develop for...what kind of computer DOESN'T have a command line? Windows has one, Unix has one, BBCs were completely command-based! It's still the most effective way of writing and testing code.
-
Jun 15th, 2000, 11:49 PM
#7
Addicted Member
Try JAVA
Java is platform independant and a java program can run in windows, mac, linux, unix etc... it works a lot like C/C++ and its easy to learn. It can be used for web and application development.
-
Jun 15th, 2000, 11:56 PM
#8
Monday Morning Lunatic
Yeah, it's great. I've been using it quite a bit recently, and finding it damn easy. Performance was poor, but HotSpot (now built into J2 1.3) absolutely BURNS along.
-
Jun 16th, 2000, 07:33 AM
#9
Hyperactive Member
Parksie,
Have you been able to test HotSpot? I have high hopes for that and I'd love to know what it works like. I've unfortunatley had to take some time off from Java and been doing a lot of VB lately, but I hope to get elbow deep in Java soon.
"People who think they know everything are a great annoyance to those of us who do."
-
Jun 17th, 2000, 06:39 PM
#10
Monday Morning Lunatic
Yes. A fairly bog-standard string processing list with about 12000 items:
With HotSpot: 1.4s
Without: 8.6s
Good enough for you? 
-
Jun 18th, 2000, 07:54 AM
#11
Hyperactive Member
Wow, I think I've found something better then sex.
"People who think they know everything are a great annoyance to those of us who do."
-
Jun 19th, 2000, 10:15 AM
#12
-
Jun 20th, 2000, 06:07 AM
#13
Parksie a bit confused on that answer
Whats the difference between SDK and JRE. Me and another guy have just jumped ship to form our own company, and will need a copy of Java which can be loaded and used on Wintel machines. Only have three at the moment connected using Win98...but moving to get an NT server.
What brand would your choice be, and what other secret little add ons would we need to produce codez to move over to apple desktops etc.
Thanks in Advance
-
Jun 20th, 2000, 09:58 AM
#14
Hyperactive Member
The acronyms tell all
JRE = Java Runtime Environment
SDK = Software Devolopment Kit
the JRE has everything needed to run compiled Java programs but thats it, the SDK is for devolopers and has the compiler, debugger and various other tools. 1.3 is still in beta I believe and therefore you can only get it from sun
http://www.javasoft.com
"People who think they know everything are a great annoyance to those of us who do."
-
Jun 21st, 2000, 11:52 PM
#15
Monday Morning Lunatic
1.3 just came out of beta, and I have it (it's good, stable, and a buttload faster, as mentioned above)
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jun 28th, 2000, 04:45 AM
#16
Junior Member
leanr basic
Basic/vb is supported in macs through a wonderful proggy called real basic.. Check it out. IF you have a mac you can develope your appin a near identical to vb ide and the program will create the distributable application in both mac readable and pc readable format!!! It great and works great. You can even import vb files to it!!! My head hurts from its wonderfullness..See I am talking gibberish
-
Jun 28th, 2000, 05:56 AM
#17
Addicted Member
I havent read most of the responses above, but if you want a Truely universal language, learn java, its a compile once, then it'll run on any machine with a Java VM, also learn C++ (make sure its the standard, not some IDE specific), since if you learn C++ you can learn just about any other language (C++ covers almost all the concepts a programming language is capable of)
-
Jun 29th, 2000, 09:36 AM
#18
Addicted Member
C# havent heard a think, I know C++ been out for about a decade now, and its a major language, where did you hear about C# I doubt its going to be the next big thing if I havent heard any previews in most of the online news about it yet.
-
Jun 30th, 2000, 07:03 AM
#19
Addicted Member
Oh yea, I remeber that somewhere, M$ is trying to make a universal platform language, chances are they might not succeed much, it's almost based on VB in some cases, and like Java you need a Microsoft Virtual machine.
-
Jun 30th, 2000, 12:11 PM
#20
Monday Morning Lunatic
C# (God, what a name) is supposed to be M$'s language-of-choice for development on their new thing: Microsoft.NET (I think...). It's supposed to be like C++, but with extensions to make it much easier to get into COM, which I suppose could be useful. I just wish M$ would stop randomly creating programming languages which are similar to established (and useful) ones. VB is okay because it's derived from BG's first product.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jun 30th, 2000, 01:20 PM
#21
Hyperactive Member
I've read a few reviews of C# and I was understanding that it would only work on MS products, not be universal. Microsoft sems to deny that C# is targeted as a Java replacement but it sure seems like thats what they are doing. It includes features to make C++ easier to use such as garbage collection. (ahem already in Java) An internal report circulated through Microsoft a few years ago discussed the possiblily of creating a Java like language that would be controlled by MS.
"People who think they know everything are a great annoyance to those of us who do."
-
Jun 30th, 2000, 01:24 PM
#22
Monday Morning Lunatic
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jun 30th, 2000, 05:34 PM
#23
Hyperactive Member
COOL seemed very similar to this too, but it seems to have died a quiet death.
This is what I was reading I believe:
http://dailynews.yahoo.com/h/cn/2000...anguage_3.html
"People who think they know everything are a great annoyance to those of us who do."
-
Jul 1st, 2000, 01:14 AM
#24
Member
How fast
It seems to me you can program just about anything
in Assembly language, but it would take forever.
Definitly worth learning I still am.
VB seems to be about the fastest to program.
That why I like it, plus I'm a big windows fan
and think Bill G hung the moon.
And if you can combine the two, that awesome!
[Edited by catocom on 07-03-2000 at 05:00 AM]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|