Page 1 of 1

What language is this?

Posted: Sun Apr 08, 2012 2:05 am
by thegleek
Image

Just curious cuz it looks cool! Also... If you know what langua it's in, what IDE are they using?

Thanks!

Re: What language is this?

Posted: Sun Apr 08, 2012 7:21 am
by notfred
Blurry mobile phone language? Can't see a thing.

Re: What language is this?

Posted: Sun Apr 08, 2012 7:46 am
by yogibbear
English.

Re: What language is this?

Posted: Sun Apr 08, 2012 8:14 am
by Steele
*squints* Klingon?

Re: What language is this?

Posted: Sun Apr 08, 2012 9:07 am
by bthylafh
Sheesh, fail harder next time. :roll:

Re: What language is this?

Posted: Sun Apr 08, 2012 9:10 am
by Firestarter
Well the language has the try-catch construct, and I see the keyword 'yield'. Google says that at least C# has 'yield'.

Re: What language is this?

Posted: Sun Apr 08, 2012 9:55 am
by Dposcorp
notfred wrote:
Blurry mobile phone language? Can't see a thing.

++

Re: What language is this?

Posted: Sun Apr 08, 2012 9:56 am
by cheapFreeAgent
it could be Python in some kind of editor in unix/linux

I can see for words followed by a word, looks like in, like: for x in y.
and I think that try block is try - except (not try - catch)

Re: What language is this?

Posted: Sun Apr 08, 2012 10:13 am
by thegleek
well it's definitely not C#... all C# statements end with a semi-colon;

And.. it's NOT a mobile photo... It's a snagit screenshot from a video. There was no other way to clarify it.

Re: What language is this?

Posted: Sun Apr 08, 2012 10:31 am
by UltimateImperative
Likely Python. I see a "def" used to define a function. try-catch and yield are also Python, as is the use of whitespace to delimit blocks (instead of braces and semicolons in languages with a C-style syntax).

Re: What language is this?

Posted: Sun Apr 08, 2012 11:04 am
by thegleek
Well as a clue, the video of the project is here:

http://startsomegood.com/Venture/dash/C ... aunch_dash

The image I captured is around the 2:16 mark.

Re: What language is this?

Posted: Sun Apr 08, 2012 11:32 am
by UltimateImperative
Definitely Python. At the top of his screen you can see the "from ... import ..." statements, and he's using list comprehensions [... for ... in ...].

Re: What language is this?

Posted: Sun Apr 08, 2012 11:47 am
by thegleek
UltimateImperative wrote:
Definitely Python. At the top of his screen you can see the "from ... import ..." statements, and he's using list comprehensions [... for ... in ...].

Awesome. thanks. i think it's time to take the plunge to learn a brand new language. I've been long enough in the .NET languages and Java... Never ventured out deep enough into the newer stuff they call Python. let the journey begin!

Re: What language is this?

Posted: Sun Apr 08, 2012 12:55 pm
by yuriylsh
Here is slightly better picture, it's definitely Python
Image

Re: What language is this?

Posted: Sun Apr 08, 2012 5:43 pm
by Flatland_Spider
Absolutely python, if statements ended with a ':' give it away.

The editor might be Geany or Gedit.

Re: What language is this?

Posted: Sun Apr 08, 2012 8:34 pm
by moresmarterthanspock
Monty python?

I'm no programmer, but maybe something like...

Rule 1 Fetch e-mail containing dead parrot- proceed to rule 2
Rule 2 In case of Spam- refer to rule 5
Rule 3 No spam- refer to rule 4
Rule 4 Display e-mail of dead parrot
Rule 5 Singing vikings

No, seriously, the only programming I've ever done was batch files in MS-DOS, but I hope I've made a somewhat humurous point.

Re: What language is this?

Posted: Mon Apr 09, 2012 1:58 am
by just brew it!
The language is allegedly named after Monty Python. The IDE that comes bundled with Python is even called IDLE (as in Eric). Python textbooks and tutorials also tend to contain Monty Python references (e.g. "spam" and "eggs" as example input values).

Oh, and a couple of years ago Google had a project to come up with a compiler that would compile Python to native machine code. The name of the project? "Unladen Swallow".

Re: What language is this?

Posted: Mon Apr 09, 2012 8:16 am
by SuperSpy
The editor looks like notepad++ to me.

Re: What language is this?

Posted: Mon Apr 09, 2012 8:27 am
by bthylafh
just brew it! wrote:
The language is allegedly named after Monty Python. The IDE that comes bundled with Python is even called IDLE (as in Eric).


No "allegedly" about it; it /is/ named after Monty Python. In addition to IDLE, there's a fancy 3rd-party IDE that's called Eric.

Re: What language is this?

Posted: Tue May 22, 2012 9:52 pm
by tesmar
At quick glance I was gonna say ruby but closer inspection reveals python, drat!