summaryrefslogtreecommitdiffstats
path: root/development/swift/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/swift/README')
-rw-r--r--development/swift/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/development/swift/README b/development/swift/README
deleted file mode 100644
index 1f02f990d6..0000000000
--- a/development/swift/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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.