Ruby.rewrite(Ruby)
In this RubyFringe talk, Reginald Braithwaite writes Ruby code to read, write, and rewrite Ruby. Demos include extending Ruby with conditional expressions, call-by-name and more.
- Ruby,
Tracking change and innovation in the enterprise software development community
Posted by Jonathan Allen on Mar 11, 2008 06:33 AM
Even before tools like Reflector made it easy, decompiling .NET applications has become standard operating procedure. Common reasons to decompile an application include learning how compiler's translate code, working around a library's limitations, or outright stealing another person's work. In the world of web browsers, it is so common that "view source" is a primary means of learning how to program.
Setting aside the legal implications, decompiling a Silverlight 2 application is a simple matter. All of the files needed for a Silverlight application are stored in a single ZIP file called a XAP. It contains all of the XAML, DLL, and config files needed by the application. Once extracted, the DLLs can be opened with ILDASM or your favorite decompiler.
If you are interested in learning more about XAP files, check out Pete Brown's blog.
Agile development secrets - steps to succeed with agile practices webcast
Smart agile development within dispersed teams
White Paper: Writing Good Use Cases
Webcast: Applying lean thinking to the governance of software development
In this RubyFringe talk, Reginald Braithwaite writes Ruby code to read, write, and rewrite Ruby. Demos include extending Ruby with conditional expressions, call-by-name and more.
Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.
Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.
Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.
Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).
Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.
Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.
In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.
No comments
Reply