[Log in / Register]
| News | Chat | Pastebin | Donations | Tutorials | Rules | Forums |
| Maps | Skins | Icons | Models | Spells | Tools | Jass | Packs | Hosted Projects | Starcraft II Modding | Starcraft II Resources | Galaxy Wiki |
(Keeps Hive Alive)
Go Back   The Hive Workshop > Town Hall > Off-Topic > Computer Tech


Computer Tech Discuss topics related to computer hardware, software and technology in this tech forum.

Closed Thread
 
Thread Tools
Old 03-08-2010, 03:35 PM   #1 (permalink)
Registered User Mallaboro
TriggersOlawdy
 
Mallaboro's Avatar
 
Join Date: Dec 2008
Posts: 235
Mallaboro has little to show at this moment (33)Mallaboro has little to show at this moment (33)Mallaboro has little to show at this moment (33)Mallaboro has little to show at this moment (33)
Quote What was the first programming language you learned?

Tell me about it here. I just started learning C# and I'm interested in hearing peoples experiences and stories related to their first programming language.

__________________


Last edited by Mallaboro; 03-09-2010 at 06:46 AM.
Mallaboro is offline  
Old 03-08-2010, 04:02 PM   #2 (permalink)
Registered User Vengeancekael
Touch
 
Vengeancekael's Avatar
 
Join Date: Aug 2009
Posts: 5,606
Vengeancekael has a brilliant future (1981)Vengeancekael has a brilliant future (1981)Vengeancekael has a brilliant future (1981)
Former Staff Member: This user used to be on the Hive Workshop staff. User of the Year: 2012 Merit Badge - Level 0: This user has proven to be extremely valuable to the Warcraft III Modding Community. 
Delphi (Pascal)
Now learning Java.
Vengeancekael is offline  
Old 03-08-2010, 04:06 PM   #3 (permalink)
Registered User shiiK
theus-smythe @deviantArt
 
Join Date: Sep 2008
Posts: 1,823
shiiK has disabled reputation
Texturing Contest #19 - Winner: Mountain Legend PayPal Donor: This user has donated at least $20 to The Hive. 
Depends on what counts as learned and also how broad "programming language" is.. I'd go out on a limb and call XHTML, XML and HTML programming languages; thus HTML was my first. Otherwise the first language I truly learned is Java, and the first I used was LUA.
__________________
People who are interested in maintaining contact with yours truly may want to know that I can be contacted on DEVIANTART.

I'd like to apologise to the remaining part of the community for removing my resources (not implying they are of importance to anyone), but I do so to honour fellow contributors to the community who have been banned due to recent events.
shiiK is offline  
Old 03-08-2010, 04:26 PM   #4 (permalink)
Registered User The Reborn Devil
Resigned
 
The Reborn Devil's Avatar
 
Join Date: Dec 2006
Posts: 1,414
The Reborn Devil is a splendid one to behold (837)The Reborn Devil is a splendid one to behold (837)The Reborn Devil is a splendid one to behold (837)The Reborn Devil is a splendid one to behold (837)
The first I used and learned is HTML/XML/JavaScript(not that good on that one)/CSS.
The first I used but didn't learn, or almost learned (I understand it pretty good) was LUA.
Then came JASS if you can call that a programming language. After that vJASS then C++, and last but not least Java.
__________________
♥ enjoy ♥:D
The Reborn Devil is offline  
Old 03-08-2010, 04:31 PM   #5 (permalink)
Registered User Hakeem
That there may be peace.
 
Hakeem's Avatar
 
Join Date: May 2007
Posts: 2,437
Hakeem has much of which to be proud (1055)Hakeem has much of which to be proud (1055)Hakeem has much of which to be proud (1055)Hakeem has much of which to be proud (1055)
Former Staff Member: This user used to be on the Hive Workshop staff. 
I don't consider markup languages to be programming languages. They are formats, really.

As such, JavaScript.
__________________
The most offensive thing that can be done is to be dishonest.

"With an attitude like that, hell else do you expect to happen?"
Hakeem is offline  
Old 03-08-2010, 04:34 PM   #6 (permalink)
Registered User Mallaboro
TriggersOlawdy
 
Mallaboro's Avatar
 
Join Date: Dec 2008
Posts: 235
Mallaboro has little to show at this moment (33)Mallaboro has little to show at this moment (33)Mallaboro has little to show at this moment (33)Mallaboro has little to show at this moment (33)
I'm downloading Visual Studio at the moment. :) So I'll be using C# and XHTML.
HTML (and such) aren't programming languages, but scripts/codes. (I'm pretty sure thats what I was taught in college).

[edit]

Quote:
Originally Posted by Hakeem View Post
I don't consider markup languages to be programming languages. They are formats, really.

As such, JavaScript.
Ah, markup text, thats what I'm thinking of :P
__________________

Mallaboro is offline  
Old 03-08-2010, 04:43 PM   #7 (permalink)
Registered User Cyper95
^Has SC II beta :)
 
Cyper95's Avatar
 
Join Date: Apr 2008
Posts: 501
Cyper95 has little to show at this moment (38)Cyper95 has little to show at this moment (38)Cyper95 has little to show at this moment (38)Cyper95 has little to show at this moment (38)
Mallaboro your right they aren't programming languages ;)
The one I'm learning = C#
__________________
Want a review on a map? VM/PM me :D
Cyper95 is offline  
Old 03-08-2010, 04:47 PM   #8 (permalink)
Registered User The Reborn Devil
Resigned
 
The Reborn Devil's Avatar
 
