What Other Languages Do You Program In?
#1
Posted 08 August 2013 - 12:24 PM
I personally program Php for work, I've done Asp.NET, VB.NET, C#, A tiny bit of C++, Java, Lua (Obviously), and Javascript. I do HTML though it is not really a programming language.
Also,
What is your experience with SQL databases such as MySQL?
Have you worked on websites and use MySQL?
#2
Posted 08 August 2013 - 12:32 PM
But I'm not so good with them all .-.
Also I'm pretty sure that there's almost an exact same topic as this in general.. I think it was called something like 'What programming languages do you know?"
Man.. I gotta learn Java..
#3
Posted 08 August 2013 - 01:56 PM
#4
Posted 08 August 2013 - 02:09 PM
#5
Posted 08 August 2013 - 03:07 PM
#6
Posted 08 August 2013 - 03:07 PM
#7
Posted 08 August 2013 - 03:42 PM
I'm learning C, but I haven't actually done anything useful with it.
#8
Posted 08 August 2013 - 03:56 PM
#9
Posted 08 August 2013 - 05:37 PM
I also do ST and BBC Basic but haven't done much in either for a long time.
#10
Posted 09 August 2013 - 02:35 AM
I learnt java in the modloader era of minecraft modding, so i want to learn forge to get back into modding. Perl.... I can't remember what I learnt it for, I think it was for a school project, but haven't used it since so my knowledge is being depreciated in my brain slowly :/ . Python and lua....I've wanted to get into both for a long time, but I only bothered to learn the *bear(
#11
Posted 09 August 2013 - 06:43 AM
I started programming back in 1982 with the Vic-20 BASIC. I hated peeks and poke back then.. uhgg. lol
Now I wish I had them back, it was sooo much easier to write with.
Anyhow, I know the following languages fluently : ASM, C, C# 2.x - 4.x, PowerBasic, DarkBasic Pro, GWBASIC, QuickBASIC, Java / JS, Lua / CCLua, PHP, HTML / HTML5, CSS / CSS3, LSL ( I tought Classes on this scripting Language ), and last but not least, GLBasic.
I know C++ and Python, but not so fluently.
Graphic Libraries I know fluently : ( My favorite graphic library ) OpenGL ( Any Version ) and the Windows GDI
Graphic Libraries I know enough to be dangerous with : DirectX 7 through DirectX 9
Someday I hope to get some sort of game out there. But meh.. who has time now days. lol
#12
Posted 09 August 2013 - 03:07 PM
#13
Posted 09 August 2013 - 03:41 PM
I'm not perfect in any of these languages but in Java & C I am pretty close to
Currently learning Objective-C for iPhone-Apps (hate the different Syntax compared to Java & C...).
I mostly learn from trying to understand code-snippets others wrote.
I don't like learning from the documentation of something...
#14
Posted 10 August 2013 - 12:05 AM
Anyways, I also use Python, Lua (my first language), Javascript, and PHP.
I am semi-capable in batch.
If you showed me any Perl code, I'd spend an hour trying to figure it out.
Ditto with C and *shudders* ASM.
#16
Posted 10 August 2013 - 01:31 AM
#17
Posted 10 August 2013 - 01:39 AM
I wish more people realized the power that is Objective C. They take one glance at the weird method calling syntax and get instantly turned off. But the fact of the matter is that Objective C is the ideal Object Oriented Programming language. Now the controversy then is whether OOP is the right programming model compared to imperative or functional (reactive) programming.
#18
Posted 10 August 2013 - 04:08 AM
Does anyone know languages I can learn wich are like the languages I know?
#19
Posted 10 August 2013 - 04:39 AM
ElvishJerricco, on 10 August 2013 - 01:39 AM, said:
#20
Posted 10 August 2013 - 04:56 AM
XDjackieXD, on 10 August 2013 - 04:39 AM, said:
Eh. If the worst thing about a language is how different its syntax is, it must be a pretty good language. Plus, I really like the syntax they use. It's more descriptive about method parameters. For example, creating a person object that requires a first name, last name, and date of birth:
Person *p = [Person personWithFirst: @"John" last: @"Doe" andDate: @"04/03/87"];
is much clearer about which parameters go where than:
Person p = new Person("John", "Doe", "04/03/87"); // I hope I got the order right!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











