ReBreached Forums
Any new programming languages? - Printable Version

+- ReBreached Forums (https://rebreached.vc)
+-- Forum: General (https://rebreached.vc/Forum-General)
+--- Forum: Programming (https://rebreached.vc/Forum-Programming)
+--- Thread: Any new programming languages? (/Thread-Any-new-programming-languages)



Any new programming languages? - gigaplanet - 12-20-2023

Do you guys know of any new programming languages that could gain traction?


RE: Any new programming languages? - lmvnchrmkqobhlewmh - 12-24-2023

Try learn Go. It's really great.


RE: Any new programming languages? - talamasca0190 - 02-04-2024

(12-20-2023, 09:58 PM)gigaplanet Wrote: Do you guys know of any new programming languages that could gain traction?

If you are new to programation :
C, C++, Python, bash scripting
If you already know theses maybe go for Rust Golang and concurrent programing.


RE: Any new programming languages? - wmtrader - 02-04-2024

1. Rust: Known for its focus on safety, performance, and concurrency, Rust has gained popularity due to its ability to write reliable and efficient code. It is commonly used for systems programming.
 
2. Kotlin: Developed by JetBrains, Kotlin is a statically typed programming language that runs on the Java Virtual Machine (JVM). It has gained popularity as an alternative to Java for Android app development.
 
3. Swift: Created by Apple, Swift is a programming language used for developing iOS, macOS, watchOS, and tvOS applications. It offers modern syntax and features that make app development more efficient.
 
4. Julia: Julia is a high-level programming language designed for scientific computing and data analysis. It aims to combine the performance of low-level languages with the ease of use of high-level languages.


RE: Any new programming languages? - Amex - 03-03-2024

I have to agree with Rust. It is gaining traction in all sorts of software. It was recently in the news for being being referenced by the white-house haha. It is a bit of a different way of programming though, you will need to get used to it.


RE: Any new programming languages? - BroIDFK - 03-05-2024

Been into mojo lately. Pretty easy and fast language. Still has some space to improve