Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

From my understanding of the issue, a scripting language was once a small language with one purpose which quickly expanded to fill all possible needs (e.g. Perl).

By this definition C isn't a scripting language, as it was small and stood that way.



How is that meaningful from a computer science standpoint?


I'm definitely stealing from someone else's comment a long time ago but they said it very well: The difference is that scripting languages have no main function (as far as I know).


This obviously is not in the spirit of what you're saying, but...

Python main() functions by Guido van Rossum

http://www.artima.com/weblogs/viewpost.jsp?thread=4829


I think the idea is that you optionally can have a main, but you aren't required to do so ;-)


Well, isn't that called a "general-purpose programming language"?


Maybe "scripting language" is the way today's kids say it?


C is a general-purpose programming language but I don't think anyone ever called it a "scripting" language... (besides "scripting" DSL's with C syntax in some games)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: