[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Scriptometer: measuring the ease of SOP (Script Oriented Programming) of programming languages
- To: address@hidden
- Subject: Scriptometer: measuring the ease of SOP (Script Oriented Programming) of programming languages
- From: Pixel <address@hidden>
- Date: 21 Sep 2002 02:14:49 +0200
- Sender: address@hidden
- User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
http://merd.net/pixel/language-study/scripting-language/
The Scriptometer tries to measure wether a programming language can be
easily used for SOP (Script Oriented Programming).
This is a first try. There are very few programs yet. I plan to add:
* ease of accessing environment variable
* ease of file access
* a program printing something based on a few variables, something
like: print "$name is $n"
* ease of converting between numbers and strings
And also a category on scripting-oriented programming language features:
* strongly-typed (esp. no segfault) => so that you can debug later
And some more languages, esp. Scheme and Common Lisp
Additions, suggestions and comments welcome (including spelling,
grammatical and stylistic corrections :)
--
Pixel
programming languages addict http://merd.net/pixel/language-study/