4 Programming Languages You Might Not Know 👩‍💻

  Рет қаралды 294,008

Coding with Lewis

Coding with Lewis

4 ай бұрын

Пікірлер: 254
@reiniermoreno1653
@reiniermoreno1653 4 ай бұрын
So basically Lobster is the rustification of python
@2MinutesScienceChannel
@2MinutesScienceChannel 4 ай бұрын
Rust has a crab, Lobster has a lobster.
@aumbhatt5339
@aumbhatt5339 3 ай бұрын
Rust mentioned
@user-hy5cx9iu3l
@user-hy5cx9iu3l 3 ай бұрын
​@@aumbhatt5339 RUST MENTIONED 💪💪💪
@benbosco7904
@benbosco7904 3 ай бұрын
Compiling to JS being a good thing makes me sad.
@TuxraGamer
@TuxraGamer 3 ай бұрын
PHP but this time it does truly suck
@masterchief5589
@masterchief5589 3 ай бұрын
Me: Mom, can we have Rust? Mom: We have Rust at home Rust at home:
@almewr
@almewr 3 ай бұрын
lobster lmao
@vaishnav_mallya
@vaishnav_mallya 3 ай бұрын
Everything evolves to crab
@almewr
@almewr 3 ай бұрын
@@vaishnav_mallya ooh i know about that. i guess its called carcenization or something similar lol
@eidiazcas
@eidiazcas 2 ай бұрын
If you don't want to mess with memory and async issues gleam is an amazing gc alternative
@MisterFaucker
@MisterFaucker Ай бұрын
?
@UTJK.
@UTJK. 3 ай бұрын
Gleam has the cutest logo ever...
@godofpumpkins
@godofpumpkins 3 ай бұрын
golang?
@UTJK.
@UTJK. 3 ай бұрын
@@godofpumpkins that would have been my answer before discovering this adorable pink star 🤩😍
@CoPoint
@CoPoint 3 ай бұрын
@@UTJK. Wait, PINK star? Great, now I can't get "No, this is Patrick..." out of my head 🤣 - maybe not the best association for a programming language 😁...
@UTJK.
@UTJK. 3 ай бұрын
@@CoPoint ✌️🤣
@tigana
@tigana Ай бұрын
Ikr it makes me want to try it just because it’s so adorable😭
@tzisorey
@tzisorey 2 ай бұрын
It feels weird to say "it compiles to javascript"
@macchiato_1881
@macchiato_1881 2 ай бұрын
I thought I would never hear in my life that a programming language compiles to Javascript of all things
@aquau5777
@aquau5777 Ай бұрын
I mean it's pretty common. Typescript for example
@tzisorey
@tzisorey Ай бұрын
@@aquau5777 I'm old. Back when they were teaching me, "compiled" applied specifically to compiling it to machine code (and later, other bytecode like Java) not simply translating from one scripting language to another - so it just feels weird.
@nathaaaaaa
@nathaaaaaa Ай бұрын
​@@tzisoreyyeah, terminology is wrong in this video, the correct term would be "transpiles to JavaScript"
@jrnas8046
@jrnas8046 16 күн бұрын
​@@aquau5777 Typescript transpiles to javascript i thought?
@ethanbuttazzi2602
@ethanbuttazzi2602 3 ай бұрын
mojo is a superset to python like c++ is a superset of c
@paulooliveiracastro
@paulooliveiracastro 3 ай бұрын
And like with C++, people THINK Mojo is a superset of Python but actually it doesn't support all Python features. It's more like "almost a superset" of Python.
@Friendly_Neighborhood_Dozer
@Friendly_Neighborhood_Dozer Ай бұрын
They should've named it Viper instead of Mojo. To show similar it is to Python, while also being faster and "cooler" (in quotes because no programming language is really cooler than another)
@yasirrakhurrafat1142
@yasirrakhurrafat1142 Ай бұрын
​@@paulooliveiracastro is cython completely compatible with all python code, and is a superset?
@driveDoses
@driveDoses 15 күн бұрын
Correction c++ is not a superset of c similarly mojo is also not a superset of python technically. Chris lattner founder of (mojo, swift ) told himself in a podcast. Mojo came into picture to replace python. Python is simple and great lang with tonnes of libraries so they gave compaitabilty with python to some extent not completely. So old python developers can switch to mojo easily also begginers start with mojo just like they do with python.
@paulooliveiracastro
@paulooliveiracastro 15 күн бұрын
@@driveDoses what podcast?
@tankki1583
@tankki1583 4 ай бұрын
What language are you using? Lobster "hagskdhdyagahufbfbgagakfoocpwnb"
@AyamineMISC
@AyamineMISC 2 ай бұрын
Lobster: "I am a new statically typed and compiled python" Nim: "Am I a joke to you?"
@mirabilis
@mirabilis 2 ай бұрын
"Compiles to Javascript". I'll have to let that sink in.
@feritperliare2890
@feritperliare2890 13 күн бұрын
A barely informative short tales barely anything at all i guess what he meant is that it transpiles to javascript like typescript
@katekyy7
@katekyy7 12 күн бұрын
Gleam, on default, transpiles to Erlang which then is compiled to BEAM bytecode and runs on the Erlang VM (BEAM). But Gleam can also transpile to JS and the base of it will work the same way as if it ran on BEAM.
@mirabilis
@mirabilis 10 күн бұрын
@@katekyy7 🤮
@katekyy7
@katekyy7 10 күн бұрын
@@mirabilis And what seems to be your problem? If you don't wanna use JS just simply don't use it, I dislike JS too. I found Gleam a good tool to learn Erlang by reading the generated artifacts, they're made to be readable. And it's a pretty good and simple language so I don't understand what's your problem.
@tuna5618
@tuna5618 50 минут бұрын
@@mirabilis it's actually a very good language and an alternative to js and ts, using javascript or typescript is stupid.
@whamer100
@whamer100 3 ай бұрын
I've played around with Mojo, and it's not kidding about its C-like performance, its not perfect yet but it has MAD potential even outside of AI stuff. I genuinely hope we get some game frameworks with it, it could be a great new entry-level language for stuff like pygame but with higher performance.
@revimfadli4666
@revimfadli4666 3 ай бұрын
Hope we'll get a godot style game engine with built in DOTS in it soon
@Norsilca
@Norsilca 2 ай бұрын
It's dynamically typed?
@CHURCHISAWESUM
@CHURCHISAWESUM 2 ай бұрын
@@Norsilca Static vs. Dynamic Typing: Mojo is designed to be a superset of Python, preserving its dynamic features while introducing new primitives for systems programming. This means that type-checking occurs at runtime but also allows for static typing when necessary
@Ne-vc5pm
@Ne-vc5pm 23 сағат бұрын
​@@CHURCHISAWESUM turn off that chatgpt lil bro
@spiralspark8523
@spiralspark8523 3 ай бұрын
As a python user who dislikes the slow performance, I see this as a massive W
@mfaizsyahmi
@mfaizsyahmi 3 ай бұрын
Didn't 3.12 massively boosted performance compared to earlier versions? And they're not even done with it; more performance boost is on the roadmap for the next few updates.
@ResZCreator
@ResZCreator 3 ай бұрын
You have abtraction you have the cost
@XxZeldaxXXxLinkxX
@XxZeldaxXXxLinkxX Ай бұрын
My guy, use a different language if performance is critical. You wouldn't use a hammer if you had needed to chop a tree, use an axe
@ResZCreator
@ResZCreator Ай бұрын
@@XxZeldaxXXxLinkxX Yeah basically programming language just tool
@asbfabfoaijfo8
@asbfabfoaijfo8 3 ай бұрын
when will lobster have a fork called blue lobster
@MyCodingDiary
@MyCodingDiary 4 ай бұрын
Your videos always make my day. Keep shining!
@ScriptlessWeek
@ScriptlessWeek 3 ай бұрын
Imagine compiling to Javascript
@awesomebearaudiobooks
@awesomebearaudiobooks 3 ай бұрын
That's exactly what TypeScript does. It's just a way to write code that you like, that will later be converted into code that you wouldn't want to write yourself. (Kinda like you write C to avoid writing Assembly, even though in the end what you launch is Assembly, or how you write Java or Kotlin to avoid writing JavaByteCode, even though what you run is JavaByteCode) Also in the past CoffeeScript was popular, which also compiled into JavaScript. There are also some implementations of Scala that compile to JavaScript instead of JavaByteCode (JavaScript is way slower than JavaByteCode, but then, JavaScript IS the language of the Web, and is basically the only language used on the frontent apart from WebAssembly). This technique allows people who love Scala to write both Scala on the backend (that will be converted into JavaByteCode) and Scala on the frontend (that will be converted into JavaScript), so you can write your entire app in Scala (or Python, or Java, or Groovy, or Kotlin, or CoffeScript, or TypeScript, or Gleam or whatever, depending on the compiler you use to convert your code into JavaScript). The thing is, many people hate to write JavaScript, so they come up with ideas how not to write JavaScript while creating working code in JavaScript. It might seem overly complicated, but it simplifies life for many developers, so it's not as ridiculous as it might seem at first. P.S. And yes, JavaScript and JavaByteCode from the Java infrastructure are COMPLETELY different technologies, and yet, with a good compiler, you can make Java-oriented languages like Scala or Kotlin, compile into JavaScript, or JavaScript-oriented languages like TypeScript or Gleam to convert into JavaByteCode. It's not commonly done, but it CAN work.
@vlc-cosplayer
@vlc-cosplayer 3 ай бұрын
Just think of JS as human-friendly bytecode. Before WASM there was/is asm.js, a subset of JS that's easy to optimize. Besides, there's CPU instructions designed for JS (look up FJCVTZS in the ARM ISA), so JS is creeping its way into machine code as well 😆
@ScriptlessWeek
@ScriptlessWeek 2 ай бұрын
@@awesomebearaudiobooks I appreciate the thought out response but I was just dogging on Javascript. I just like to make fun of it to be honest. I understand that it is currently a necessary evil.
@mirabilis
@mirabilis 2 ай бұрын
Tranpiles.
@aDaily1222
@aDaily1222 Ай бұрын
@@ScriptlessWeek .Also, It only compiles to JS if you want it to. It natively compiles to Erlang.
@mohamedx4870
@mohamedx4870 4 ай бұрын
I am seriously considering learning Javascript and c++ and python because of you You make programming look fun and simple you should make a course
@agedvagabond
@agedvagabond 4 ай бұрын
Rust can replace all 3 of those and it's just better than all of them.
@SimonDevScr
@SimonDevScr 4 ай бұрын
​@@agedvagabondtf are u yapping about
@SimonDevScr
@SimonDevScr 4 ай бұрын
It's really fun, if that's your passion, but tbh that's something for everything, if that's ur passion then it's gonna be fun learning it. But gotta be honest too here, coding is not easy any way, especially at making your coding mind, that needs passion and determination. Hope you'll try it and maybe realize that you like it
@agedvagabond
@agedvagabond 4 ай бұрын
@@SimonDevScr i am saying he could get the same utility by learning just one language that is pretty easy to learn, has good syntax and is as fast as c++. Rather than try to pick 3. Just pick a good low level language that can do anything. Once you know one you can understand them all.
@SimonDevScr
@SimonDevScr 4 ай бұрын
@@agedvagabond the thing is, I think know each of them is the best thing you can do. Now, I would agree with you if we were talking about master programming languages, then yes, you should use the best one for you, but first u gotta get how a programming language works, how is different and many other things which u can't learn with just one
@logandunlap9156
@logandunlap9156 3 ай бұрын
my man sounds exactly how people who have never heard an actual californian think californians sound
@RandomVideos-im4ue
@RandomVideos-im4ue 4 ай бұрын
Make a video about software developer other than web developer which are in trends and should learn it please?
@onyxlang
@onyxlang 3 ай бұрын
Onyx mentioned! Still crazy to see people talking about it in the wild
@bryangarciaduran8751
@bryangarciaduran8751 4 ай бұрын
Hi Lewis I think the picture where you show the Js code to Onyx is wrong (:
@CodingWithLewis
@CodingWithLewis 4 ай бұрын
🤦🤦🤦 youre right
@CodingWithLewis
@CodingWithLewis 4 ай бұрын
Who’s tried Mojo or Gleam?
@artificialintelligencebird
@artificialintelligencebird 4 ай бұрын
I tried Mojo! 🔥🔥
@j_c771
@j_c771 4 ай бұрын
Tried Gleam for a functional programming course, was hard but when you get used to it's actually pretty fun to code with it
@pet.me102
@pet.me102 4 ай бұрын
​@@artificialintelligencebirdis it really good and faster when dealing with problems in the data science field? Does it has many supported libraries like python? I assume not.
@artificialintelligencebird
@artificialintelligencebird 4 ай бұрын
@@pet.me102 It's really good for creating neural networks, and of course It's wayyy faster than Python, for data science though, Python wins in my opinion, as Mojo doesn't have any libraries and not as many features for that.
@mgamer0164
@mgamer0164 4 ай бұрын
I tried mojo, it's hella fast!🔥
@SimonDevScr
@SimonDevScr 4 ай бұрын
Now I know, ty Lewis
@kotcraftchannelukraine6118
@kotcraftchannelukraine6118 3 ай бұрын
C with inline assembly is the best.
@mollthecoder
@mollthecoder 3 ай бұрын
I love the convenient syntax of C with inline assembly and the many quality of life features that result in a good development experience
@the_mastermage
@the_mastermage 3 ай бұрын
@@mollthecoder what QOL features? Shooting yourself in the foot?
@thebatchicle3429
@thebatchicle3429 3 ай бұрын
@@the_mastermagedo you suffer from a skill issue? I think so
@fairphoneuser9009
@fairphoneuser9009 3 ай бұрын
​@@thebatchicle3429Quality of life usually means convenience... I can't see the convenience here.
@thebatchicle3429
@thebatchicle3429 3 ай бұрын
@@fairphoneuser9009 C is very convenient, because it gives you full control to write actually performant software
@brittanystarii
@brittanystarii 3 ай бұрын
LETS GOOO! I'm happy you found your love for game development again. Welcome back! 🤗
@jigsaw2253
@jigsaw2253 2 ай бұрын
Your vocal fry is annoying
@Cartii_
@Cartii_ Ай бұрын
Never switch the Pro Cam for the Legacy Cam in a Player Career Mode Series ever again 🙏
@leonoddr4228
@leonoddr4228 4 ай бұрын
Thanks for the clear Information ❤
@MyWatermelonz
@MyWatermelonz 3 ай бұрын
"Rust is a joy to read" No.
@isaacwolford
@isaacwolford 4 ай бұрын
You should mention Taichi Lang.
@zypher-x3d
@zypher-x3d 3 ай бұрын
To all of the Clash Royale or Clash of Clans players there is also a language called elixr and it's logo is the same as the elixr icon
@BekBekovv
@BekBekovv 23 күн бұрын
wow funne loocc its familiar!1 hahaha111!11!!! or like go to ur bathroom and look theres toilet IT LOOKS LIKE SKIBIDI TOILET AHAHAH11!!!11!!!
@Buerzaguardian
@Buerzaguardian 2 ай бұрын
i don't even know what 'programming' is.
@BekBekovv
@BekBekovv 23 күн бұрын
good for ya
@nevokrien95
@nevokrien95 3 ай бұрын
Mojo is yet to be really compatible with python... It's not like c and c++ where you can import virtually any c code into c++ usually with 0 effort. They are working on it but it's a cursed problem because fundementaly pyth9n being dynamic let's u do stuff u can't at static memory land. It'd also not yet compilblr to s libarary which means u can't call it from pythonn or c
@LongDeadArtist
@LongDeadArtist 2 ай бұрын
I'm here for the adorable star
@Redyf
@Redyf 3 ай бұрын
Gleam looks nice ngl, it feels like elixir mixed with rust
@CHURCHISAWESUM
@CHURCHISAWESUM 2 ай бұрын
Mojo and Gleam are the most useful, they'll both be big in 10 years.
@Darkev77
@Darkev77 4 ай бұрын
Where’s Zig! 💔
@whatsanimesh
@whatsanimesh 4 ай бұрын
Zig is modern but not new.
@Darkev77
@Darkev77 4 ай бұрын
@@whatsanimeshFair
@m0n0ct0
@m0n0ct0 4 ай бұрын
people may know it by now
@pierreollivier1
@pierreollivier1 3 ай бұрын
ZIG MENTIONNED
@Arton_White
@Arton_White 14 күн бұрын
compiling to JS is mind-blowing ....that this is a viable thing now
@fantik86
@fantik86 4 ай бұрын
mojo just looks like a big python refactoring
@duckeggcarbonara
@duckeggcarbonara 3 ай бұрын
Onyx is syntactically closest to the Odin and Elixir languages, not JavaScript. Also, your code examples are mismatched. You put JavaScript on the Onyx example and vice versa.
@BharatSingh-qw7zw
@BharatSingh-qw7zw 2 ай бұрын
There are two more you might not heard about: 1. Nim 2. Zig
@CrazyAOT
@CrazyAOT 4 ай бұрын
Big fan bro
@user-sc6ho5vo2w
@user-sc6ho5vo2w Ай бұрын
But if we talk about Mojo, i would say, that it is a proprietary language Every proprietary technology has no future
@bonndubz
@bonndubz 7 күн бұрын
you put the onyx and js comparison images the other way arround😅
@midwestmystic6431
@midwestmystic6431 3 ай бұрын
Gleam sounds fun, if it's functional like Elixir. I'll have to go check it out 🙂.
@Johnck-rj9su
@Johnck-rj9su 15 күн бұрын
Mojo just sounds like Cython
@MyCodingDiary
@MyCodingDiary 4 ай бұрын
Consider me a loyal subscriber. Your content is top-notch!
@Seedwreck
@Seedwreck Күн бұрын
Show off Unison next!
@fadydamak2289
@fadydamak2289 21 күн бұрын
When you compared onyx and JS syntax, you mixed up the two. Love your content btw!
@vader567
@vader567 4 күн бұрын
- Makes a programming language which is written like python but runs like c. - NAMES IT FKIN MOJO We programmers will always be bad at naming things
@VoxelPrismatic
@VoxelPrismatic 3 ай бұрын
I'm not touching overtly political languages.
@ilikegeorgiabutiveonlybeen6705
@ilikegeorgiabutiveonlybeen6705 3 ай бұрын
like what
@VoxelPrismatic
@VoxelPrismatic 3 ай бұрын
@ilikegeorgiabutiveonlybeen6705 like gleam which has "support ukraine", "black lives matter", and "trans women are women" on the home page
@ilikegeorgiabutiveonlybeen6705
@ilikegeorgiabutiveonlybeen6705 3 ай бұрын
@@VoxelPrismatic this is controversial but i kinda can agree
@BDBD16
@BDBD16 4 ай бұрын
I'd be more impressed if you knew the programing language/enviro on the Mac back in the day that was pure flow chart programming. NO, not hyper card this was an attempt at a "future" programming language that went no where.
@codeking4585
@codeking4585 2 ай бұрын
Is this possible to make a language that can be used on everything basically one Lang to rule all , i request you to justify your answer too it will help me lot
@NetherFX
@NetherFX Ай бұрын
"Looks like python but with the speed of C" Probably the worst description i've heard
@cob1million
@cob1million 4 ай бұрын
Mojo's design and language architecture is so interesting (MLIR, SIMD by default), but inheriting the Python syntax is such a fumble...
@fortuneosho8137
@fortuneosho8137 4 ай бұрын
It called a superset😒. Like typescript
@pierreollivier1
@pierreollivier1 3 ай бұрын
no it's smart, people won't buy into your language unless there is a benefit, but that's assuming we are rationale creature, in reality even if there is a benefit, the cost of habit is sometimes too expansive. By making mojo a superset of python, This allows every one to suddenly wield the power of C while keep using everything they know about python.
@pah967
@pah967 3 ай бұрын
Gleam runs on something you don't know and compiles into the sewage were forced by big browsers to run the www on, so you know it's good
@isenewotheophilus6485
@isenewotheophilus6485 3 ай бұрын
I think only mojo have a real life use
@driveDoses
@driveDoses 15 күн бұрын
Mojo is like kotlin for java. In future people will use Mojo more than python
@patahgaming
@patahgaming 2 ай бұрын
I heard mojo once before it release I never thought i can name my file 😁.🔥
@parl.
@parl. 2 ай бұрын
Mojo is the language that I have the most hype for
@ciscoserrano
@ciscoserrano 6 күн бұрын
Just wait until these people trying all these languages discover Lisp. Lisp is end game.
@kalabash4952
@kalabash4952 8 күн бұрын
They are starting to look all the same at this point
@GleamDrawz
@GleamDrawz 25 күн бұрын
Saw this in my feed and got scared
@dvs6121
@dvs6121 4 ай бұрын
It seems it's too easy to create a programming language. The creators should just add the changes to the base language. Regardless, excellent video. It helps to know how each is related to those we already know.
@Alethila
@Alethila Ай бұрын
Two of these "languages" are just JavaScript which is a scripting language for websites, not a programming language
@LwangaJovan-bs5jx
@LwangaJovan-bs5jx 2 ай бұрын
Am a starter how could you help me sir under programmingl
@LwangaJovan-bs5jx
@LwangaJovan-bs5jx 2 ай бұрын
Am a starter how could you help me sir under programming
@wisteela
@wisteela 24 күн бұрын
Mojo sounds awesome.
@yash1152
@yash1152 4 ай бұрын
mojo's logo changed?
@BogdanTestsSoftware
@BogdanTestsSoftware 3 ай бұрын
* Gleam - ErlangVM / compile to Javascript * Onyx - data oriented, targets WebAssembly * Lobster - static typed, Python * Mojo - C performance oriented, backwards compatibility with Python Thank me later
@gamingpeople776
@gamingpeople776 Ай бұрын
i legit can write in all of these lol
@ElinLiu0823
@ElinLiu0823 4 ай бұрын
I don't think Mojo will be a hit,since last time i try to using Mojo to run it's official samples of Python backwards compatibility test,it raise error : (
@sczoot6285
@sczoot6285 Ай бұрын
Oh ThePrimeagen? He's the guy that highlights [1:-1]
@gurshaan4848
@gurshaan4848 4 ай бұрын
Can you explain Move programming language?
@whatsanimesh
@whatsanimesh 4 ай бұрын
Mojo is python with support for hardware based code tuning to maximize performance.
@victorpinasarnault9135
@victorpinasarnault9135 4 ай бұрын
I didn't heard about onyx
@roguegenesis7020
@roguegenesis7020 3 ай бұрын
Mojo is not backwards compatible with python, thats like saying Cython is backwards compatbile with Python
@gandalfgrey91
@gandalfgrey91 3 ай бұрын
You plagiarized what you said about Lobster almost verbatim from their website, hack
@TheStanglehold
@TheStanglehold 4 ай бұрын
Q, powers finance.
@mRahman92
@mRahman92 2 ай бұрын
So colorful!
@muslimgamerrr9479
@muslimgamerrr9479 3 ай бұрын
wait does mojo have the same stuff as python but optimzed
@jaysistar2711
@jaysistar2711 3 ай бұрын
How about Carp?
@Rad1ation
@Rad1ation Ай бұрын
I want to learn bussin'💀 it looks fun?
@OfficialLify
@OfficialLify Ай бұрын
Your free to learn bussin no one's controlling u
@derkjochems1690
@derkjochems1690 4 ай бұрын
You never listed Xojo. That's a really great an easy language.
@tunedoesstuff
@tunedoesstuff 3 ай бұрын
I NEVER HEARD OF ANY OF THESE WHAT
@ThatRandomLinuxUser
@ThatRandomLinuxUser 13 күн бұрын
ohh so that is why the name of my android shell is onyx..
@SkyyySi
@SkyyySi 3 ай бұрын
You should check these videos before uploading them, there are multiple super obvious errors and incorrect bits of information
@esquilo_atomico
@esquilo_atomico 3 ай бұрын
Lobster is the poorsman Mojo
@thundercat9902
@thundercat9902 4 ай бұрын
I know about 3/4
@ggre55
@ggre55 3 ай бұрын
Am so interested in mojo and lobster 😮
@lilcaps
@lilcaps 2 ай бұрын
lobster? really? we already have a much better language with a crustacean mascot
@ramsey2155
@ramsey2155 13 күн бұрын
He switched up onyx and javascript
@chancylvania
@chancylvania 3 ай бұрын
…why would you want to compile something to JS instead of just…writing it in JS?
@alastor--radiodemon7556
@alastor--radiodemon7556 4 ай бұрын
i though mojo was straight up compiled/jit python, not its own thing
@codeaperture
@codeaperture 3 ай бұрын
Onyx caught me for WASM!
@jhonm6347
@jhonm6347 3 ай бұрын
conclusion, learn js and python :P
@biomorphic
@biomorphic 4 ай бұрын
Gleam has a nice syntax, but it does not support generics, so it is an inferior language when compared to ErLang or Elixir. It is a type safe language for BEAM, but is is nothing special. Mojo is quite interesting.
@Rudxain
@Rudxain 3 ай бұрын
True, but Gleam supports a more "loose" retroactive type inference, so we can pretend we have generics without actually using them. Although I would prefer Rust and TS approach to generics, because it's safer
@LittleLily_
@LittleLily_ 3 ай бұрын
Gleam does have generics, like the built in option type is defined as "type Option(a) { Some(a) None }". The generics just can't have constraints on them or extend from other types, so you either use a concrete type or a generic that stands in for any type.
@Rudxain
@Rudxain 3 ай бұрын
@@LittleLily_ That reminds me of `interface {}` in Go, which is equivalent to `unknown` in TS
@waseemabdul-rahman7943
@waseemabdul-rahman7943 Ай бұрын
Spawn?
@rithvik_
@rithvik_ 18 күн бұрын
I knew 2 of them
@CrazyAOT
@CrazyAOT 4 ай бұрын
You dropped your pin, can i have it?
@CodingWithLewis
@CodingWithLewis 4 ай бұрын
Nice try but props cuz that was smooth
@asagiai4965
@asagiai4965 Ай бұрын
There's probably more pl that you don't know than you know.
@yash1152
@yash1152 4 ай бұрын
other than onyx, i have heard about these all
@arfyness
@arfyness 3 ай бұрын
😂 We'll C if it's going to be the next big thing
@woolium
@woolium 3 ай бұрын
Mojogame, anyone?
I Trained an AI with 10,000 Memes
14:52
Coding with Lewis
Рет қаралды 262 М.
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 582 М.
Nastya and SeanDoesMagic
00:16
Nastya
Рет қаралды 33 МЛН
A little girl was shy at her first ballet lesson #shorts
00:35
Fabiosa Animated
Рет қаралды 13 МЛН
I Used Code to Go Viral on Social Media
8:54
Green Code
Рет қаралды 177 М.
C++ Developer Learns Python
9:26
PolyMars
Рет қаралды 2,7 МЛН
Hackathons, explained for beginners
5:33
kaito
Рет қаралды 13 М.
The $2.1 Billion McDonald's Machine
10:35
fern
Рет қаралды 675 М.
CPU vs GPU vs TPU vs DPU vs QPU
8:25
Fireship
Рет қаралды 1,7 МЛН
The Ultimate Tier Programming Tier List | Prime Reacts
26:57
ThePrimeTime
Рет қаралды 367 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
Optimizing my Game so it Runs on a Potato
19:02
Blargis
Рет қаралды 509 М.
How A Steam Bug Deleted Someone’s Entire PC
11:49
Kevin Fang
Рет қаралды 942 М.
Лазер против камеры смартфона
1:01
Newtonlabs
Рет қаралды 725 М.