Objectively icon indicating copy to clipboard operation
Objectively copied to clipboard

Object oriented framework and core library for GNU C. Inspired by Objective-C. Zlib license.

Results 3 Objectively issues
Sort by recently updated
recently updated
newest added

It'd be nice to introduce anonymous classes for "one-off" objects that override a method or two, but do not warrant their own named type. I think the most appealing way...

enhancement

If the `StringReader` proves useful, it'd make sense to introduce counterparts for other common stream operations, namely: * Consider adding a Reader class that operates on Data just as StringReader...

Howdy Jay, found this newfangled thing that extends the ObjC runtime by automatically converting ObjC Cocoa into pure C. Not sure if this is necessarily useful to Objectively, but thought...