dynamic language

Nikic's Blog: How big are PHP arrays (and values) really? (Hint:...

PHPDeveloper.org  Fri, 12/16/2011 - 10:28

In this recent blog post nikic takes an in-depth look at how large PHP arrays really are - how memory is used in the creation and management of these handy PHP variable types.


 

Daniel Cousineau's Blog: Netbeans Code Completion and your Zend_...

PHPDeveloper.org  Wed, 05/12/2010 - 12:02

Daniel Cousineau has posted a quick tip for Netbeans users that are working with the Zend Framework.

The tip involves code completion support in your Zend_View instances.


 

PHP 5.3.1 released for 5 security flaws, 113 bugs

Linux Today  Fri, 11/20/2009 - 13:33

Netstat -vat: "The first update to PHP 5.3 is now available providing 5 security fixes in addition a long list of bug fixes to the popular open source dynamic language."


 

PHP Aims for the Mainstream in Zend Server 5

Linux Today  Thu, 10/22/2009 - 03:33

Internetnews: "The open source dynamic language PHP has been a mainstay of the Web application delivery landscape for the past decade, but only in recent years has it made serious inroads into enterprise IT development."


 

Using Gambit-C Scheme to Create Small, Efficient Native Applicat...

Linux Today  Tue, 09/15/2009 - 01:32

DevX: "When you need to build small, native standalone applications, Gambit-C Scheme provides a high-level dynamic language with good runtime and memory performance, as well as good deployment options."


 

This Week on Github: Stupid Ruby Tricks

Linux Today  Thu, 07/16/2009 - 13:03

Linux Magazine: "Ruby is a very dynamic language. You can turn the language inside out, give objects a frontal lobotomy, and stitch the whole thing back together again, all at runtime.

Here are some examples."


 

This Week on Github: Stupid Ruby Tricks

Linux Magazine: Top Stories  Wed, 07/15/2009 - 22:28

Ruby is a very dynamic language. You can turn the language inside out, give objects a frontal lobotomy, and stitch the whole thing back together again, all at runtime.

Here are some examples.


 

Mike Willbanks' Blog: PHP Type Hinting

PHPDeveloper.org  Wed, 07/08/2009 - 11:57

There's been lots of talk about type hinting lately (both on blogs and on mailing lists) so Mike Willbanks has decided to add some of his own thoughts about why it should be included.