Deputy is a C compiler that is capable of preventing common C programming errors, including out-of-bounds memory accesses as well as many other common type-safety errors. It is designed to work on real-world code, up to and including the Linux kernel itself.
“dict methods dict.keys(), dict.items() and dict.values() return “views” instead of lists. For example, this no longer works: k = d.keys(); k.sort(). Use k = sorted(d) instead” — yeah, let’s not use objects, those are for sissies.
ThirdBase differs from Ruby’s standard Date/DateTime class in the following ways:
* ThirdBase is roughly 2-12 times faster depending on usage
* ThirdBase has a lower memory footprint
* ThirdBase supports pluggable parsers
* ThirdBase doesn’t depend on Ruby’s Rational class
* ThirdBase always uses the gregorian calendar
Saved my day
Shame, but such is business. Hopefully those four will continue to add their valuable contributions to Rubinius onwards.
KTUIKit currently includes the XS-Controllers, KTView, subclasses of many of the standard Cocoa controls, KTLayoutManager and KTStyleManager. The Interface Builder plug-in provides a GUI for the layout manager and style manager.