PDA

Click to See Complete Forum and Search --> : Favorite programing language


casper3699
October 23rd, 2001, 04:19 PM
What is everybody best programming language?

Simon Templer
October 23rd, 2001, 04:23 PM
I think my favorites...so far... (In no particular order)

Visual Basic, Java, C++

:)

MrLinus
October 23rd, 2001, 04:26 PM
Well, I'm very new to programming (big newbie here and we ain't just talking about hips here) but I've found C very enjoyable thus far. ;)

I've been self teaching it to myself.

casper3699
October 23rd, 2001, 04:36 PM
So far I have only learned the basics of C++, VB, Html.:p

MrLinus
October 23rd, 2001, 04:42 PM
I thought HTML was nothing more than just a scripting language. Cuz if you're including that, then i'd include it. I've been doing HTML for well over 5 years (and none of them wimpy HTML editors.. all by hand in a text file thank you!)

poserninja
October 23rd, 2001, 05:26 PM
I would have to say that my favorite programming language is c++, i have been learning it for about 3 yrs and i know all that they can teach me in college here...hey, if anyone knows some good tuts i'm up for them, i want to know it inside and out :P

Poserninja

TeKRoMaNCeR
October 23rd, 2001, 08:59 PM
LOGO! What other program allows you to control a turtle?

xstonedogx
October 23rd, 2001, 11:27 PM
C++ is my favorite.

I had forgotten about LOGO. LOGO must be my very first programming experience. Thank you for refreshing fond memories.

For anyone interested, a simple search turned up these sites on LOGO:

http://www.edu.uleth.ca/students/logo/default.html

http://mckoss.com/logo/

http://midwich.rdg.ac.uk/staff/Ron.Brasington/Logo.WWW/Software.html

This last link has links to downloads of LOGO for Mac, DOS, and UNIX. The links point to local files, but just change the protocol from file to ftp and you will have no trouble.

jetherson
October 24th, 2001, 12:00 AM
my favorite is VB and the entire basic family (5 years)

and the web.. coldfusion/asp/php and the scripting languages .. etc. .etc..

i miss assembly language though..
mov DL,40h
cmp AL,0Bh

:p

8trak
October 24th, 2001, 12:41 AM
The entire basic family is gross!

I started with basic because my 8088 had no hard-drive, and if you started it without a floppy, then it would boot into BASIC...

But It's totally lame!
Same thing with the other versions, I used
BASIC
BASICA
GWBASIC
QuickBasic
Ms QB4.5
In that order,

then i learned some other languages,
and it seemed like basic programming isnt even really like programming... its psycho...
Like that whole lack of structure thing...
With the lack of memory control and all...

VB is okay... but its so high-level that its... Different...

Now if im doing anything important then I'll use c,
and if its just some stupid little things ill use Turbo Pascal.

Im suprised that all of you guys are so into visual programming?
I thought that this place would be filled with c fans?

-8trak

PhirePhreak
October 24th, 2001, 12:52 AM
Well, I'm a fan of C, so you shouldn't be too dissappointed. Not too great at it, but I still enjoy it. JAVA's not bad either, but C++ is MUCH better.

freeOn
October 24th, 2001, 01:16 AM
VIsual C++, and Visual Basic
I'm learning java in school and can't really make up my mind if I like it or not. I just started COBOL and I really hate it! I know it's supposed to be basic but the crap just gets so confusing.

dspeidel
October 24th, 2001, 01:57 AM
I learned C in colleague and have used it to learn Java, Perl, and ABAP (a proprietary language owned by SAP closer in syntax to Cobol). My favorite is C. VB is great for RAD (Rapid Application Development) but somewhat clunky @ runtime. HTML I consider a format tool like xml and not a language.

I once had to use 64-bit assembler -very efficient -very painful

Alcatraz
October 24th, 2001, 02:19 AM
I know vB and a bit of Java (and HTML, but like the last poster said, it's not really a language.) But which of all the various languages do you think are the most useful?

casper3699
October 24th, 2001, 02:28 AM
I know HTML is not a language but it is something i know how to write. I remember LOGO I played with that back in JR. High School.:D
C++ and VB and Java are what I think is the most usefull.
But others might think different

jiffyprogasm
October 24th, 2001, 02:30 AM
Right now it has to be HTML, and as another post says, all hand coded via notepad. I am currently self teaching Java and Perl.:D

eesy
October 24th, 2001, 03:19 AM
Its all about Perl and C++,

but HTML and javascript's fun to play with (and they are so simple)

ammo
October 24th, 2001, 05:41 AM
I do & like c/cpp (Visual C++ too), java, vb (for quick dev/UIs/database interfaces (ADO is just sooo easy))...

Dislikes: ADA (they teach it at the university I go to, though I've had those (most) courses credited; I think it's stupid to teach that as a first language since it's soooo unused...)
perl (I've used it very little, but I find the syntax weird and inconsistent... like a quote I've read before said "Perl, the only language that looks the same before and after RSA encryption!" ;)

and a few others I've tryied/use(d) (commodore 128 basic, javascript and ohter scripts...)

JC

KublaiKhan
October 24th, 2001, 07:04 AM
C. The only language that matters.

C++? Just some add-ons.....

Java? Just C++, 'cept partially interpreted, so you don't have to rewrite your sources for different machines.....

Perl? Nice, but it's not C.

Lisp? Too many parenthesis.

Assembler? Powerful, but rather more eyestrain than I like to deal with....

Gotta love C.

prof.goofy
October 24th, 2001, 07:12 AM
Prog. is not for kids, nor is i fun to makes prog's in prog lang's that are too easy. For example Java. Of all the lang's that i have seen so far, my personal fav will always remain 'C', with a mixture of assembly. There is nothing more powerful that this, there is no limits to what u can do with this combination. Next i like prog. with LISP, for it gives u extended features. But if we're speaking abt a lang. for a beginner, then there is nothing better than V.B.

DigitalDemon
October 24th, 2001, 11:24 AM
It's gotta be MoonRock/SpaceDebris.

:borg:

Chris
October 25th, 2001, 01:58 AM
Perl Perl Perl (http://www.perlmonks.org)!

By far the most enjoyable language I've stumbled across. Powerful, rapidly developed, and fun. You should definately check it out. Judging from the fact you posted this topic, I'm guessing you haven't used it much before ;-)

vaZe
October 25th, 2001, 05:50 AM
I like delphi!


_______________________________________

If you get bored check out these sites! >:)

http://www.hubcaphouse.com
http://www.strat-o-matic.com/
http://www.phonokol.com/
http://www.wonderstick.com
http://www.millenniumrecordings.com/
http://www.replay-records.com
http://boardnbike.com
http://www.californiagift.com
http://www.espace-rugby.com
http://worldrest.com
http://www.chinesesoftware.com/
http://www.bath-body.net
http://www.fliff.com
http://www.secretsbymail.com
http://www.pxmall.com/
http://www.youngsmall.com/
http://www.rifletech.com
http://www.lostisland.com
http://www.crouser.com
http://www.maxima.fr
http://www.ot-mandelieu.fr
http://aricad.fr/
http://www.maternityshoppe.com
http://www.lsrmaternity.com
http://www.honeyword.com/

^25 sites that I am attempting to deface today

plz don't re-crax k thx.

vaZe
October 25th, 2001, 06:17 AM
Why do you hate my GUTS JP !?żi

EXPLAIN why you boot me from the irc room before I say Hi.
??????????????????????????????????????????????????????


And MsMittens -- Just because you are new and you have " + " been voiced doesn't mean you should abuse your power and kick others who don't deserve to be kicked like me OFF!!!!!!!!!!!!

gaxprels
October 25th, 2001, 06:22 AM
Favorite compiled: C/C++

Favorite scripted: TCL

Other languages that are good:
Java, Perl, Pascal (for my old DOS machine), Shell scripting

XML is a data definition language, NOT a format language like HTML.
Some of the XML Schemas are used for page layout (ie XHMTL) but most are used to define data.

Happy Hacking!

KaKoKoOl
October 25th, 2001, 10:33 AM
Originally posted by TeKRoMaNCeR
LOGO! What other program allows you to control a turtle?

Logo one of my favourite languages that i have learned in early ages or i rather say its the first language I learned 8-9 yrs. ago, but still i like it ,

FD, RT like that stuff.


Besides Logo i love assembly i only know its basic but since its the most powerful language via u can do hardware interfacing thats y i like it .
No doubt C and java have gain market they cann't beat assembly.

I've started learning ASP and VB scripting these days let c where i go from here.

Lalals
October 25th, 2001, 10:55 AM
Yeah . If you learn C++ well, NO ONE will be able to challenge your programming skills.

For the web , do learn Java Script and Perl

For more mail me at kbshankar2000@yahoo.com

magic1
October 25th, 2001, 11:38 AM
assembly
python
c++

Ron the don
October 25th, 2001, 11:43 AM
I am pretty much the same as a few folk in ere
Ive done pascal,VB, java,html, n a bit of C++
but i want to learn perl next.

I dont know them through n through but i do know a fair bit on each language.

Ennis
October 25th, 2001, 06:12 PM
Originally posted by magic1
assembly
python
c++

Python, nice to see someone else with an interest, Im not bad at C either but no guru. Assembly is great for virii writers [evil people but anyway] and as for HTML and javascript, well I reckon you could teach nearly anybody HTML but not everyone could learn Perl.

Tim_axe
October 26th, 2001, 03:01 AM
For the web, I think that JavaScript is pretty good. Combined with some ActiveX controls (Mainly to Save/Load Files), I can do quite a few things with my JavaScripts...

I also Like PERL, for writing CGI scripts, but I haven't time to learn it now, especially since I'm trying to write some CGI in C++...

C and C++ are good languages, but I don't know too much about it yet.

If there were more interesting things to do in my QBASIC programming class (Since they won't let me take anything more advanced :(), then I would probably like it, but it seems that I can do more in C++ (even with my very limited knowledge of it...)

Cmd_Spook
October 26th, 2001, 07:42 AM
Visual Basic

KaKoKoOl
October 26th, 2001, 09:39 AM
Originally posted by Ennis


Python, nice to see someone else with an interest, Im not bad at C either but no guru. Assembly is great for virii writers [evil people but anyway] and as for HTML and javascript, well I reckon you could teach nearly anybody HTML but not everyone could learn Perl.


Man Assembly is not gr8 for evil ppl and for Virii, its cool cause u can control ur hardware. Most of the virus are created in VB and VC, but i have not come to know or i haven't yet seen any virus coded in assembly.

The most important thing of Assembly is that u can create C, or C++ like that languages in Assembly but u cann't create Assembly in those languages.

Ennis
October 26th, 2001, 04:05 PM
There are virii written in pure assembly Kakakool, do you have a broad interest in the subject or are you simply trying to undermine me. Yes VB is a popular language for virus coding perhaps due to its simplicity but assembly virus is not something I made up for fun.

Gobinjf
October 27th, 2001, 08:54 AM
Hello Kakakool ...

It was a long time since you said something completly stupid. Seems that you can't control on that point, do you ?

You can write a C/C++ compiler in assembly. You can also write an Assembly in C/C++ ... you can even write it in VB or prolog.

Virtually, any language is equivalent. What change is the need you have for it. You could reprogram an "hardware device handler" in C if you want (Basic would be far far far far more difficult to use, but not impossibe to use, I worked once again with a microcontroller that use BASIC to be programmed), and you can write a whole internet browser in assembly if you want. Both will be harsh works.

My favorite language, for now, is C. Pure C I mean, without C++ extensions. 80x86 assembly is also cool, but tend to be a little hard to use when it comes to code optimization, because of many many penalties rules to be checked.

I was also a great fan of Z80 and 8051 assembly.

Jean-Francois

KaKoKoOl
October 27th, 2001, 09:44 AM
Originally posted by Ennis
There are virii written in pure assembly Kakakool, do you have a broad interest in the subject or are you simply trying to undermine me. Yes VB is a popular language for virus coding perhaps due to its simplicity but assembly virus is not something I made up for fun.


No im not trying to undermine you, its just i like to learn and more abt. virii. I have developed a few virus too. I like news and views abt. virus a lot . So if u can provide me information abt. assembly viruses i'll highly appriciate it .

KaKoKoOl
October 27th, 2001, 09:55 AM
Originally posted by Gobinjf
Hello Kakakool ...

It was a long time since you said something completly stupid. Seems that you can't control on that point, do you ?

You can write a C/C++ compiler in assembly. You can also write an Assembly in C/C++ ... you can even write it in VB or prolog.

Virtually, any language is equivalent. What change is the need you have for it. You could reprogram an "hardware device handler" in C if you want (Basic would be far far far far more difficult to use, but not impossibe to use, I worked once again with a microcontroller that use BASIC to be programmed), and you can write a whole internet browser in assembly if you want. Both will be harsh works.

My favorite language, for now, is C. Pure C I mean, without C++ extensions. 80x86 assembly is also cool, but tend to be a little hard to use when it comes to code optimization, because of many many penalties rules to be checked.

I was also a great fan of Z80 and 8051 assembly.

Jean-Francois

The point i wan't to make in my post is that since assembly is mainly used in those areas where hardware is mainly involve whereas C is not used for such problems thats y i said one cann't develop assembly in C while a C can be develop in assembly. You can develop compiler of any language in any other language like i've done i develop the compiler of PASCAL in C. It wasn't that good but was my first try and i think i learn a lot from that experience.

One more thing abt. assembly ppl. can play with languages like C and Java blap balp, but one is very cousious while using assembly since it directly store values in registers and work with ur hardware.

Anyway i also recommend C , casue assembly coding is quite difficult and u have to learn lots of codes for simple operation. Thats y i've not bound myself in any language im a general programmer its upto my collegues to code the softwares that i analyze .

KaKoKoOl
October 27th, 2001, 09:57 AM
Originally posted by Gobinjf
Hello Kakakool ...

It was a long time since you said something completly stupid. Seems that you can't control on that point, do you ?

Jean-Francois


One more thing thanx for the complements

cF_nM
October 27th, 2001, 10:18 AM
Well I've gotten into a little C/C++, and just started getting into Perl. C is easy to learn and code and is fairly powerful, more powerful than C++ as far as non-graphical code goes, but if you want a mouse involved, C++ is the way to go in C/C++. But now there is C#, which is a combo of C/C++, and Java, I've heard from people who were learning it that its a pretty sweet ass languauge. But then Perl just kicks ass, its much like C/C++, but you don't have to define variables (you can if you want, but you don't have to) and no stupid header files. Plus its mult-platform without having to add extra stuff like you do in Java......

Just my 2 cents.......

ThePreacher
October 27th, 2001, 10:31 AM
:cool: I really like java and visual basic, however there is nothing like the unstructured madness of QuickBasic.

pwaring
October 27th, 2001, 12:32 PM
C/C++ is by far the best language because it allows you to do almost everything you could ever want on a computer without having to resort to writing assembly code (v. difficult!). Nearly all commercial games are written in C with a bit of assembler to speed things up

Visual Basic is okay for beginners, but it has no portability across platforms or OSs, and it's proprietory software so microsoft controls its development.

Pascal/Delphi is the best alternative to VB for beginners, but I find that it's limited when you want to perform more powerful tasks.

Perl is great for system admin on *nix, and PHP wins hands down for ease of use, portability and power on the web (which is probably why Antionline uses it to power the forums!).

pwaring.

ammo
October 27th, 2001, 10:15 PM
Originally posted by cF_nM
but you don't have to define variables (you can if you want, but you don't have to)


Not having to define variables can be "risky" and hard to debug when you're program gets big...
I think forcing yourself to declare/define variables is good programing practice....

JC

jetherson
October 27th, 2001, 11:30 PM
i use vb to create systems more often than any other language because it's fast to use (RAD). if i have more time, i'd use another language. also, i choose cf for web development because for the past few months, my clients wants to have fast results. i'd use php if i have more time. besides, i still consider myself new in php world. but hey, this thread is talking about your favorite language. so peace! :p

casper3699
October 28th, 2001, 01:28 AM
I didn't think that i would get this many replies.

jetherson
October 28th, 2001, 08:47 AM
you should've expected this is the world of programmers. just shown you that we appreciated your thread. :p

Stronzo
October 30th, 2001, 04:39 AM
Originally posted by ammo
I think forcing yourself to declare/define variables is good programing practice....

So true. When those memory leaks start happening don't come whining to me cuz you forgot what variables you made and what variables you forgot to destroy.

psyk0path
October 30th, 2001, 05:48 AM
Originally posted by ThePreacher
:cool: I really like java and visual basic, however there is nothing like the unstructured madness of QuickBasic.

the gorilla and nibbles/snake games for QuickBasic were quite amusing. i also remember driving everyone in the computer room nuts by programming a siren.

as far as programming goes, BASIC and the other BASICs were fun and easy to learn (i first learnt it on a CP/M).

Visual Basic, although Microsoft, is also easy to learn and use, although my use for it is limited to Excel.

even with C++, java and C# around i think C still a good language to learn.:D

Kezil
October 30th, 2001, 11:54 PM
on the side, anyone know any good compilers that work in C/C++, Perl, VBasic(if possible), assembly, and maybe more?
thanks

Simon Templer
October 31st, 2001, 01:14 AM
hello Kezil,

I'm not sure what operating system your using, but if you are running Windows, I can offers a few places to find compilers & interpreters.

For C++ I recommend you take a look at Borlands Website, they have alot of FREE tools available including a free C++ compiler (I think for the compiler & debugger, it was about a 9-10MB download).

If you interested in Perl ... I suggest that you visit ActiveState, they (according to my reading) are the leader in Perl Development on a Win32 system. They have a free downloadable interpreter (About a 9MB Download) with lots of good documentation.

Visual Basic, hmmm, that's a tough one, I have yet to see a Visual Basic Compiler that is available for FREE.

Assembly, again Borland has alot of great tools, but I think you have to pay for Borlands Turbo Assembler, however, Micro$oft released a FREE assembly compiler called MASM.

More...

If your interested in learning Java, I would highly recommend that you visit Sun MicroSystems (The Creators of Java) they have a FREE compiler for Java as well as documentation and a very comphrensive tutorial. Also, I would suggest a program called RealJ, its not a compiler, but a great text editor for Java, It's FREE and well worth the measly 800k download.

You can find links to all the above tools at my site:
www.geocities.com/pharmicomlabs

Under the "Programming Tools" section.

I hope this has helped :)

