[Original Idea] Name the prog./scripting languages you know!
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
Name the programming/scripting languages you know!
BONUS: Say what you use them for!
RULES:
1. Do not lie.
2. Only post once, if you made a mistake, press the lovely edit button.
3. Have fun, don't be pissed off if somebody knows more than you.
I start:
Lua(Love2d, General Lua, RBXL.Lua, a bit of Gmod lua), Python(Command line), Java(Minecraft Mods, Gui Apps, Show off to my friends :D), C++ (Command Line), Batch (When I'm bored at school),VB (Make apps), a bit of LOLCODE.
Chronological order:
Lua, Batch, Python,VB,Java, C++, LOLCODE.
11! How about you! (I am 100% sure somebody knows twice as much as me...)
EDIT: I actually know: Lua, Batch, HTML, VB, Python, LOLCODE, C++, JAVA, GML(fun but for newbs), very little about C# and C.
I didn't include them because I thought these wouldn't count...
def hi()
print "hi"
def()
Guess what that is!
BONUS: Say what you use them for!
RULES:
1. Do not lie.
2. Only post once, if you made a mistake, press the lovely edit button.
3. Have fun, don't be pissed off if somebody knows more than you.
I start:
Lua(Love2d, General Lua, RBXL.Lua, a bit of Gmod lua), Python(Command line), Java(Minecraft Mods, Gui Apps, Show off to my friends :D), C++ (Command Line), Batch (When I'm bored at school),VB (Make apps), a bit of LOLCODE.
Chronological order:
Lua, Batch, Python,VB,Java, C++, LOLCODE.
11! How about you! (I am 100% sure somebody knows twice as much as me...)
EDIT: I actually know: Lua, Batch, HTML, VB, Python, LOLCODE, C++, JAVA, GML(fun but for newbs), very little about C# and C.
I didn't include them because I thought these wouldn't count...
def hi()
print "hi"
def()
Guess what that is!
Last edited by rokit on 16 Feb 2012, 18:22, edited 1 time in total.
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
Lol Looks like nobody knows A programming language at all...
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
I thought you would be a multi-coding master who eats AS3 for breakfast! Fucking stereotypes.Maurice wrote:autoit3
lua
At least you know 2.
-
- Posts: 90
- Joined: 02 Feb 2012, 22:57
The only things i'm at all competent at are html and gml
Last edited by cowSheepo on 17 Feb 2012, 17:39, edited 1 time in total.
-
- Posts: 1594
- Joined: 03 Feb 2012, 08:36
ok, I know quite a few, but mostly as a proof of concept, also as a learning process I went through a few languages I didn't mention (including java I personaly dislike), but I really use few. So : (kind of in chronological order)
BASIC casio (calculator fun, I don't use)
javascript (websites, I very rarely use)
C (in info classes at the university to make stupid graphical programs, I use)
Shell (obviously, I use)
Lua (scripting at its best, no question, I use)
Befunge (esoteric fun - you should check it out :D, I don't really use)
Brainfuck (esoteric fun, I don't use)
Perl (I tried but beaaggh, I don't use)
Python (For whatever game, program or linux GUI I want to tinker with, I use a bit)
also the last remains of decency I have stop me from getting into "real" programming -> assembly
BASIC casio (calculator fun, I don't use)
javascript (websites, I very rarely use)
C (in info classes at the university to make stupid graphical programs, I use)
Shell (obviously, I use)
Lua (scripting at its best, no question, I use)
Befunge (esoteric fun - you should check it out :D, I don't really use)
Brainfuck (esoteric fun, I don't use)
Perl (I tried but beaaggh, I don't use)
Python (For whatever game, program or linux GUI I want to tinker with, I use a bit)
also the last remains of decency I have stop me from getting into "real" programming -> assembly
-
- Posts: 155
- Joined: 04 Feb 2012, 05:33
I only know GML and Lua. But that doesn't tell you what programming languages they are.
-
- Posts: 160
- Joined: 03 Feb 2012, 02:48
Applesoft BASIC
Assembly (not very much, only took one class)
C++
HTML
Assembly (not very much, only took one class)
C++
HTML
-
- Posts: 65
- Joined: 02 Feb 2012, 23:49
Mostly C#, Java, and VB. I don't really use VB or java that much but I used to. I also know a lot of GML, if that counts, but I stopped using that forever ago. And I just took a small class on C++.
-
- Shaders guy
- Posts: 148
- Joined: 02 Feb 2012, 21:37
Lua
Java
GLSL
a little bit of C#
and enough of C++ to know that I barely know the language - which means I know more than a lot of people who claim to know a bit of C++. :P
Java
GLSL
a little bit of C#
and enough of C++ to know that I barely know the language - which means I know more than a lot of people who claim to know a bit of C++. :P
-
- Posts: 39
- Joined: 03 Feb 2012, 12:32
Lua (used it for customizing tibia servers)
Delphi (taught in school for 2 years)
Javascript
PHP
Java
c# (used for tinkering with xna games)
c++ (never used it a lot)
asm (only spent a few weeks on it)
Delphi (taught in school for 2 years)
Javascript
PHP
Java
c# (used for tinkering with xna games)
c++ (never used it a lot)
asm (only spent a few weeks on it)
Last edited by HateMeh on 18 Feb 2012, 16:02, edited 1 time in total.
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
print("Hi") Lua
print "Hi" Python
System.out.println("Hi"); Java
cout << "Hi" << endl; C++
printf ("Hi"); C
System.Console.WriteLine("Hi"); C#
action_message("Hi") GML
document.write("Hi") Javascript
VISIBLE "Hi" LOLCODE
<html>Hi</html> HTML
Of course you need to import crap but I didn't bother.
and when you're bored: http://heyyeyaaeyaaaeyaeyaa.com/
print "Hi" Python
System.out.println("Hi"); Java
cout << "Hi" << endl; C++
printf ("Hi"); C
System.Console.WriteLine("Hi"); C#
action_message("Hi") GML
document.write("Hi") Javascript
VISIBLE "Hi" LOLCODE
<html>Hi</html> HTML
Of course you need to import crap but I didn't bother.
and when you're bored: http://heyyeyaaeyaaaeyaeyaa.com/
-
- Stabyourself.net
- Posts: 2145
- Joined: 01 Feb 2012, 20:19
Actuallyrokit boy wrote:print("Hi") Lua
print "Hi"
works too.
-
- Posts: 45
- Joined: 02 Feb 2012, 21:38
I can read most code but I just can't be arsed to code much. I prefer using Python if it suits the task, otherwise I don't do it because I have minimal experience with C or any good low-level language.
I don't code anymore anyway now that I've switched majors. I bang rocks together.
I don't code anymore anyway now that I've switched majors. I bang rocks together.
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
Maurice wrote:Actuallyrokit boy wrote:print("Hi") Lua
print "Hi"
works too.
That doesn't look right in Lua. Looks ugly!
For minecrafters and Lua'ers there is a mod that let's you make a programmable computer using lua...
-
- Posts: 1594
- Joined: 03 Feb 2012, 08:36
yeah, i think in lua and python functions with a single quoted argument can be called without parenthesisesies. Though I'm not sure how beneficial that really is.
-
- Posts: 153
- Joined: 12 Feb 2012, 00:20
I use program languages:
none++
noonetoscript+++++
none++
noonetoscript+++++
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
True, but a space in lua (if you're not creating or calling or making an arithmetical value) looks ugly.trosh wrote:yeah, i think in lua and python functions with a single quoted argument can be called without parenthesisesies. Though I'm not sure how beneficial that really is.
-
- Posts: 93
- Joined: 02 Feb 2012, 21:35
Java and Python.
Soon, PHP and C++, and maybe JavaScript.
Used to know a bit of VB6 but I haven't used it in years.
HTML is a markup language, not a programming or scripting language.
Soon, PHP and C++, and maybe JavaScript.
Used to know a bit of VB6 but I haven't used it in years.
HTML is a markup language, not a programming or scripting language.
-
- Posts: 118
- Joined: 02 Feb 2012, 21:53
It's Computercraftrokit boy wrote: For minecrafters and Lua'ers there is a mod that let's you make a programmable computer using lua...
-
- Posts: 836
- Joined: 03 Feb 2012, 02:24
I'll jump on the coding bandwagon!!
I am teachin ma-self lua, for love2d.
I am teachin ma-self lua, for love2d.
-
- Posts: 289
- Joined: 17 Feb 2012, 04:42
I want to learn lua, but I need some basic tips to get in the right direction. Any help?
-
- Posts: 321
- Joined: 03 Apr 2012, 21:43
C++, C, Java (Robotics at school)
D, just because it comes after C (or C++ rather) and no one knows it. Lol.
Lua (Roblox, Gary's Mod, Love2D, genereal purpose)
LOLCODE...but I don't really count that
Do HTML, CSS, PHP, and Javascript count? I know those too
C#, purely out of boredom (I never use it)
I also know a little bit of squeak but not enough so that I don't need to look at a help guide or something
I also attempted to make my own programming language once but I failed miserably
I probably still have the files somewhere on my old computer
I've been meaning to learn Python but I haven't really gotten around to it
Maybe ruby too...
I also can program on my TI-84. Awww yeahhhh
EDIT: Forgot batch. All I ever do with it is harass my friends or use it to make the computers at school go out of whack though :D
D, just because it comes after C (or C++ rather) and no one knows it. Lol.
Lua (Roblox, Gary's Mod, Love2D, genereal purpose)
LOLCODE...but I don't really count that
Do HTML, CSS, PHP, and Javascript count? I know those too
C#, purely out of boredom (I never use it)
I also know a little bit of squeak but not enough so that I don't need to look at a help guide or something
I also attempted to make my own programming language once but I failed miserably
I probably still have the files somewhere on my old computer
I've been meaning to learn Python but I haven't really gotten around to it
Maybe ruby too...
I also can program on my TI-84. Awww yeahhhh
EDIT: Forgot batch. All I ever do with it is harass my friends or use it to make the computers at school go out of whack though :D
-
- Posts: 289
- Joined: 17 Feb 2012, 04:42
I use batch like that occasionally, I wasn't sure if that counted though
-
- Posts: 108
- Joined: 05 Mar 2012, 04:41
Batch
Bash
*some* PowerShell
C
VB 5/6, dot NET, VB script
PHP
DCL (for a previous job, look it up)
Sql (Sqlite, MySql, MS SQL Server, and Oracle)
I've worked with many other programming languages as well but wouldn't consider myself well versed in them
Bash
*some* PowerShell
C
VB 5/6, dot NET, VB script
PHP
DCL (for a previous job, look it up)
Sql (Sqlite, MySql, MS SQL Server, and Oracle)
I've worked with many other programming languages as well but wouldn't consider myself well versed in them
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
nicemainegeek wrote:Batch
Bash
*some* PowerShell
C
VB 5/6, dot NET, VB script
PHP
DCL (for a previous job, look it up)
Sql (Sqlite, MySql, MS SQL Server, and Oracle)
I've worked with many other programming languages as well but wouldn't consider myself well versed in them
-
- Posts: 1690
- Joined: 08 Apr 2012, 17:54
i never knowed a program to make game but mari0 and maurice gived me th... nevermind i know just lua
Last edited by Flutter Skye on 12 May 2013, 18:29, edited 1 time in total.
-
- Posts: 1
- Joined: 16 Jul 2012, 20:47
i am learning C# http://csharp.net-informations.com now. I am from vb background and learn vb.net myself. I think .Net is easiest languages to study in a quick way. Becuse it developer ide is helping a lot.
ling.
ling.
-
- Posts: 293
- Joined: 03 May 2012, 20:10
For now i've only lerned GML. I will however atempt to learn lua and something else in the near future.
-
- Posts: 105
- Joined: 27 Apr 2012, 23:33
I work mainly with PHP since a few years, I'm quite good at JS/jQuery too and I know basic SQL. I often use HTML and CSS too.
And I also know some lua now.
And I also know some lua now.
-
- Posts: 1479
- Joined: 05 Feb 2012, 18:00
...
Last edited by Qcode on 21 Oct 2021, 08:24, edited 1 time in total.
-
- Posts: 1073
- Joined: 20 Jul 2012, 17:54
Lua, Python, Html/Css, Javascript, Brainfuck,bash . And some C++
-
- Posts: 1069
- Joined: 11 May 2012, 18:00
some java and C++ , i'm working on .jar phone apps ,but they ridiculous . and i learned C++ only to know how to make performant Keyloggers .
-
- Posts: 307
- Joined: 03 May 2012, 08:24
I know C++ and lua from messing with toribash(don`t know?, google!)
a decent amount of java from rummaging through piles of programming in minecraft.jar, dust(a.k.a powder game), and left4kdead, using the catacomb script explorer mojang had on mojang.com(also don`t know? google.).
HTML, PHP (mostly for setup pages usually for custom user specific pages kinda like info storage is done on toribash)
i know both macromedia flash and adobe flash scripting languages well, for game making and what not.
a bit of batch for messing with a teach`s pc xD and making a file converter (or really just helping make one) (might go back to learn more on it)
I want to learn python, and how to make codecs for video compression using batch (I heard you can get amazing video quality just by doing so, but im not completely sure)
i already made (or helped make) a video to audio converter using batch(command prompt enforced, which kinda means it only has the interface but when the actual conversion begins command prompt opens up to do the actual convert logs and shows progress, bit rate ect.) it handles pretty much all formats mp4 to mpeg to avi to mp3 to wav to ogg and ect.
I know this strange animation coding on a game called “Whirled”. hmm thats it pretty much i think.
all three levels of 1337 :p
it doesn`t count though.
a decent amount of java from rummaging through piles of programming in minecraft.jar, dust(a.k.a powder game), and left4kdead, using the catacomb script explorer mojang had on mojang.com(also don`t know? google.).
HTML, PHP (mostly for setup pages usually for custom user specific pages kinda like info storage is done on toribash)
i know both macromedia flash and adobe flash scripting languages well, for game making and what not.
a bit of batch for messing with a teach`s pc xD and making a file converter (or really just helping make one) (might go back to learn more on it)
I want to learn python, and how to make codecs for video compression using batch (I heard you can get amazing video quality just by doing so, but im not completely sure)
i already made (or helped make) a video to audio converter using batch(command prompt enforced, which kinda means it only has the interface but when the actual conversion begins command prompt opens up to do the actual convert logs and shows progress, bit rate ect.) it handles pretty much all formats mp4 to mpeg to avi to mp3 to wav to ogg and ect.
I know this strange animation coding on a game called “Whirled”. hmm thats it pretty much i think.
all three levels of 1337 :p
it doesn`t count though.
-
- Posts: 438
- Joined: 19 Apr 2012, 17:56
Wow, looks like I'm the only one who doesn't know any language at all
Even a 10 years old (some other kids on teh internet) know somethings, or just that when I was 10 I don't even know what a computer is and even my schools don't teach me computer stuffs (schools in a nutshell)
Welp, there goes my game develop dream.. (not really)
Even a 10 years old (some other kids on teh internet) know somethings, or just that when I was 10 I don't even know what a computer is and even my schools don't teach me computer stuffs (schools in a nutshell)
Welp, there goes my game develop dream.. (not really)
Last edited by Chippy348 on 25 Jul 2012, 12:35, edited 1 time in total.
-
- Posts: 1707
- Joined: 09 Mar 2012, 10:28
Camewel's not ten, dude. Re-read the "post your age" thread again.
But you're not the only one. I don't know any either. I've tried learning love, as I have a good idea for a game. But I've tried twice already with no progress.
I need to either try again and keep at it or find someone who'd be willing to work with me.
But you're not the only one. I don't know any either. I've tried learning love, as I have a good idea for a game. But I've tried twice already with no progress.
I need to either try again and keep at it or find someone who'd be willing to work with me.
-
- Posts: 2095
- Joined: 03 Feb 2012, 00:47
I could work with you. Programming will have to start at september because im on holiday.idiot9.0 wrote:Camewel's not ten, dude. Re-read the "post your age" thread again.
But you're not the only one. I don't know any either. I've tried learning love, as I have a good idea for a game. But I've tried twice already with no progress.
I need to either try again and keep at it or find someone who'd be willing to work with me.
-
- Posts: 14
- Joined: 29 Aug 2012, 23:10
Processing
Basic JS, pretty good html, and ok css (as long as I get to use google occasionally).
Basic JS, pretty good html, and ok css (as long as I get to use google occasionally).