Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: At Last, a Useful Definition of "Scripting Language"

by pg (Canon)
on Oct 26, 2004 at 18:28 UTC ( [id://402748]=note: print w/replies, xml ) Need Help??


in reply to Re^2: At Last, a Useful Definition of "Scripting Language"
in thread At Last, a Useful Definition of "Scripting Language"

"From within the limited environment of an IDE like Microsoft's Visual C++, C code is actually sort of a "scripting" language,"

I really like this point you made. Once you pointed it out, it makes great sense to me.

In this sense, pre-c is also kind of mixture of real c code and mini-scripting language. In pre-c source code, you can directly embed SQL statement, but before it goes through the c compiler, it will first go through a pre-c "compiler", which will convert SQL statements to c code.

By the way, I like what pre-c allows me to do, as I don't need to concate a series of ugly string into a SQL statement, which is not visually clear and pleasant to me.

  • Comment on Re^3: At Last, a Useful Definition of "Scripting Language"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://402748]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-19 06:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found