This post Auto-scaling in Azure shows a proof of concept for auto-scaling an Azure Solution and the different options that you have for implementing a similar solution.
Groovy++ adds to Groovy static typing with very little in terms of trade off (meta programming)
Allowing mixing of static and dynamic code in the same application.
Same speed as Java – sometimes faster, sometimes slower depending on how the problem is expressed.
Groovy++ is really Java ++ and is thus a natural and easy path for the millions of Java programmers.
Groovy not being controlled by the boffins at Snoracle hopefully means innovation in the platform can happen much faster and address real developer needs.
Others in the community counter that Scala is ~50 times faster than Groovy++.
Rockford Lhotka has a three part series here discussing the benefits and usage of the SQL Server Modeling technologies in the context of his CSLA .NET framework. It is a framework for building the business logic layer in your applications.
He demonstrates modeling, a DSL (domain specific language), code savings, reduced testing burden, and consistency of the user experience.
This function peels off two items at a time placing them in $key and $value, $list gets the remainder (it has two fewer items now). Then key/value pair is added to the $Properties hash table. The while loop continues until $list is empty.
After the $Properties hash table is built up, a new PSObject is returned with those properties created and populated by using the –Property parameter on New-Object.
Andy Bryant has some ActionScript Puzzlers over here. So, let’s try them in PowerShell.
So the question is what does the call to loopy() return?
The answer is BEE,BOP,BOP,BOO. The extra BOP is the same result as the ActionScript and the same reason:
Although it appears that caps is defined only within the for loop, it is actually defined at the scope of the function. Therefore for the second null in the array, caps was not overwritten, but instead retained its value from the previous iteration of the loop.
Charles Fleischer delivers a hysterical send-up of a time-honored TED theme: the map. Geometry, numbers, charts and stamp art also factor in (somehow), as he weaves together a unique theory of everything called "Moleeds."