Kezil
October 31st, 2001, 01:29 AM
wow...M$ gave something away for free?!?!?:eek:

Anyway, thanks for all the compiler links, I'll definately look into them, but my question was more if anyone had created a single compiler that worked for all those languages. If not, then there's an idea for me (or perhaps one of you intelligent programmers out there) to work on. Got alot of work to do though, only know a bit of VB and beginning to learn C/C++(which gets my vote, so far).

Again, thanks

casper3699
October 31st, 2001, 06:29 AM
My college sucks.:(
I tried to sign up for a Microsoft Infrastructure class and for a java programming class, but I need like 50 million prerequesites. It sucks I now basics for c++ and VB plus I am a tech for a computer repair shop and we work with networking Win2K machines all day.
At least I got a programming class and Cisco.:)

sparkant
October 31st, 2001, 01:12 PM
Well, it seems that I'm following the others with LOGO, except it wasn't the first I learned. I began writing DOS-batch scripts, after that I had LOGO on school. I learned myself Turbo Pascal, but I got bored on that one too. Then I began learning Assembly language. Til now, that's still my favorite. Afterwards I also learned C/C++ and HTML.

That's all folks!

Grtz,

LoggOff
October 31st, 2001, 02:01 PM
I played with HTML for about a year and got bored. but i started on DOS batch files and moved to the *laughably* more powerful BASIC (yeah right). then i got bored and moved into linux and do most of my coding there in C++, though i dont claim to be a master by any means, or really all that good at all

