On Hyperpolyglot.org there's an interesting listing of scripting language syntax - PHP, Python, Ruby and Perl - showing some of their common syntax and data structures side by side.
Sections of the reference sheet include
data structuresHyperpolyglot.org: Syntax for Common Tasks - Side-by-side (Ruby,...PHPDeveloper.org Mon, 08/15/2011 - 09:12
On Hyperpolyglot.org there's an interesting listing of scripting language syntax - PHP, Python, Ruby and Perl - showing some of their common syntax and data structures side by side. Sections of the reference sheet include Wrapping a Program Around the Core Data StructureLinux Today Wed, 11/10/2010 - 01:03
Systhread: "Rule 5. Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Available for PHP Extension Writing - Derick RethansPlanet PHP Mon, 03/15/2010 - 06:28
Available for PHP Extension Writing Slightly more than a month ago I left my job as team-lead of eZ Components at eZ Systems behind, to focus on something new. Fabien Potencier's Blog: The state of YAML in PHPPHPDeveloper.org Mon, 12/21/2009 - 09:25
In this new article on his blog Fabien Potencier looks at the current state of the YAML markup language and how well it's supported in the world of PHP. Redis: Lightweight key/value Store That Goes the Extra MileLinux Today Wed, 09/02/2009 - 09:33
Linux Magazine: "Calling redis a key/value store doesn’t quite due it justice. It’s better thought of as a “data structures” server that supports several native data types and operations on them." Linux kernel design patterns - part 3Linux Today Fri, 07/10/2009 - 06:04
LWN.net: "In this final article we will be looking at just one design pattern. We started with the fine details of reference counting, zoomed out to look at whole data structures, and now move to the even larger perspective of designing subsystems." Linux kernel design patterns - part 2Linux Today Tue, 06/30/2009 - 07:32
LWN.net: "This week we will look at a very different aspect of coding and see why the kernel has special needs, and how those needs have been addressed by successful approaches. |