swift

High-performance system programming language by Apple

brewmacoslinux
Try with needOr install directly
Source

About

High-performance system programming language

Commands

swiftswiftc

Examples

Run a Swift script directly$ swift script.swift
Compile Swift source code to executable$ swiftc -o myapp main.swift
Start interactive Swift REPL for experimentation$ swift