ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

What's your Programming Language?

<< < (3/17) > >>

Tuxman:
Ahem. Delphi certainly does have a framework -- that's what BCL is. I think what you mean is that Delphi doesn't have any kind of virtual machine or abstraction layer in which it runs.-CWuestefeld (October 26, 2009, 12:39 PM)
--- End quote ---
Ah, yes. Sorry, phrasing FAIL.  :)

it's worthwhile noting that it was designed by the lead designer of C#, Anders Hejlsberg.-CWuestefeld (October 26, 2009, 12:39 PM)
--- End quote ---
So what's wrong with that guy now?

javascript lends itself well to dynamic programming techniques that you might expect to need a Python or Ruby for.-CWuestefeld (October 26, 2009, 12:39 PM)
--- End quote ---
None of these are programming languages. There is some structural difference, right?

tranglos:
javascript lends itself well to dynamic programming techniques that you might expect to need a Python or Ruby for.-CWuestefeld (October 26, 2009, 12:39 PM)
--- End quote ---
None of these are programming languages.
-Tuxman (October 26, 2009, 12:45 PM)
--- End quote ---

I just threw an exception here. I think we're having a communication breakdown :)

tranglos:
Yay, language wars!   :onfire: :harhar: ::)

CWuestefeld:
javascript lends itself well to dynamic programming techniques that you might expect to need a Python or Ruby for.-CWuestefeld (October 26, 2009, 12:39 PM)
--- End quote ---
None of these are programming languages. There is some structural difference, right?
-Tuxman (October 26, 2009, 12:45 PM)
--- End quote ---
I'd be inclined to include in the category of programming languages at least those that are Turing complete, because those are the ones that you can write any program in (with varying degrees of efficiency).

That would certainly exclude markup languages like HTML, XML, SGML. It technically even excludes SQL. But any language that satisfies the bare essentials for building a general-purpose algorithmic engine (and the bar is pretty low; have you ever programmed in, say, 6502 assembler?) ought to a candidate.

But then, I'm not the one who posed the original question.

mouser:
We had a long discussion about scripting languages here:
https://www.donationcoder.com/forum/index.php?topic=4461.0

In general i think it's silly to say a scripting language isn't a "real" programming language -- the real issue is choosing the right tool for the right job.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version