sebastos12
November 1st, 2001, 05:39 PM
My best languages r the visual basic 6 and the java i'm studying on them and these are easy for me.

thinkt4nk
November 1st, 2001, 07:39 PM
C++ and Perl. Definitely!

kushiel
November 2nd, 2001, 03:09 AM
My favorites are Visual Basic and HTML(despite not being a language).

faith_in_death
November 2nd, 2001, 05:40 AM
The coolest languaje is c++ with the ansi adition...
you can do wathever you want with it....

pwaring
November 2nd, 2001, 03:08 PM
Originally posted by Kezil
on the side, anyone know any good compilers that work in C/C++, Perl, VBasic(if possible), assembly, and maybe more?
thanks

Dev-C++ (http://www.bloodshed.net/) is a good C/C++ compiler that works under Windows. It's free and open source.

As for assembly, I've used TASM (turbo assembler) from Borland but I'm not sure where you'd get it from now. Visual C++ also has built-in support for assembly using MASM.

pwaring.

pwaring
November 2nd, 2001, 03:18 PM
I know how you feel, I have to learn VB at college even when I already know most of the basics of C/C++ (i/o streams, file streams etc.). It's made even worse by the fact that my teacher assumes we know nothing about programming and talks to us as if we were complete morons!

The only reason I'm at college is because I need a piece of paper that says I can do what I already can.

pwaring.

ammo
November 2nd, 2001, 07:30 PM
Originally posted by pwaring
I know how you feel, I have to learn VB at college even when I already know most of the basics of C/C++ (i/o streams, file streams etc.). It's made even worse by the fact that my teacher assumes we know nothing about programming and talks to us as if we were complete morons!

The only reason I'm at college is because I need a piece of paper that says I can do what I already can.

pwaring.

Yeah, I know the feeling... I admit I have still some things to learn, but it's so infuriating when your teacher assumes you know nothing... My worst case of that was in highschool, we were doing BASIC on commodores 128 (don't ask!) Heck, we spent 3 months "programming" pictures and music (you know, drawing with insturcition like in logo and translating sheet music note by note... I mean, I SOOO hated that.. it's not even programming, but the other kids in the class thought it was fun.. argh!

Ammo

Yellow_Fish
November 2nd, 2001, 08:01 PM
My favourite are:visual c++,pascal and html.
I know basics of the visual c++ and pascal.

souleman
November 2nd, 2001, 10:10 PM
gotta be asm. Where else do you have so much control.

Now if I only hat the time to learn it.....

smirc
November 3rd, 2001, 01:36 AM
C - it rocks cause it's so powerful and so universal
C++ - it rocks cause it's an OOP language as well as the above
Java - very nice cause it's OOP and completely portable

darkes
November 3rd, 2001, 11:40 AM
Not usually much cause to use this nowadays, but you'd be surprised at what you can achieve by working at the 'nuts & bolts' level.

RWA
November 4th, 2001, 02:08 AM
Goodness, I read through the whole thread, to find only one person that favors Delphi. I think Delphi is one of the best out there, being so versatile. Im aslo very attracted to PHP. Of course the staple C++, and VB are all very good as well.

at0m
November 9th, 2001, 04:37 AM
s/c++/perl/g

baby8dingo
November 9th, 2001, 05:03 AM
I prefer c over c++ even though c is a subset.
I really like assembly because there is not much to be taken for granted.
Scheme is third even though it is a little slippery at first it is pretty cool once you get the hang of it.

pwaring
November 10th, 2001, 12:07 PM
Originally posted by RWA
Goodness, I read through the whole thread, to find only one person that favors Delphi. I think Delphi is one of the best out there, being so versatile. Im aslo very attracted to PHP. Of course the staple C++, and VB are all very good as well.

Delphi isn't really a programming language, it's more an IDE for programming in Pascal.

SolidPez
November 11th, 2001, 05:52 PM
C/C++,Java(does that count?),and Python

SolidPez
November 11th, 2001, 05:53 PM
OOOOh how could i forget.....LOGO! I dreaded logo back in fourth grade, but now I admire the bugger!

souleman
October 7th, 2003, 10:48 PM
Hahaha, I'm bored..

This thread contains my very first post ever on antionline... my birthday in 2001....

Decided today would be a good day to hunt for it because I will forget to do it on the 2nd cause I will be to drunk to be online, and I will forget to to it on the 29th of october becaue if I am online, i will just be posting to celebrate the fact that I have been a member for 2 years :D

TheRepublican
October 14th, 2003, 04:04 AM
I like perl when I want something done quick and done right.
I like C#, VB .Net, J#, Managed C++, and Java for when I'm feeling lazy.
I like C, C++, and Assembler for when someone else is maintaining my code. :D
I like Pascal for when .... :confused:
I like VB for COM programming.
I like VBScript for ASP programming.

I believe in the right language for the right job ;)

