Google Carbon Programming

Get hands on experience of new Google programming language

Ratings: 4.86 / 5.00




Description

Carbon is a new and an experimental, general-purpose programming language. It is an open-source project launched by Google. It is designed as a successor language to C++ .


Carbon intends to fix several perceived shortcomings of C++ but otherwise provides a similar feature set. The main objective of the language are readability and "Bi-directional interoperability" (which allows the user to include C++ code in the Carbon file), as opposed to using a new language like Rust, that, while being influenced by C++, is not two-way compatible with C++ programs. Carbon is in an experimental phase and Changes to the language will be decided by the Carbon leads as and when required.


This 2.5 hour course is kind of a crash course with fundamental concepts. Version 1 of the language is expected in 2024, and I will be adding more updates and new content as and when the language announces new features.


At the end of each section, an assignment is added for you to have hands on experience of what you have learnt in that section. I will be adding more challenging assignments with the passage of time.


This course is for any programmer new to Carbon. All programmers who have experience with any High-Level Language can easily grasp this course. Carbon is the language of future.


So Happy coding Carbon

What You Will Learn!

  • The basics of Google Carbon
  • Arrays & Control Structures
  • Functions and User-Defined Data Types
  • Pointers & Basic Data Structures in Carbon
  • Recursion using Carbon
  • Practical Assignments

Who Should Attend!

  • Anyone who is new to Carbon Language
  • C/C++ coders looking to move to the next advance level
  • Rust programmers anxious to explore alternatives for performance and safety
  • Programmers who want to take lead in learning of a new developing language