Files
swift-mirror/docs/tools/swift.pod
Argyrios Kyrtzidis 57c8040203 Introduce a skeletal man page for swift, to satisfy buildit verification.
Feel free to expand it at will.

Swift SVN r9446
2013-10-17 15:24:43 +00:00

27 lines
848 B
Plaintext

=pod
=head1 NAME
swift - the amazingly new programming language
=head1 SYNOPSIS
B<swift> [B<-c>|B<-S>|B<-i>] B<-sdk=>I<SDK-path> B<-g>
[B<-O0>|B<-O1>|B<-O2>|B<-O3>]
B<-o> I<output-file>
I<input-filenames>
=head1 DESCRIPTION
B<Swift> is a new, high performance systems programming language. It has a clean
and modern syntax, and offers seamless access to existing C and Objective-C code
and frameworks, and is memory safe (by default).
Although inspired by Objective-C and many other languages, Swift is not itself a
C-derived language. As a complete and independent language, Swift packages core
features like flow control, data structures, and functions, with high-level
constructs like objects, protocols, closures, and generics. Swift embraces
modules, eliminating the need for headers and the code duplication they entail.
=cut