White_Eskimo
October 14th, 2003, 04:07 AM
i like HTML because i am an uber h4xwh0r3 1337 c0d3r

jk...C++ was my first i learned when i was 12...first language always is your favorite...

tekno
October 14th, 2003, 06:17 AM
I really like coding in PERL, but I always like a good shell script :p

Red_Asphalt
October 14th, 2003, 06:19 AM
Well Happy Birthday Souleman!!!!!

Scatman420
October 14th, 2003, 07:27 AM
C++ is great and versatile. I would have to say that I also enjoyed quickbasic when it was back in it prime (if ever). I would have to say that C# is definetly not sweet. Looks like some wackos at Sun Micro and Microsoft threw Java and C in a pot and C# just popped out. It a very complicated language and if your not making web-based apps, you'd better put on your game face. C++ for life. And maybe some java when im in hell...:(

scat

Gigabite
October 14th, 2003, 07:38 AM
The BASIC faily and the C/C++ are the favourite.

:)

Nightfalls_Girl
October 14th, 2003, 07:40 AM
self teaching myself HTML and VB...
first ever was Hyper card then Hyper Studio then Pascal. I REALLY LIKED pascal... tho it was on them crappy mac computers...


Nightfalls_Girl

Zabbot
October 14th, 2003, 09:27 AM
I would say C++, since its the ony language Im a bit learned in.
C++ combined with OpenGL is very fun to play around with :D

