Saturday, September 20, 2014

Recent Article About Swift Confirms Apple's Position

I really do hate being right sometimes.  I believe that's enough said on the subject, don't you?  All I know now is that action must be taken.   The era of closed source languages is over and has been for some time.

Monday, September 15, 2014

ToDo for GNUstep

My personal todo list on GNUstep at the moment in no particular order:

  1. XIB v5 support, currently working on this.
  2. Complete XIB/NIB creation via Gorm
  3. NSMetadata classes
    1. Involves looking into GWorkspace to see how metadata is extracted for files and to separate this functionality out.
  4. Printing on Windows. Integration with PrintDlg and GDI Printing API on Windows.
  5. Fix issues in buildtool/xcodebuild clone.
  6. WebKit implementation/Browser using CEF+elements of SWK
  7. Class Parser bugs fixed for ProjectCenter.

Objective-C end of life?? Not a chance...

Recently, I saw this article regarding ObjCs "end of life" from JetBrains. The tiobe index seems to disagree. It’s also importa...