summaryrefslogtreecommitdiffstats
path: root/development/swift/README
diff options
context:
space:
mode:
author Felipe Bugno2017-11-10 14:56:43 +0100
committer David Spencer2017-11-10 14:56:43 +0100
commitf5cdd109dc644f4e751b6afdc35f5bc6c94ce321 (patch)
tree4f30d428f5ec459a26e5ee7cb7c8bdf14f3c8def /development/swift/README
parent5562247c27a259c8d6eb9847424b32de4a8c2bb7 (diff)
downloadslackbuilds-f5cdd109dc644f4e751b6afdc35f5bc6c94ce321.tar.gz
development/swift: Added (the Swift programming language).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/swift/README')
-rw-r--r--development/swift/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/swift/README b/development/swift/README
new file mode 100644
index 0000000000..1f02f990d6
--- /dev/null
+++ b/development/swift/README
@@ -0,0 +1,9 @@
+Swift is a general-purpose programming language built using a modern
+approach to safety, performance, and software design patterns.
+
+It is intended as a replacement for C-based languages (C, C++, and
+Objective-C). As such, Swift must be comparable to those languages in
+performance for most tasks. Performance must also be predictable and
+consistent, not just fast in short bursts that require clean-up later.
+
+It ships with its own LLDB.