Swift
Powerful and intuitive language for Apple platforms
Overview
Swift is Apple's modern programming language for iOS, macOS, watchOS, and tvOS development. It combines performance with safety and expressiveness.
Language Aliases
Supported Aliases
run swift "print("Hello")"
run swiftlang "print("Hello")"
Output
Hello
Hello
REPL Behavior
Swift's REPL maintains state across commands. Variables, functions, and types persist within the same REPL session.