mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 09:19:15 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19583 72102866-910b-0410-8b05-ffd578937521
27 lines
1 KiB
Text
27 lines
1 KiB
Text
@c @unnumbered Foreword
|
|
|
|
The aim of this document is to provide a GNUstep/Objective-C programming
|
|
manual (primarily tutorial in style) for the language, the GNUstep Base
|
|
library, and the GNUstep Make package. While to focus is on Objective-C, the
|
|
GNUstep libraries can also be used from Java and Guile, and some information
|
|
on this usage is also included.
|
|
|
|
The manual does not cover installation instructions as these vary from system
|
|
to system, and are documented fairly well in the GNUstep
|
|
@uref{../../../User/GNUstep/gnustep-howto_toc.html, HOWTO}.
|
|
|
|
The target audience for this manual is the C, C++, or Java programmer that
|
|
wishes to learn to use Objective-C effectively. We assume that, while the
|
|
reader is able to understand English, it is quite possibly not their native
|
|
language.
|
|
|
|
For detailed class reference documentation the reader is directed to the
|
|
GNUstep Base Library @uref{../Reference/index.html, , documentation}, and to
|
|
the Apple Cocoa Objective-C Foundation documentation (available through
|
|
@url{http://www.apple.com}).
|
|
|
|
|
|
|
|
|
|
|
|
|