Programming languages gaining popularity and being actively developed are,
- Rust: Rust is a systems programming language that prioritizes safety and performance. It gained significant attention for its focus on memory safety and concurrent programming.
- TypeScript: TypeScript is a superset of JavaScript that adds static typing to the language. It became increasingly popular for web development, especially when building large-scale applications.
- Swift: Swift is a programming language developed by Apple for building iOS, macOS, watchOS, and tvOS applications. It offered a modern and safe alternative to Objective-C.
- Kotlin: Kotlin is a modern programming language that runs on the Java Virtual Machine (JVM). It gained popularity as an alternative to Java for Android app development.
- Go (Golang): Go is a language developed by Google, known for its simplicity, speed, and strong support for concurrent programming. It was widely used for building scalable web applications and microservices.
- Julia: Julia is a high-level, high-performance programming language for technical computing. It gained traction in the scientific and data science communities due to its speed and ease of use.
- Dart: Dart is a language developed by Google, primarily used for building web and mobile applications with the Flutter framework.