|
|
|
|
|
by sparky4pro
382 days ago
|
|
Swift is usable (on Apple operating systems) if you use the add ons that Apple provides (like SwiftUI).
Other than that… forget about it.
Tried to use Swift for CLI apps (on macOS) and it failed miserably. The reason: after reaching a certain code size the Swift compiler is reporting vague syntax errors without line numbers. Unacceptable in 2025. |
|