cleanbash
October 14th, 2003, 11:50 AM
My absolute favourite is Delphi, but I also like other languages like C#, C++, Assembler, Pascal, Qbasic, and for graphics OpenGL. For scripting I always use Javascript, PHP and Perl.

Q-bel
October 14th, 2003, 03:58 PM
Well my first fond memory of programming would always be with VB but theres nothing like
C++. Object oriented programming RULES

mnchur
October 14th, 2003, 04:59 PM
python, c+, perl

although i know html and some java as well

FamStars&Straps
October 14th, 2003, 05:46 PM
Vb is my favorite...mostly because it fixes most syntax for you :D


w00t for being lazy!

steve.milner
October 14th, 2003, 05:49 PM
Originally posted here (http://www.AntiOnline.com/showthread.php?threadid=#post) by Nightfalls_Girl
self teaching myself HTML and VB...
first ever was Hyper card then Hyper Studio then Pascal. I REALLY LIKED pascal... tho it was on them crappy mac computers...


Nightfalls_Girl

Have you tried Delphi or Kylix from Borland ?

Pascal grown up!

Steve

GreekGoddess
October 14th, 2003, 06:02 PM
Well, I grew up on BASIC, so I'd have to say VB as my first and C++ secondary.

I also enjoy HTML...but for most people who know me, that's a given.

da_zero
October 14th, 2003, 06:20 PM
I think PHP Is the Best Language to start from ,,,,

ch0c0l4t3
October 14th, 2003, 06:35 PM
Sure !! C and the family is the best

Nightfalls_Girl
October 14th, 2003, 11:36 PM
Originally posted here (http://www.AntiOnline.com/showthread.php?threadid=#post) by steve.milner


Have you tried Delphi or Kylix from Borland ?

Pascal grown up!

Steve

no i have not tryed them, Pascal was one of the topics in the SDD course that im studying (SDD= Software Design & Development)



Nightfalls_Girl

AngelicKnight
October 15th, 2003, 03:37 AM
Right now I'm really hung on JavaScript, but I also get a kick out of VisualBasic. I used to be fairly proficient in C++, but I've forgotten almost of all it since I changed my major from Computer Science over to MIS. Nonetheless, I'd have to say those are my top three.

RcT_ZykoN
October 21st, 2003, 04:43 AM
ok so i have dicided to devote my entyr life to learnign languages, what in order shoudel i learn in order to be fluint in computer security? and were are sum good tuts, that are easy to read cuz i have a hard time readign tuts(can read a 2000 page book in a few days biut not a tut...) :mad:

Juridian
October 21st, 2003, 05:07 AM
The first language i recommend picking up is english. Once you have mastered that....c, c++, perl, java or maybe c#.

riya_here
October 21st, 2003, 03:10 PM
my fav programming lang is... C/C++, VB.Net is second best!!

whereas scripting languages are concerned HTML and Javascript are my favourites..
riya

jdenny
October 21st, 2003, 03:25 PM
The first language i recommend picking up is english. Once you have mastered that....c, c++, perl, java or maybe c#.
Hey, english is actually my third language in real life. When I learned C/C++, I read many C/C++ books written in english, and both my english and my C/C++ got better since then...

Peace always,
<jdenny>

amazing_frds
October 21st, 2003, 03:27 PM
my favourite prog lang are C++(all time fav), J2EE and VB.Net

PM8228
October 21st, 2003, 03:38 PM
Known: Visual Basic, C++, HTML, JScript
Favorite: C++

Need to Learn: PHP, PERL, CGI, Java

Juridian
October 21st, 2003, 03:58 PM
Originally posted here (http://www.AntiOnline.com/showthread.php?threadid=#post) by jdenny

Hey, english is actually my third language in real life. When I learned C/C++, I read many C/C++ books written in english, and both my english and my C/C++ got better since then...

Peace always,
<jdenny>

Hehe....english is by no means a real prerequisite for learning to code. I was simply commenting on the post before mine (I should have put a quote to make it more clear) and his erm....ability to express himself.

Qualm
October 21st, 2003, 10:07 PM
Known (in the order I learned them): BASIC, Pascal, C, dBase, PAL (Paradox Application Language) ObjectPAL, Visual Foxpro, VB, Java, VB.NET

Favorite: VB.NET

p.s. I *HATE* Perl. Can't stand it. Tried to learn it, hated it. LOATHED it. Anyone who thinks Perl is a good language should be surrounded by a chorus of Namibian forest pygmies ranting about the suckiness of Perl in that click-based language they speak, 24/7.

- Qualm

phats
October 25th, 2003, 07:55 AM
Def C++, I know C as well, very similar but I learned C++ first so I am kinda partial to it. I used to know Visual Basic, but that was like 6 years ago and I think I have forgot it all by now. Anyway, C++ is for sure my fav.

th3spid3r
October 25th, 2003, 10:16 AM
its gottta be
1. perl - for its socket programming features
2. vb.net - for it user friendly approach
3. C++ - thats what i call a real language.....


TH3 SPID3R