Kotlin's better than Java? Or vice versa? Let's find out...

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 168

  • @Jelvix
    @Jelvix  Рік тому +5

    Do you expect Kotlin to replace Java so soon? Let's discuss whether this claim holds true...🫡

  • @emisosa
    @emisosa 2 роки тому +60

    -you can extend a class funtionality in Java.
    -the code isn't complex or longer from using getter or setters. That's encapsulation, and you can do it in Kotlin too. It's not a language feature but a methodology of OOP.
    -then It rants about java being verbose and longer for writting than Kotlin. but shows a manifest xml file. That you also would have to use in Kotlin.

    • @zacharylippard2994
      @zacharylippard2994 2 роки тому +7

      "you can extend a class functionality in Java"
      You can only create static functions or subclasses in Java. With Kotlin you can write extension functions directly on an existing class, which comes in handy in numerous places where subclassing would be cumbersome (perhaps special functionality on the Android TextView).
      The last point about the verbosity is true. I caught that in the video too and when I saw XML it gave me a good laugh.

    • @emisosa
      @emisosa 2 роки тому +1

      @@zacharylippard2994 subclases. Yes. It ain't cumbersome. But yes. I get it. In kotlin is even easier to extend it on the spot.

    • @4t196
      @4t196 Рік тому +2

      He also mention verbosity which actually turns out to be healthier for my brain than I expected.
      He also mention performance, like, is Java slower than Kotlin?

    • @nowonmetube
      @nowonmetube 10 місяців тому

      Dude 4:49

    • @fuzzy-02
      @fuzzy-02 10 місяців тому

      I so know right? He showed cons of java then said Kotlin is easier and didnt show any how or why.
      Bruh,

  • @someonerandom704
    @someonerandom704 2 роки тому +83

    2:22 : "Java is verbose and requires more lines of code!"
    *shows XML*

    • @someonerandom704
      @someonerandom704 2 роки тому

      @Jappleng I understand where you're coming from, and I have less experience than you (still quite a bit though, Java has been my main programming language for a few years now), but I think you're underestimating Kotlin. While Java's syntax is certainly familiar, it's very rigid and repetitive. Kotlin implements more modern syntax features that deviate from the traditional c-style, and tbh I kinda dig it. Ofc both languages compile to the same bytecode so this isn't really a huge deal, plus any library written in Kotlin is backwards compatible with Java and vice versa, so like you said it's really just a preference thing.
      Android development certainly is comically messy though lol, and Google's lack of any semblance of support for developers is downright astonishing.

    • @TBiscuit1
      @TBiscuit1 2 роки тому +1

      @Jappleng I think what they ment by unsecure and secure is that
      In java, public variable are unsecured and it's why we just do a private variable with getter and setter, it makes it safe
      In Kotlin however, a public variable is in reality a java private variable with getter and setter included, this is safer since you can never have unsecure public values (also no identifier just turns it public by default)
      Kotlin's protected changes the variable's getter/setter method to be protected and private just creates none
      So Java is safe, Kotlin is safer, that's what they ment, but this channel seems like they know nothing since they showed an XML file instead of Java code which is idiotic cause Kotlin would also use the very same XML file

    • @lewisayers5983
      @lewisayers5983 2 роки тому

      @@TBiscuit1 for the getters and setters, you could always use lombok to get the same safety and conciseness

    • @TBiscuit1
      @TBiscuit1 2 роки тому

      @@lewisayers5983 Yeah that thing is great!

    • @MatteoVeroni
      @MatteoVeroni 11 місяців тому

      @@lewisayers5983 or you could also use your IDE's shortcut as all the programmers do and autogenerate getters and setters pressing 2 bottons in 1 ms...

  • @scitechplusexplorer2484
    @scitechplusexplorer2484 Рік тому +23

    The fight between Google and Oracle, and especially Google's ego towards Oracle has led to slow adoption of new Java LTS versions in Android. If JDK 17 is done today, it will be awesome to write Java code.
    As regards to KOTLIN, I am Java developer, I love Java programming very much. And I am learning Kotlin for quite few weeks. I think rather than Java vs Kotlin, Java + Kotlin is really damn powerful than any combo. The best of both worlds in every project is a guarantee of success. Also, I am liking Kotlin and its style of writing code. But not at the cost of Java, but alongside Java.
    I would say a Java developer should learn Kotlin, and vice-versa. It will give them the most powerful tools to write and develop.

    • @syedzaid4346
      @syedzaid4346 Рік тому +3

      Absolutely! Learning both Java and Kotlin gives you a powerful toolkit for development. Their combination offers the best of both worlds, enhancing flexibility and efficiency in projects. Happy coding!

  • @trevorelvis1355
    @trevorelvis1355 2 роки тому +75

    I've done many languages and when he said "Java is easy to learn", I almost had a heart attack.....I some how pick other languages so fast...but java, NO

    • @AminAramoon
      @AminAramoon 2 роки тому +24

      For a c++ developer, learning Java is the simplest thing. However, Java developers will have a steep learning curve to write code in cpp

    • @ndujamz
      @ndujamz 2 роки тому +21

      I started with C++ and then Java. If u started with those 2 languages, no other language can be difficult to learn.

    • @manasez2548
      @manasez2548 2 роки тому +8

      @@AminAramoon so true once you learned c++ , java is literally a breath of fresh air

    • @jackdanyal4329
      @jackdanyal4329 Рік тому +2

      if Java is hard for you, then which language is easier to learn? name it, please :) and what exactly was easier?

    • @dedsussybaka4619
      @dedsussybaka4619 Рік тому +3

      Started with python for a few weeks, until i heard about java really hard and whatever
      And when i got my hand on java
      Im shocked, cuz in my eyes java is just a python with longer syntax

  • @alessapeterson4563
    @alessapeterson4563 2 роки тому +10

    We are currently learning Android development using Kotlin at my college!

  • @KangoV
    @KangoV 2 роки тому +25

    The best part of Java is the JVM. Compiling Java to native code with GraalVM is just awesome.

  • @AntidotAleks
    @AntidotAleks 2 роки тому +5

    3:40 in newer versions of java you can do "if(object instanceof String string) {return string.length();}". Little alternative

  • @jessicabrown5723
    @jessicabrown5723 2 роки тому +4

    I'm trainee in mobile application development for Android and this is the most helpful video I've seen in the past month.

  • @helengeller1966
    @helengeller1966 2 роки тому +10

    I think that kotlin was made to replace java

  • @tamawashere6855
    @tamawashere6855 2 роки тому +26

    Less code is always better, and anything missing from a new language is usually implemented over time. I really hope Kotlin removes the Javascape from existence for anything but legacy.

  • @brodderick
    @brodderick Рік тому +2

    Thanks for the video. FYI the narration mispronounce many cs terms

  • @franciscomorando4274
    @franciscomorando4274 2 роки тому +5

    4:48 "Data Class" is a "smell code" (Martin Fowler - Refactoring), it produces a non-cohesive class. Both exaples "smells" but i see a pro in java, if the "smell code" is textual you can recognize it better.
    Also, i think the type sistem is your friend. Gives you control and security in your desing and development process. :)

  • @Wiintb
    @Wiintb Рік тому +2

    1:50. Java is easy to learn as it has a simple syntax. Said the guy who invented the Chinese language.

  • @vladimir.bychkov
    @vladimir.bychkov 2 роки тому +12

    Kotlin: Code conciness!
    Java: Did you heard about Lombok?
    And so on...

    • @vladimir.bychkov
      @vladimir.bychkov 2 роки тому +2

      @Miracle oh, man. Many interesting things are waiting you :)
      For beginning: "Java" is not only island and kind of tea.

    • @tseby1172
      @tseby1172 8 місяців тому +1

      how to spot an inexperienced programmer

  • @Zumito
    @Zumito 2 роки тому +3

    so, kotlin lacks in performance like java?

    • @Jelvix
      @Jelvix  2 роки тому

      Good day👋!
      If you use Kotlin with JVM as a target to run applications, then yes.
      But Kotlin can be used to write programs with compiling to JavaScript or Native. And these cases ver different from JVM target

    • @Pyovali
      @Pyovali 3 місяці тому

      Only compilation performance. It compiles to JVM just like Java does, so run time performance is the same

  • @kenadams5371
    @kenadams5371 2 роки тому +2

    Good video! What's your thought about flutter for mobile development ?

  • @zacharylippard2994
    @zacharylippard2994 2 роки тому +14

    Great video! It's interesting with how far behind Android is when it comes to Java. Only just recently had it supported JDK 11. This is probably another reason as to why Kotlin is preferred by Google. It provides more powerful language features SOONER than Java even though later versions of Java now support similar things (lambdas for example).

    • @deepakbisht4957
      @deepakbisht4957 11 місяців тому

      By the time Java will get some features then Kotlin will get new features. It will always be ahead...

  • @brunoaduarte
    @brunoaduarte 10 місяців тому

    Could show examples on each topic.

  • @emilyhill9421
    @emilyhill9421 2 роки тому +2

    Thanks for video. What language is better to start from, bearing in mind that I’m null in programming?

    • @adrenaline16junki
      @adrenaline16junki 2 роки тому

      C because then you will understand pointers really well which can be something difficult to grasp if you start out with python

    • @nilebrixton8436
      @nilebrixton8436 2 роки тому

      Definitely give Kotlin a try. I'm having fun learning Kotlin on JetBrains (the developer behind Kotlin) as my first programming language and about to complete my third project in less than a month in. I tried to learn C++ and Java in the past and struggled.

    • @chhatrapatikumar7311
      @chhatrapatikumar7311 2 роки тому

      @@nilebrixton8436 java vs kotlin vs dart which is best for starting app development ?

  • @mohamadshqeer8864
    @mohamadshqeer8864 2 роки тому +19

    Kotlin is the Future

    • @gboy6120
      @gboy6120 2 роки тому +2

      What about flutter?

    • @drammatik21
      @drammatik21 2 роки тому +1

      @@gboy6120 Nope

    • @TriNguyen-ym3hf
      @TriNguyen-ym3hf 2 роки тому +2

      @@gboy6120 I think dart sucks

    • @John-qt6qk
      @John-qt6qk 2 роки тому

      @@gboy6120 Flutter is for baby programmer but it could be better in the future, and now it's not a native language lol

    • @frederic_millenial
      @frederic_millenial 2 роки тому +1

      @@TriNguyen-ym3hf + poor performance over native (java or kotlin) on android.

  • @MrRaktim
    @MrRaktim Рік тому +7

    have you heard about Lombok? With this plugin dependency, you dont need getter setter or Constructors in Java classes, it's quite handy !

  • @Anshulkatta
    @Anshulkatta Рік тому

    but wait a minute, these are just syntactic changes, i dont understand, you are still dealing with the jvm and related classes, right?

  • @marcrusselmagsino3164
    @marcrusselmagsino3164 Рік тому

    As a beginner I wanna know which language to pursue

  • @dedoyxp
    @dedoyxp 2 роки тому +10

    this is like bot-made video

  • @alessandrogabrieleambrose4324
    @alessandrogabrieleambrose4324 Рік тому +2

    for those complaining, java is really easy to learn, you learn about OOP and advanced concepts in a really easy and high level way. if you start with somethig like python it'll be harder to learn other languages and you'll lack many things

  • @cesaugusto108
    @cesaugusto108 2 роки тому +4

    background music too loud. But thanks anyway.

  • @boskovaskovic
    @boskovaskovic Рік тому +8

    Kotilin is just child of legal issues between Oracle and Google and Java source code. I don't see any benefits using Kotlin over Java. Maybe some things u can write in less code. Compose is disaster for complex ui. (My personal experience)

    • @zekiz774
      @zekiz774 5 місяців тому +2

      What? Kotlin is developed by Jetbrains. It's basically java with more modern Syntax.

    • @teenriot-de
      @teenriot-de 4 місяці тому

      E.G. Null-Safety is no benefit? Java-Stockholm ...

  • @androdeveloper7261
    @androdeveloper7261 2 роки тому +14

    Java is far more better then kotlin. Google just made kotlin as official language because of the partnership with jetbrain (Inventor of kotlin and Android studio)

    • @baphomet8958
      @baphomet8958 2 роки тому

      Well to be honest i rly like Kotlin 😁Its very simple but powerful 👍

    • @androdeveloper7261
      @androdeveloper7261 2 роки тому

      @@baphomet8958 I agree that it is simpler then java, but still it lacks in many areas. Specially in frameworks and community

    • @kanmeo
      @kanmeo 2 роки тому +3

      @@androdeveloper7261 weird statement considering you can literally run any java library/framework in kotlin

    • @androdeveloper7261
      @androdeveloper7261 2 роки тому +2

      @@kanmeo Yes it can. I meant that programmer still choose java for writing frameworks because of the compatibility that you started above

    • @KueJiin
      @KueJiin 2 роки тому +3

      Java is dead mate

  • @seanthomas9398
    @seanthomas9398 2 роки тому +1

    At 2:23, that's XML not Java. :)

    • @Jelvix
      @Jelvix  2 роки тому

      We’re so happy to hear from you! Thank you for your valuable feedback. 💗

  • @nicooto9343
    @nicooto9343 2 роки тому +3

    Java? Easy to learn? Dude wtf mostl people hate (or are scared of) Java due his sintax

    • @Jelvix
      @Jelvix  2 роки тому

      We love hearing from you! Thank you for leaving feedback for us. 🤓

    • @lucaspiano
      @lucaspiano 9 місяців тому

      Yes, pretty easy. Compare to C/C++ where Java was inspired from!
      C/C++ has pointers (Java doesnt), multiple inheritance (Java doesnt), lack of dynamic memory allocation (Java doesnt), lack of automatic garbage collector (Java doesnt)... And you say that Java isnt easy?! C'mon!

    • @nicooto9343
      @nicooto9343 9 місяців тому

      Yes and C/C++ it's easier than assembly... of course. And python it's easier than java@@lucaspiano

  • @cya3mdirl158
    @cya3mdirl158 Рік тому

    One of the biggest eCommerce in Europe is written mostly in Kotlin nad Java. ( about 1000 microservices in Kotlin )
    JIT can optimize Java code much better than static compilers

  • @trekimpossible2850
    @trekimpossible2850 Рік тому +1

    Java is very good to build up OOP knowledge (don't blame NPE, that means your design has flaws), Kotlin has some handy features (like coroutines and data class as mentioned in the video), that is fun to write but confusing to read sometimes.

    • @deepakbisht4957
      @deepakbisht4957 11 місяців тому

      Lol we all know that NPE is a developers mistake but it is called a million dollar mistake for a reason if Kotlin can solve this thing to an extent by giving compile time errors then it's a win situation for the developers .
      Plus your comment sounds idiotic when you are saying Kotlin is confusing in terms of readability. Kotlin is not confusing it's you who are struck with java long syntax that you can't understand the readability and conciseness of Kotlin Syntax.
      The Kotlin code is clean and readable at the same time...

  • @AlmazKojaxmet
    @AlmazKojaxmet 9 місяців тому +1

    Kotlin is just marketing of JAVA forever

    • @Jelvix
      @Jelvix  4 дні тому +1

      We can see you prefer Java 😅

  • @alexmayer8943
    @alexmayer8943 2 роки тому +2

    Those drawbacks aren’t even drawbacks! So you actually didn’t even find any drawbacks of Kotlin. Pure facts!

    • @teenriot-de
      @teenriot-de 4 місяці тому

      This and the Advantage/Disadvantage-BS makes this video pure nonsense.

  • @alexparker9557
    @alexparker9557 2 роки тому +1

    I was honestly appreciate UA-cam algorithm, that I find this video!

  • @jiminnovator1556
    @jiminnovator1556 2 роки тому +8

    Another well explained video. Currently I use Java since I have not learned Kotlin

    • @oheil5694
      @oheil5694 Рік тому

      Hi man, I just started learning, do u recommend me Java or Kotlin ? Thanks

    • @nguyenthaile2024
      @nguyenthaile2024 Рік тому

      ​@davidthewise6617hi sir. In my country VietNam, i consider that the job for Kotlin is quite little. So which one is better to start? Java or Kotlin?

  • @GMIosi
    @GMIosi 2 роки тому +4

    Great video!
    Would help to explain the usual pronunciation of words in the context of code (e.g. "record", which was pronounced like in "I'll _record_ something" instead of like in "a music _record_").
    I think saying it in the correct way makes developers feel more at home.
    Edit: Just by looking at your content both here and your page anyone can see the attention to every detail, great job!
    Slava Ukraini

    • @RoseTechServices
      @RoseTechServices 2 роки тому

      I'd be surprised if the speaker isn't just reading from a script and has any idea of what he's talking about. They'll often say a simple word when it would have been an easy place to elaborate on what it means, e.g. "in Kotlin, it's a lot easier" 🔚, "that is coroutines" 🔚. Or they emphasize the wrong word: "it *is* considered an object". Or pronounce the word wrong like how they said "inference" like "interference" just without the "ter"

    • @drygordspellweaver8761
      @drygordspellweaver8761 2 роки тому +1

      it's text to speech...

  • @derstreber2
    @derstreber2 5 місяців тому +1

    //code conciseness
    public class Person { //"plain old data" version of Person
    public String name; //make everything public because OOP introduces tradeoffs for zero gain
    public int age; //original uses string type for age for who knows what reason, maybe only kotlin has an int type?
    }

    • @Jelvix
      @Jelvix  4 місяці тому

      Very interesting idea, thank you

  • @swastikjainsj
    @swastikjainsj 2 роки тому +2

    Swiggy Deiliverh App made by Konltin

  • @RelaxedKiller
    @RelaxedKiller Рік тому +1

    Null Safety can be dealt with by using Optionals and with the var keyword you can infer variable types

  • @monicasmith6007
    @monicasmith6007 2 роки тому +2

    Nicely explained how reading the code is important

  • @justinprakashraj6256
    @justinprakashraj6256 2 роки тому +10

    java

  • @rokib_ru_cse
    @rokib_ru_cse Рік тому +1

    not over the kotlin . JAVA is the untold king over all the programming language.

  • @AntonArhipov
    @AntonArhipov Рік тому

    2:25 XML verbosity attributed to the Java language makes this video immediately irrelevant

  • @BudiSantoso-d9y
    @BudiSantoso-d9y 10 місяців тому +1

    In Android app development, JAVA is dead and replaced by Kotlin.
    That is Fact !

  • @conner_b_griften
    @conner_b_griften 2 роки тому +1

    If Java goes away, so goeth I: Back to Visual Studio with MFC and my Android devices get acid bathed.

  • @zekiz774
    @zekiz774 5 місяців тому

    Why does he say that Java is easy to learn but Kotlin "has a steep learning curve"
    Kotlin is significantly easier

    • @Jelvix
      @Jelvix  5 місяців тому

      Thank you for sharing your experience!

  • @ricnyc2759
    @ricnyc2759 5 місяців тому

    "Yes, I like to type more lines to get the same results"... Said no one ever.

    • @Jelvix
      @Jelvix  5 місяців тому

      😳😳😳

  • @petergarcies4640
    @petergarcies4640 2 роки тому +2

    Simple and to the point! Thanks

  • @sharperguy
    @sharperguy 2 роки тому +1

    Biggest downside of Kotlin is if you speak German, it sounds like the name means "puke language".

  • @hooolas1
    @hooolas1 2 роки тому +3

    Mmm I really like verbosity lenguages :D

    • @dennismasinde3030
      @dennismasinde3030 11 місяців тому

      Me too... I can read and understand the damn thing months later.

  • @iosifcostin
    @iosifcostin Рік тому

    ... Kotlin can also use Java libraries

  • @NHikmetK
    @NHikmetK 4 місяці тому +1

    i m not a fan of java but i cant say it is slow bro

    • @Jelvix
      @Jelvix  4 місяці тому

      Thank you for sharing your view 🙃

  • @romanstoleru7936
    @romanstoleru7936 Рік тому +1

    you say that java is easy to learn? I`m crying with JS xD

  • @element1192
    @element1192 2 роки тому

    I learned about Kotlin through minecraft mods

    • @Jelvix
      @Jelvix  2 роки тому

      Best way to learn, to be honest! Why still don't we have programming schools in minecraft?🤔

  • @williamjones2128
    @williamjones2128 2 роки тому +3

    Java is my second programming language, I learned it in school, but never really liked it

  • @Boyarsskiy
    @Boyarsskiy Рік тому

    Kotlin compiled into Java, and just can’t kill himself.

  • @Bob-1802
    @Bob-1802 6 місяців тому

    Koltin is too slow to compile. It feels like a 80's compiler.

    • @Jelvix
      @Jelvix  5 місяців тому

      Thank you for sharing your experience!

  • @redpanda8904
    @redpanda8904 2 роки тому +1

    high quality content 🔥🔥🔥

  • @element1192
    @element1192 2 роки тому +1

    Kotlin won't replace Java because it has to be compiled into java

    • @teenriot-de
      @teenriot-de 4 місяці тому

      Its not, its compiled to bytecode for JVM. Giving this a heart reflects the video quality.

  • @user-zv9um9pb6w
    @user-zv9um9pb6w Рік тому

    Hmm might be biased

  • @Krzys6301
    @Krzys6301 2 роки тому +3

    Java supports RECORDS. Just because Android doesn't support java RECORD and Kotlin automatically generates the boilerplate code, is it a problem of Java or Android? And since Android ecosystem is a Google's child, same as the choice of Kotlin being default language in AndoridStudio, then doesn't it look like there is artificial fight with java by not implementing the higher versions and features of java properly? Someone wants to have monopol over the whole Android, and that's where kotlin kicks in. Java is also very concise, especially newer versions. You say java java don't have automatic type inference, well maybe on Android it is another feature that is fighted with, but java has "var" since long time now, funny that in 2022 you still enumerate it as a Kotlin advantage over java. And you said that java is not secure, and that Kotlin can laverage the libraries of java becuases uses JVM - this implies that Kotlin can't be more secure than java. And the point about java allowing "null", well, to me it is very unwise to point this as any advantage or disadvantage of one language over another - this whole "null" thing is artficial problem of people not understanding the languge, the null thing can't really be reasonably opted out, every solution to this introduces additional level of complication, because in Object Oriented programming the concept that the referenced object is not existing which is the concept of "null" is like the concept of "zero" in math is part of the world, and so we should have Optional for zero, because dividing by 0 can cause RuntimeException? No, imagine the readablity of code checking before every divison - that would be a mess and a bugs cradle - the program needs to be designed that where there can't be zero, there is no zero, and where there can't be null, there is no null, the programmer is responsible (proper code, proper tests, documentation etc...). In java you have the Optional type where you can return some object instead of null, but I never saw a scientifically conducted examination stating that the lack of null in language is better than having it, especially to prove that it improves code readability, lowers the bugs rate etc, actually what I've found is the the more complex the code, the more fancy ideas there is more bugs, and that's it. KISS

    • @RogueTravel
      @RogueTravel 2 роки тому

      Sound null safety is actually important in production. Don't kid yourself

    • @frederic_millenial
      @frederic_millenial 2 роки тому

      The video implicitly compare java for android to kotlin and not newer version of java. So your comment is unnecessarily long.

    • @teenriot-de
      @teenriot-de 4 місяці тому

      You never wrote something in Kotlin. You didnt understood the null concept of kotlin. Why do write a wall of opponion to something you dont understand?

    • @Krzys6301
      @Krzys6301 4 місяці тому

      ​@@teenriot-deAt least I am able to have my own opinion and it seems it is too hard for you to argue in a meritorious way.

    • @teenriot-de
      @teenriot-de 4 місяці тому

      @@Krzys6301 Flatearthers also have their own opinion. I had an argument and its all needed. You didnt understand the null concept in Kotlin. You even dont know that there is also null in Kotlin. Therefore, all of your "opinion" is wrong, because its based on untruth.

  • @liamwelsh5565
    @liamwelsh5565 2 роки тому +1

    Who taught this narrator how to speak English?

    • @Jelvix
      @Jelvix  2 роки тому

      Something was unclear in video? Please, specify what exactly, so we can upgrade our vocabulary or accent in further videos!

    • @liamwelsh5565
      @liamwelsh5565 2 роки тому

      @@Jelvix Many words were pronounced incorrectly.

    • @jabumzizi1492
      @jabumzizi1492 Рік тому

      There’s nothing wrong with your English, this is just a hater

  • @Dotkt
    @Dotkt Рік тому

    Man's just a Java fan.

  • @oliviagreen8364
    @oliviagreen8364 2 роки тому +5

    Perfectly explained and exactly what I needed.

  • @bonganintshangase6051
    @bonganintshangase6051 Рік тому

    Java is easy to what???

  • @rahimullah783
    @rahimullah783 Рік тому +1

    Java easy to learn lol 😆 , it's sometimes Chinese food hhh

  • @dhirajdeore434
    @dhirajdeore434 Рік тому

    wait a minute did u just say -"java easy to learn" !!!!!!!!!!!!!!!!!!!!!!!! dude are u alright??

  • @Rockyzach88
    @Rockyzach88 Рік тому

    Is this some sort of AI narrating? Core-atines? infur-ance?

  • @pykalier5965
    @pykalier5965 2 роки тому +2

    Thank's

  • @nowonmetube
    @nowonmetube 10 місяців тому

    I hate Jave... More than sand.

  • @Yslohr
    @Yslohr 2 роки тому

    Kotlin is fun

    • @Jelvix
      @Jelvix  2 роки тому

      We appreciate you sending us your feedback. 😉

    • @Yslohr
      @Yslohr 2 роки тому

      @@Jelvix Ye I learned Kotlin cause I felt like making minecraft mods in another language to be honest. Thanks to ShadowFacts, that's possible using their API.

  • @thewaliiiii
    @thewaliiiii Рік тому

    Is this AI voice? I don't like it 👎👎