[Mono-list] PHP# - feasibility study so far - for comment

Angel "Java" Lopez webmaster@ajlopez.com
Sun, 15 Dec 2002 14:58:13 -0300


Hi people!

I think that we can implement something like PHPValue, and then subclass:
PHPString, PHPInteger, PHPReal, PHPArray, PHPObject and PHPReference, to
manage dynamically the php values.... The basic operators (like . the
concatenate operator), can be implemented like methods, one version for each
class... The PHP objects are "associative-array-like" objects, and can be
created on the fly (an example: mysql_fetch_object) without a predefined
class. Of course, the objects needs a method-table....

But, the PHP#, is an interpreter?

Angel "Java" Lopez

----- Original Message ----- . Also, most
> languages I know that target the CLI are strongly typed. Doesn't PHP's
> being loosely typed present a problem?