Join Date: Dec 2006
Posts: 1,414
The Reborn Devil is a splendid one to behold (837)The Reborn Devil is a splendid one to behold (837)The Reborn Devil is a splendid one to behold (837)The Reborn Devil is a splendid one to behold (837)
HTML basically stands for HyperText Markup Language, so it's just a markup language.
But it got a strict syntax you need to follow, so it can definitely be nice to have known when you move to other languages.
__________________
♥ enjoy ♥:D
The Reborn Devil is offline  
Old 03-08-2010, 05:09 PM   #9 (permalink)
Registered User shiiK
theus-smythe @deviantArt
 
Join Date: Sep 2008
Posts: 1,823
shiiK has disabled reputation
Texturing Contest #19 - Winner: Mountain Legend PayPal Donor: This user has donated at least $20 to The Hive. 
Which is why I said I'd go out on a limb and name them as such. :P

Anyway, I never learned LUA, and I could never write a piece of code that would do anything all by myself in LUA. I only understand how to interpret what it does, and to manipulate the code into doing what I desire it to do. I also went along the Batch-hype, which again isn't a programming language, but more of an advanced do-this-and-that list. Later I actually studied Java, which is the only language I can claim to know. After that I've been learning C and C++.

Oh, and as for HTML having a strict syntax, eh.. only XHTML-Strict has a strict syntax. >:)
__________________
People who are interested in maintaining contact with yours truly may want to know that I can be contacted on DEVIANTART.

I'd like to apologise to the remaining part of the community for removing my resources (not implying they are of importance to anyone), but I do so to honour fellow contributors to the community who have been banned due to recent events.
shiiK is offline  
Old 03-08-2010, 05:25 PM   #10 (permalink)
Registered User ED_Reborn
In disguise
 
ED_Reborn's Avatar
 
Join Date: Jan 2010
Posts: 88
ED_Reborn has little to show at this moment (23)ED_Reborn has little to show at this moment (23)ED_Reborn has little to show at this moment (23)
Currently learning java by internet tutorials. (Well, slow progress but it's something).

Really fun and I'll propably keep programming.
ED_Reborn is offline  
Old 03-08-2010, 08:23 PM   #11 (permalink)
Registered User Mechanical Man
User
 
Mechanical Man's Avatar
 
Join Date: Jan 2005
Posts: 4,633
Mechanical Man is a splendid one to behold (768)Mechanical Man is a splendid one to behold (768)
Modeling Contest #13 - Winner: Towers 
Qbasic
__________________
ZOKI UBI JANŠU
Mechanical Man is offline  
Old 03-09-2010, 05:06 AM   #12 (permalink)
Registered User Cyper95
^Has SC II beta :)
 
Cyper95's Avatar
 
Join Date: Apr 2008
Posts: 501
Cyper95 has little to show at this moment (38)Cyper95 has little to show at this moment (38)Cyper95 has little to show at this moment (38)Cyper95 has little to show at this moment (38)
Quote:
Originally Posted by The_Reborn_Devil View Post
HTML basically stands for HyperText Markup Language, so it's just a markup language.
But it got a strict syntax you need to follow, so it can definitely be nice to have known when you move to other languages.
Indeed it is a "bonus" since it would most likely be a hell of a lot easier for any person to learn a programming language if they can HTML(And such like it).
__________________
Want a review on a map? VM/PM me :D
Cyper95 is offline  
Old 03-09-2010, 05:42 AM   #13 (permalink)
Registered User Samuraid
Undead's Bane
 
Samuraid's Avatar
 
Join Date: Nov 2004
Posts: 1,496
Samuraid is a splendid one to behold (831)Samuraid is a splendid one to behold (831)Samuraid is a splendid one to behold (831)Samuraid is a splendid one to behold (831)
Former Staff Member: This user used to be on the Hive Workshop staff. 
Quick Basic
__________________
Samuraid's Music
Samuraid is offline  
Old 03-10-2010, 12:37 AM   #14 (permalink)
Registered User Lyerae
Wut wut.
 
Join Date: Feb 2009
Posts: 372
Lyerae has little to show at this moment (32)Lyerae has little to show at this moment (32)Lyerae has little to show at this moment (32)Lyerae has little to show at this moment (32)
XHTML, CSS, PHP, in that order.
Then it's bits and pieces of languages like C#, C++, C, Python, Ruby, Perl, Java, Visual Basic, Lua, and a few others I can't think of the names at the moment.
__________________
Previously known as TheLifelessOne
(I rarely visit...)
Lyerae is offline  
Old 03-10-2010, 04:20 AM   #15 (permalink)
Registered User YourNameHere
pewpew lazer bunny
 
YourNameHere's Avatar
 
Join Date: Apr 2007
Posts: 760
YourNameHere is a jewel in the rough (163)
Started with Jass, then moved to vJass/zinc. I learned a bit of C++ meanwhile but never programmed anything serious. (Besides a namespoofer for Warcraft)
__________________
--YourNameHere
YourNameHere is offline  
Closed Thread

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Icons won't show after skill is learned R 3 D World Editor Help Zone 6 04-08-2009 09:45 AM
Spell not showing after being learned D3zmodos World Editor Help Zone 2 09-13-2008 01:00 PM
How to detect the ability being learned? MeEsA World Editor Help Zone 2 08-09-2008 01:46 PM
Ability does not show up when learned... soccerprep17 Triggers & Scripts 4 08-30-2006 12:23 PM

All times are GMT. The time now is 03:56 PM.





Powered by vBulletin
Copyright 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.1 PL2
Copyright © Ralle