Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Scripting is Dead; Long Live Scripting (wootest.net)
3 points by fogus on May 20, 2011 | hide | past | favorite | 2 comments


As I've understood the term (and how I use it), a scripting language is one that doesn't require explicit compilation (as opposed to JIT compilation, for example) to be run, allowing for fast(er) code-test cycles.

You hear of shell and Python scripts, but (at least myself) never of C and Java scripts.


But in fact, there are C interpreters, such as:

http://root.cern.ch/drupal/content/cint

and

http://code.google.com/p/picoc/

There are also Python compilers, such as:

http://cython.org/




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

Search: