SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-05-24 09:39:51

apm
#! Junkie
From: loops and branches of reality
Registered: 2012-04-12
Posts: 328
Website

how many programming languages do you know

if you can code a basic-scientific calculator in a language consider it a language you know

1.my first language c99

my baggage languages
2.obj-c , java ,python2,python3


sometimes all you need is to face the worst fear you have and to overcome it.

Offline

Help fund CrunchBang, donate to the project!

#2 2012-05-24 09:49:04

2Karl
#! CrunchBanger
Registered: 2012-03-25
Posts: 216
Website

Re: how many programming languages do you know

Let's see... I'll try to list them in the order I learned them:

BASIC
LOGO
Pascal / TurboPascal
C++
JavaScript
Java
UnrealScript
6800 Assembly
Bash (if shell scripts count - I didn't list MS-DOS batch code as that's a bit mickey mouse)
PHP (if templating languages count)
Inform (strange coding in natural language when I'm used to 'real' code)
Python

Think that's it. Been meaning to try a few esoteric programming languages like Brainfuck and Shakespeare, hopefully I'll have more time to do that soon. I also didn't list things like HTML, XML, CSS, XSL as they're not programming languages, they're markup / styling.

Last edited by 2Karl (2012-05-24 09:50:32)


"It's a pity she won't live... But then who does?" - Gaff.

Offline

#3 2012-05-24 10:09:49

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: how many programming languages do you know

In the order i studied them it would go something like:

html4 xhtml 1.0
css
javascript
visual basic
sql
linq
JQuery
C sharp and html 5 - part of Microsoft MVC3 framework
Java

And when i say learned these languages, i don't mean i have mastered them, in some cases the skill level i have is only basic, but its enough to make me comfortable in returning and learning more if i ever needed to for say employment reasons.

Offline

#4 2012-05-24 10:12:42

apm
#! Junkie
From: loops and branches of reality
Registered: 2012-04-12
Posts: 328
Website

Re: how many programming languages do you know

TitanMech wrote:

In the order i studied them it would go something like:

html4 xhtml 1.0
css
javascript
visual basic
sql
linq
JQuery
C sharp and html 5 - part of Microsoft MVC3 framework
Java

And when i say learned these languages, i don't mean i have mastered them, in some cases the skill level i have is only basic, but its enough to make me comfortable in returning and learning more if i ever needed to for say employment reasons.

man since i first saw your posts i assumed you knew c but well you suprise me.


sometimes all you need is to face the worst fear you have and to overcome it.

Offline

#5 2012-05-24 10:24:37

2Karl
#! CrunchBanger
Registered: 2012-03-25
Posts: 216
Website

Re: how many programming languages do you know

Out of interest, since I've never really looked into it, how similar is C Sharp to Java? I've heard it said that MS simply took Java and rebranded it without the cross platform functionality, but I doubt that's entirely true.


"It's a pity she won't live... But then who does?" - Gaff.

Offline

#6 2012-05-24 10:28:44

gutterslob
#! Resident Bum
Registered: 2009-11-03
Posts: 2,646

Re: how many programming languages do you know

Face Language

C = :-]

Lua = X__X

Python = ~(O_O)~

Ruby = d[=_=]b

Lisp = (-_-),,!,,


Point & Squirt

Offline

#7 2012-05-24 10:51:20

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: how many programming languages do you know

@ 2Karl

Ive learned the C sharp inside visual studio 2010, and through following tutorials on the asp.net site. I guess when i use C sharp i often find to do some of the same things i can write less code, but the real problem for me comes when i need to integrate languages to make a single application. The tutorials for C sharp on the MS site, do harp on about the logic behind the way MVC works, and the java articles also loosely follow the MVC logic, so they mention that to. But sometimes i will be writing html for a while and then to suddenly open a C sharp file and write something that manipulates the data sent to the html page, or vice verse can be difficult as your brain has to switch.

Java is i think slightly more difficult, there is certainly more code to write to achieve some basic things, and as i often find with java i need to fully know the bigger picture, so i dont forget anything, and structure the methods and such in an order where the program will be efficient.

That's just my opinion though, i was taught C sharp along with MVC in one of the modules on my degree, whereas Java is something im still learning, and with MVC i get to use Visual Studio which has Intelli-sense, basically an auto-complete for things, whereas i learned all my Java initially using Gedit, because of code highlighting, then i switched to Eclipse, which im still using to try and finish an application.

*Edit*
I guess the two are very similar but MS have done a great job of making people think Visual Studio is the best tool to learn C sharp in, and they offer much more support for beginners, whereas some of the java tutorials i tried to use where old, and didnt always work, plus before i used eclipse i used Gedit which didnt have auto-complete so theres was more of a learning curve, but with MS you can half-understand something and rely on the IDE to help massively with fixing little errors

Last edited by TitanMech (2012-05-24 10:54:52)

Offline

#8 2012-05-24 20:17:21

m5
#! CrunchBanger
From: 200 years ago.
Registered: 2011-12-08
Posts: 221

Re: how many programming languages do you know

gutterslob wrote:

Face Language

C = :-]

Lua = X__X

Python = ~(O_O)~

Ruby = d[=_=]b

Lisp = (-_-),,!,,

Awesome.


Keep digging.
Linux beginner.

Offline

#9 2012-05-24 23:06:03

bits
New Member
From: Boston
Registered: 2012-05-08
Posts: 6

Re: how many programming languages do you know

Oh, I know lots, but I only know a handful really well seeing that I use them all the time:

C / C++         ( C is my standby, and C++ if I need something fancy )
Common Lisp ( another standby, and my favorite language )
Clojure           ( a really cool language that seems designed specifically for parallel processing )
Java               ( cause I gotta have it )
Scala             ( cause I think it's better than Java in some cases )
Scheme         ( cause programming should be fun, right? )

And that's about it.  The other languages I just picked up out of curiosity would be Perl, Python, Lua, Ruby, Pascal, Lush and C#.  I've been meaning to learn Haskel and Erlang, seeing that I'm more of a functional programming guy than anything else, but I haven't found the time yet.


"Prithee, good mother, can you tell me where I live?" ~ Encolpius, to a strange old woman.

Offline

#10 2012-05-24 23:24:27

lcafiero
The #! Guy
From: Felton, California, USA
Registered: 2011-07-21
Posts: 1,381
Website

Re: how many programming languages do you know

Bash scripts (not a language, I know).
Python.
That's it. Do I get a prize for knowing the least?


Res publica non dominetur | Larry the CrunchBang Guy speaks of the pompetous of CrunchBang

Offline

#11 2012-05-24 23:43:50

Neil
#! CrunchBanger
From: Paragould AR USA
Registered: 2010-05-01
Posts: 164

Re: how many programming languages do you know

Zero.  Nada.  None.  I'm not too old to learn (just a little over 50), but certainly am to busy to learn much especially since it now takes much longer to learn something than it used to when I didn't have so much on my mind.:rolleyes:

Maybe someday...just not today.

Offline

#12 2012-05-25 07:09:25

CaptainIndifferent
#! CrunchBanger
From: The Vale of Si
Registered: 2012-05-05
Posts: 146

Re: how many programming languages do you know

In the approximate order that I learned them:

COBOL
FORTRAN
BASIC
PL/1
Forth
C
JavaScript
Perl
PHP
SQL
Visual Basic
C++
Java

Plus HTML, XHTML, CSS and the usual shell scripting languages.

Some were used for years others for a single project or a college course or even just for fun in my spare time.

Unfortunately, for me at least it really was a case of use it or lose it and, since I haven't had a reason to write a single line of code in several years, given a blank sheet I doubt if I could remember how to write something in any of them without cracking one of my old reference books. I'm sure that with time and the right motivation it wouldn't take long for it all to come back but at the moment I'm just too tired and busy to find the time for it.

Apart from C++ which I always liked, the language that most appealed to me was Python and I have promised myself that one day I will learn it even if it is just so that I can say that I did.


Just because I don't care doesn't mean I don't understand.

Offline

#13 2012-05-25 07:13:48

CBizgreat!
#! Die Hard
Registered: 2011-07-27
Posts: 1,271

Re: how many programming languages do you know

^Off topic sidenote:

Holy s**t man ! Apparently you aren't messing around w programming. big_smile


Note 2 self: If ever have a question about comp programming, ya know who to ask about it 1st. wink
We now return you to your regularly scheduled topic.

Forgot do have summin OT 2 add ... Just a smattering of web dev, css, xhtml kinda stuff. Would like to learn more, have started reading bks about C++ or perl or python many times. My eyes always seem to cross, for the most part have come to accept the fact. Must not be cut out to be a comp programmer.


cbiz. smile

Last edited by CBizgreat! (2012-05-25 07:42:15)


Some common cbiz abbreviations. This will save me time and yet @ same time tell folks what the babble is supposed to mean.

Vll ! = ( Viva la gnu/Linux !)    Vl#!! = ( Viva la #! !)    Last but not least, UD ... OD ! = ( Use Debian ... or die !) tongue

Offline

#14 2012-05-25 08:34:52

m5
#! CrunchBanger
From: 200 years ago.
Registered: 2011-12-08
Posts: 221

Re: how many programming languages do you know

bits wrote:

cause programming should be fun, right?

Damn right.


Keep digging.
Linux beginner.

Offline

#15 2012-05-25 09:20:21

Awebb
The Singularity
Registered: 2009-07-23
Posts: 2,812

Re: how many programming languages do you know

gutterslob wrote:

Face Language

C = :-]

Lua = X__X

Python = ~(O_O)~

Ruby = d[=_=]b

Lisp = (-_-),,!,,

C# = (_o_)


I'm so meta, even this acronym

Offline

