Carbon - First Impression [Programming Languages Episode 28]

  Рет қаралды 3,346

Mike Shah

Mike Shah

Күн бұрын

►Full First Look Series Playlist: • Programming Languages ...
►Find full courses on: courses.mshah.io/
►Join as Member to Support the channel: / @mikeshah
►Lesson Description: In this lesson we take a look at Carbon -- a potential C++ successor language that was first announced in July of 2022. Carbon is in the early stages, and is a promising project to improve how we write and read C++ code. Carbon emphasizes the idea that we can interoperate and mix with C++ code, such that we'll be able to transition from one language to the other over time. Carbon is one of the earliest languages that we have looked at in this series, and it is perhaps interesting to watch the evolution of a programming language from start to design. I'll look forward to watching the development, and I'm curious what folks think of Carbon. As always, let me know what resources/tools I missed that others should know about in the comments below!
►KZbin Channel: / mikeshah
►Please like and subscribe to help the channel!
►Join our free community: courses.mshah....

Пікірлер: 32
@twenty-fifth420
@twenty-fifth420 4 ай бұрын
IMO, I see CPP Front as the future of C++ and other languages as well. The big 3 of those are D, Nim and Odin. You could say Rust, but I know some Rusties would get on me for that. I could also say Swift as an honorable mention, but it is sort of inbetween a high/low systems language. Since it does not have raw memory access except with interfacing with C/C++, I know some hardcore C++ devs will probably look away at it. ...That said, Carbon is a very cool name.
@MikeShah
@MikeShah 4 ай бұрын
I'm excited to see what happens (and maybe some of you folks will even participate in pushing things one way or the other :) ). It was interesting that in the JavaScript evolution comparison, that TypeScript pretty much has won, but there were other things like CoffeeScript (which is still in use) that I remember being quite popular -- so never know what will take off!
@GaryChike
@GaryChike 4 ай бұрын
I agree with many of your comments Mike. I have a strong 2D/3D background since 1991, and seeing the keyword 'vector' as a dynamic array in C++ always throws me off a little
@MikeShah
@MikeShah 4 ай бұрын
I can't recall the history, I know it's documented somewhere, but I just don't know why it wasn't 'dyn_array' or something of that sort 😂
@GaryChike
@GaryChike 4 ай бұрын
@@MikeShah 😂
@c_3ax
@c_3ax 4 ай бұрын
mike, ever thought about streaming? awesome video as always btw
@MikeShah
@MikeShah 4 ай бұрын
Starting to consider it more -- need to figure out Twitch vs KZbin and what kind of content. I think some of the content from this series would have been nice to livestream
@bsdooby
@bsdooby 4 ай бұрын
Looking forward to some nice livestreams 👍
@c_3ax
@c_3ax 4 ай бұрын
@@MikeShah great! and yes, this series would be nice in stream :)
@bsdooby
@bsdooby 4 ай бұрын
Would be great to have an honest feedback from you @MikeShah on the most promising language of these „direct“ alternatives to C++. Which one do you/did you like the most, etc.
@bsdooby
@bsdooby 4 ай бұрын
No need to consider Dlang (the best anyways ;)), or the other languages of the series which are not considered system languages.
@MikeShah
@MikeShah 4 ай бұрын
Throwing out dlang from the contenders, so far I like cpp2 🙂 could be purely because it seems further along​@@bsdooby
@androth1502
@androth1502 4 ай бұрын
i'm surprised you haven't done C# yet. it's one of the more popular languages. i've dabbled in it and at first, i thought it was the most beautiful programming language, then it became a mess like C++, now it's back on my top 10. i actually find all the .NET language family fun and interesting in their own way(C#, F#, scala (which targets both JVM and CLR)).
@MikeShah
@MikeShah 4 ай бұрын
C# is one I'm considering for later on. I really haven't used it for anything serious in probably 10 years -- so it'll probably feel like a new language to me :)
@314Labs
@314Labs 4 ай бұрын
Love this series!!
@MikeShah
@MikeShah 4 ай бұрын
Thank you! It's been a blast to film :)
@kseo-u
@kseo-u 4 ай бұрын
C3 next?
@MikeShah
@MikeShah 4 ай бұрын
Will add it to the wishlist -- I think there was also Safe-C, Cyclone, HolyC (which I just learned about) and maybe C0 if I recall correctly 😅
@kseo-u
@kseo-u 4 ай бұрын
@@MikeShah The joyful list of languages that aim to fix C! Looking forward! Love this series. Helps me to learn so many different languages I never knew about
@androth1502
@androth1502 4 ай бұрын
@@MikeShah holyc was written by the greatest programmer who ever lived. you would have to run holyc in an emulator and be prepared for a psychedelic experience of flashing text and no line spacing.
@thegameoflife9179
@thegameoflife9179 4 ай бұрын
there must be a carbon footprint if we use this? sorry couldnt resist 🤣
@MikeShah
@MikeShah 4 ай бұрын
😜
@Singlton
@Singlton 4 ай бұрын
Garbage collected? If yes then through it away and use Rust
@MikeShah
@MikeShah 4 ай бұрын
I have not heard anything about this being garbage collected: github.com/carbon-language/carbon-lang/blob/trunk/docs/project/faq.md#why-not-a-garbage-collected-language-like-java-kotlin-or-go
@bobweiram6321
@bobweiram6321 4 ай бұрын
"Perceived shortcomings of C++?" That phrase tells me everything I need to know about the language. It was designed with the same philosophy behind C++ which means it sucks.
@MikeShah
@MikeShah 4 ай бұрын
Still in active evolution, let's see what happens!
@__hannibaalbarca__
@__hannibaalbarca__ 4 ай бұрын
If they are some, why we need to west time.
@romangeneral23
@romangeneral23 3 ай бұрын
It's called Dark Mode. Use it please!!!!
@balodoc
@balodoc 3 ай бұрын
u have no right to criticize the programming language if you cannot create one yourself
@MikeShah
@MikeShah 2 ай бұрын
This series is about a 'first impression' of using a language, and explicitly not to negatively criticize any selected language. Languages come with many trade-offs :) I will admit at this time my own hobby programming languages I have created previously are indeed nothing overly complex or as complete as anything viewed here 😅. The goal is to look at languages for a first time, and capture that 'first hour' or so investigating something new (i.e. in many ways to become a newcomer again). 🙂
Mojo - First Impression [Programming Languages Episode 29]
1:10:21
C3 - First Impression [Programming Languages Episode 31]
1:17:23
Mike Shah
Рет қаралды 4,3 М.
Это было очень близко...
00:10
Аришнев
Рет қаралды 7 МЛН
Wait for it 😂
00:19
ILYA BORZOV
Рет қаралды 11 МЛН
2 MAGIC SECRETS @denismagicshow @roman_magic
00:32
MasomkaMagic
Рет қаралды 32 МЛН
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 74 МЛН
Carbon Language - Who is it even for?
17:36
gingerBill
Рет қаралды 28 М.
Val - The Rust Killer | Prime Reacts
16:54
ThePrimeTime
Рет қаралды 96 М.
C vs C++ | Which Should you Learn?
8:53
Caleb Curry
Рет қаралды 27 М.
the TRUTH about this NEW Language (BETTER Than Rust and C++?)
7:37
SDL3.1.3 Stable ABI Preview - October 2024 [News]
17:08
Mike Shah
Рет қаралды 1,5 М.
Compiler Q&A, September 2024
2:10:03
Jonathan Blow
Рет қаралды 30 М.
Programming Languages I used at Google (C++ rant)
6:14
NeetCodeIO
Рет қаралды 98 М.
Falling In Love With Gleam
33:26
Theo - t3․gg
Рет қаралды 205 М.
APPLE WATCH 10 - ЧАСЫ ЗАГАДКА
14:50
ЗЕ МАККЕРС
Рет қаралды 45 М.
Новый планшет Карины😍
0:45
Карина Ням-Нями
Рет қаралды 1,3 МЛН