Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

(WOT) CSS(C Style Scripting)?

by jptxs (Curate)
on Jul 01, 2001 at 16:49 UTC ( [id://93015]=perlmeditation: print w/replies, xml ) Need Help??

after seeing this I was wondering how many monks had heard of C Style Scripting and what did they think it was good for. I don't ask this with any preconceived notion as I'd never heard of it. I'm always up for using the best tool for the job and wondered if anyone found this CSS stuff to be the best tool for some job...

just curious =)

"A man's maturity -- consists in having found again the seriousness one had as a child, at play." --Nietzsche

Replies are listed 'Best First'.
Re: (WOT) CSS(C Style Scripting)?
by Anonymous Monk on Jul 01, 2001 at 20:21 UTC
    It seems remarkably un-C-like to me. Sure, it has a few syntatical similarities to C like the for and while loops, but so does perl. The C standard library functions aren't there, the ones that are have different names (strlen vs. strLength). The only type is var. You do no memory management at all. The list goes on and on, this is not a C-like language any more than perl is.

    It's also worth noting that the CSS reference states: "Local arrays (e.g. declared within a function) are allocated at runtime and may have variable indexes. This is a unique feature of CSS you won't find in C/C++" This is false, the C99 standard allows for arrays to have a variable index.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-26 04:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found