#16 2012-05-25 12:57:43

CBizgreat!
#! Die Hard
Registered: 2011-07-27
Posts: 1,271

Re: how many programming languages do you know

^ lol *Coffee shoots out nose. lol If that's what I think it is. lol


Some common cbiz abbreviations. This will save me time and yet @ same time tell folks what the babble is supposed to mean.

Vll ! = ( Viva la gnu/Linux !)    Vl#!! = ( Viva la #! !)    Last but not least, UD ... OD ! = ( Use Debian ... or die !) tongue

Offline

#17 2012-05-25 14:27:10

Unia
#! Die Hard
From: The Netherlands
Registered: 2010-07-17
Posts: 3,114

Re: how many programming languages do you know

CBizgreat! wrote:

^ lol *Coffee shoots out nose. lol If that's what I think it is. lol

Same here lol


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
      Github || Deviantart

Offline

#18 2012-05-25 14:48:04

nestor
#! Member
Registered: 2012-05-11
Posts: 82

Re: how many programming languages do you know

...

Last edited by nestor (2012-06-22 04:00:43)

Offline

#19 2012-05-25 15:05:18

CBizgreat!
#! Die Hard
Registered: 2011-07-27
Posts: 1,271

Re: how many programming languages do you know

Thought I'd found a new synonymn there, for a sec. Turns out ... when ya google "Canadian ragweed" a band comes up. They have @ least one good song too. At least this diddy is right up my alley. lol

Song link> CROSS CANADIAN RAGWEED

Appears Awebb may not be a big fan of C#. Think posterior orifice Nestor. wink



OT: Am trying to get more into mobile markup stuff. Keep hearing, makes sense mobiles blowing up, wave of the future ... blahblahBLAH. Which great ... something else fun, to cross my friggin eyes with ! roll

Last edited by CBizgreat! (2012-05-25 15:07:48)


Some common cbiz abbreviations. This will save me time and yet @ same time tell folks what the babble is supposed to mean.

Vll ! = ( Viva la gnu/Linux !)    Vl#!! = ( Viva la #! !)    Last but not least, UD ... OD ! = ( Use Debian ... or die !) tongue

Offline

#20 2012-05-25 19:28:58

Awebb
The Singularity
Registered: 2009-07-23
Posts: 2,812

Re: how many programming languages do you know

To add something to the topic: I am not aware, that I am really competent in any programming languages, but I addept very fast and mastered the art of documentation reading. I was also the worst nightmare of any CS tutor at my university. They kept trying, but they never managed to force me into clean programming. I never stick with a paradigma and I keep bubblesorting where one should quicksort.


I'm so meta, even this acronym

Offline

#21 2012-05-26 16:49:49

jens
#! Junkie
Registered: 2012-01-11
Posts: 452

Re: how many programming languages do you know

BASIC
Z80 assembler
LOGO
Turbo Pascal
FORTRAN 77 (they forced me - i swear.... *shudder*)
C/C++ (i hate it)
Python 2 (i love it)
OpenGL (although not a real language by definition)
HTML

Last edited by jens (2012-05-26 16:50:27)


evilwm = digital zen

Offline

#22 2012-05-27 19:40:55

arclance
#! Die Hard
Registered: 2012-03-29
Posts: 820

Re: how many programming languages do you know

I know two well

Octave - for N-Dimensional lists (matrices) and anything that requries calculus
Python - for everything else

I also know a little lua from working on conky scripts.

Offline

#23 2012-05-28 07:39:43

2Karl
#! CrunchBanger
Registered: 2012-03-25
Posts: 216
Website

Re: how many programming languages do you know

CBizgreat wrote:

. My eyes always seem to cross, for the most part have come to accept the fact. Must not be cut out to be a comp programmer.

Not necessarily. could be that learning from books is not the route for you; there is a growing trend towards these tutorial videos on the internet, they might prevent the aforementioned eye-crossing. Or, see if a local college offers a night class or something. I know "RTFM" is a common mantra, but the manual doesn't have to be text based.


"It's a pity she won't live... But then who does?" - Gaff.

Offline

#24 2012-05-31 21:55:36

mr_noda
New Member
From: Milton Keynes, UK
Registered: 2012-05-25
Posts: 4

Re: how many programming languages do you know

C#
Java
(x)html
php
c/c++
javascript
eiffel (anyone used that?? our software engineering lecturer insisted on it)

Offline

Be excellent to each other!

#25 2012-06-02 03:09:04

renaldy84
New Member
Registered: 2011-10-03
Posts: 7

Re: how many programming languages do you know

C /C++ --> my first language.
PHP --> starts as a hobby, then it become my main source of income.
Java --> loving it.
Nodejs --> just learn it recently, love it too.
Python --> nice language to make something in hurry.
Bash --> coz i have to.
HTML, CSS2/3 --> in case my web designers fucked up.
Javascript --> my second weapon..


/usr/bin/php hello.php > /dev/null &

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo