Lyoko Freak Forum Index
Lyoko Freak
Scratch Here To Reveal Prize
Reply to topic

Whats your favorite?
PHP
66%
 66%  [ 4 ]
Javascript
0%
 0%  [ 0 ]
C and any derivatives (C++, C+, C#)
0%
 0%  [ 0 ]
Ruby
0%
 0%  [ 0 ]
Python
0%
 0%  [ 0 ]
Perl
0%
 0%  [ 0 ]
Java
0%
 0%  [ 0 ]
Lua
0%
 0%  [ 0 ]
Visual Basic
0%
 0%  [ 0 ]
BASIC and I'm a noob
16%
 16%  [ 1 ]
Delphi
0%
 0%  [ 0 ]
SQL (technically a programming language)
0%
 0%  [ 0 ]
ActionScript (for you Flash guys)
16%
 16%  [ 1 ]
Total Votes : 6

Programmer Thread
TheLQ
Lyoko Team Member
Lyoko Team Member

Joined: 20 Feb 2008
Posts: 903
Location: Alone
Reply with quote
Due to the lack of discussion in this forum...

I'm curious to how many programmers we have here on Lyokofreak. I've heard people talk about PHP, C, ruby, but I don't know if those people have actually used those languages or how many.

READ BEFORE POLLING: HTML is NOT a programming language, its a MARKUP languages. Consult the following list for more description

Markup Languages - "Programs" that do not make decisions. They simply format the text to a different way. Keywords: Tags, markup, *ML
Examples:
-BBcode
-HTML
-CSS
-JSON
-XML

Programming Languages - Programs that make decisions. If this, do this; else do this. Keywords: If...else, looping, conditional statements, etc
Examples
-PHP
-Java
-C++
-Ruby
-Python
-Javascript
-Perl
-Actionscript
-And many many more

NOTE: If your language is not listed, tell me and I will add it.

Personally I like PHP. Simple, easy to learn, gets the job done. For desktop apps I like Java but am trying to learn Python. I'm not too familiar with any other desktop languages since I was a web programmer for a long time. In webland I can write HTML, CSS, JS, PHP, and ASP (unfortunately)

_________________
Black, lonely, and corrupt. All adjectives of the world I live in.
View user's profileSend private messageSend e-mailVisit poster's websiteYahoo Messenger
TheLordOfAppleFreaks
Star Fighter
Star Fighter

Joined: 18 Feb 2008
Posts: 1788
Location: Zebes
Reply with quote
I can write a fair bit of HTML and a little bit of Javascript. Later, when I begin serious work as a developer, I'm going to focus primarily on Objective C for OS X and Java for cross-platform compatibility.

Right now, I'm also doing quite a bit of work in the FireRed scripting language and I'm learning ASM for the THUMB7.

_________________
Quote:
*Insert quote that when out-of-context becomes rather funny here*
View user's profileSend private messageAIM Address
Negi Springfield
New Kid
New Kid

Joined: 29 Dec 2009
Posts: 12
Location: Mahora Academy
Reply with quote
I like php, but I am a noob at it. Still learning exactly how everything works together.

_________________
Webmaster for the Code Lyoko Inc. Movie Website.
I am a cool guy most of the time.
ALL HAIL TL!!!!
Formerly danperteet.
View user's profileSend private messageVisit poster's websiteYahoo Messenger
Fraxtil
Lyoko Freak
Lyoko Freak

Joined: 02 Feb 2006
Posts: 5959
Location: /dev/sda1
Reply with quote
Unfortunately, all I really know is PHP. I've picked up BASIC too. I want to learn Python and maybe even Haskell, but I've never had the motivation to do so.

_________________
Formerly known as Jeremified.
View user's profileSend private messageVisit poster's website
Lyoko is Cool
Lyoko Team Member
Lyoko Team Member

Joined: 24 Sep 2005
Posts: 695
Location: www.lyokofreak.net/forum
Reply with quote
Java only right now, but I'm planning to eventually learn C and C++, possibly Python.

_________________


Hit me up on mah twitter:

http://www.twitter.com/Lyoko_is_Cool
View user's profileSend private messageSend e-mailVisit poster's website
ccbtimewiz
Lyoko Team Member
Lyoko Team Member

Joined: 21 Jan 2007
Posts: 579
Location: $("div.location").hide();
Reply with quote
PHP is one of my personal favorites. Happy
View user's profileSend private messageVisit poster's websiteAIM AddressMSN Messenger
TheLQ
Lyoko Team Member
Lyoko Team Member

Joined: 20 Feb 2008
Posts: 903
Location: Alone
Reply with quote
TheLordOfAppleFreaks wrote:
I can write a fair bit of HTML and a little bit of Javascript. Later, when I begin serious work as a developer, I'm going to focus primarily on Objective C for OS X and Java for cross-platform compatibility.

Right now, I'm also doing quite a bit of work in the FireRed scripting language and I'm learning ASM for the THUMB7.


C in any of its forms is not very cross compatible. You have to be managing a different program for Windows and how ever many distro's of linux you want to support. That would get really complex for support.

Java is very powerful and very cross compatible, but the JVM is a little slow, especially on older computers. Its also a horribly complex language.

---

For everyone else, Python seems highly recommended. If you know Java, just remove the parenthesis and thats the syntax, unlike Ruby which is... *cringes

Why is php so popular?

_________________
Black, lonely, and corrupt. All adjectives of the world I live in.
View user's profileSend private messageSend e-mailVisit poster's websiteYahoo Messenger
Fraxtil
Lyoko Freak
Lyoko Freak

Joined: 02 Feb 2006
Posts: 5959
Location: /dev/sda1
Reply with quote
Lord.Quackstar wrote:
Why is php so popular?

The fact that it's easy to learn probably makes it a good choice among newbies. Most other programming languages are harder to pick up, despite being more powerful once learnt to be used correctly.

_________________
Formerly known as Jeremified.
View user's profileSend private messageVisit poster's website
TheLordOfAppleFreaks
Star Fighter
Star Fighter

Joined: 18 Feb 2008
Posts: 1788
Location: Zebes
Reply with quote
Lord.Quackstar wrote:
TheLordOfAppleFreaks wrote:
I can write a fair bit of HTML and a little bit of Javascript. Later, when I begin serious work as a developer, I'm going to focus primarily on Objective C for OS X and Java for cross-platform compatibility.

Right now, I'm also doing quite a bit of work in the FireRed scripting language and I'm learning ASM for the THUMB7.


C in any of its forms is not very cross compatible. You have to be managing a different program for Windows and how ever many distro's of linux you want to support. That would get really complex for support.

Java is very powerful and very cross compatible, but the JVM is a little slow, especially on older computers. Its also a horribly complex language.

I didn't mean that I was using C for cross compatibile; I was using it primarily for OS X. I ws going to use Java for cross compatibility.

_________________
Quote:
*Insert quote that when out-of-context becomes rather funny here*
View user's profileSend private messageAIM Address
jym1
Teacher's Pet
Teacher's Pet

Joined: 22 Feb 2006
Posts: 73
Reply with quote
I've got some very basic skills in Perl.
I wish I had picked up a C language or PHP...
some time in the future, when I win the lotto and have oodles of time, I will teach myself those languages...or what ever happens to be most useful at the time
View user's profileSend private message
Programmer Thread
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 4 Hours  
Page 1 of 1  

  
  
 Reply to topic