The Perfect Programming Language

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 660

  • @Robin_Goodfellow
    @Robin_Goodfellow Год назад +2106

    My biggest takeaway from this parody is that new languages often have 3 or so really interesting, possibly useful features, but also about 30 completely deranged features that guarantee its failure

    • @SuperRedstoneman
      @SuperRedstoneman Год назад

      Programmers are nevrotic maniacs and the cursed stuff shown here proves it

    • @Oi-mj6dv
      @Oi-mj6dv Год назад +35

      Based

    • @SimGunther
      @SimGunther Год назад +121

      What were the useful features from DreamBerd:
      - Quantified lifetimes (by positive numbers, not by time)
      - Export into different files rather than import modules
      - Question marks at end of statement for automatic debug info
      - Regex to narrow down string values
      - when statements as an event signal
      The rest is just WHHAAAAA???

    • @SuperRedstoneman
      @SuperRedstoneman Год назад +38

      @SimGunther quantified lifetimes is more tedious than scope because you'd have to count lines exporting makes no sense because you'd have to switch file each time you want to pull a function from somewhere (auto imports wouldn't work anymore too) question marks doesn't look like the best solution but yeah easy debug sounds cool regex integrated in the language also sounds cool when is just another way to do events on variable modification writing it as when is confusing I think

    • @PoorlyMadeSweater
      @PoorlyMadeSweater Год назад +41

      lol, image the bugs from refactoring and not realizing there was some lifetime limited variable somewhere up above

  • @dzisonline
    @dzisonline Год назад +970

    "AI does not use AI. Instead, any incomplete code will be auto-emailed to Lu Wilson, who will get back to you with a completed line as soon as possible"

    • @rocstar3000
      @rocstar3000 Год назад +57

      Bro, I lost so much at it LMFAO

  • @SimGunther
    @SimGunther Год назад +917

    A language that transcends languages in that it never once cared for the problems software engineers wanted to solve; however, it still has the cajones to say all this without ONCE mentioning "I took all the things"

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +148

      precise
      accurate
      correct
      bestest

    • @Sam-dh7fr
      @Sam-dh7fr Год назад +17

      ​@@ThePrimeTimeagenAlmost. It's COJONES

    • @nicdgonzalez
      @nicdgonzalez Год назад +15

      cajones means drawers

    • @miguelmahecha88
      @miguelmahecha88 Год назад +15

      @@nicdgonzalez It's been one month.
      He said what he said. The man has drawers.

    • @grape264
      @grape264 11 месяцев назад +1

      @@nicdgonzalez yea it was kinda funny reading cajones

  • @mathijsfrank9268
    @mathijsfrank9268 Год назад +787

    So loops are actually possible, just use 2 "reverse!"s and lrt the first one be a boolean that's false the first time you pass it.

    • @LiveErrors
      @LiveErrors Год назад +35

      and an itterative exit for the 2nd loop, problem of course is that the loop logic will have to work both ways round

    • @yjlom
      @yjlom Год назад +62

      //how to do it
      var var backwards: Bool = false
      if (backwards {
      reverse
      backwards = false
      else {
      do_stuff (
      if (should_continue ( {
      backwards = true
      reverse

    • @danych2
      @danych2 Год назад +70

      they also can be done easy with signals:
      var var count = 0!
      when(count < 20) {
      //doStuff
      count++!
      }

    • @FastRomanianGypsies
      @FastRomanianGypsies Год назад +6

      That's not a loop. That's ping pong.

    • @kezzyhko
      @kezzyhko Год назад +17

      The questions is: if you use reverse! and the call a functi, will it start executing from the end?

  • @TodePond
    @TodePond Год назад +2192

    thanks for reviewing my language!
    but please could you please rename your channel to abide by our naming rules
    many thanks

  • @monkeypaisano2879
    @monkeypaisano2879 Год назад +205

    This was just so good; and that section on ownership? gold. pure gold.

  • @pashadia
    @pashadia Год назад +422

    I take it that "affects all users forever" also persists multiple invocations of the program, even if the actual declaration is changed. Who's the genius now, Tom?

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +75

      agreed

    • @hfspace
      @hfspace Год назад +10

      indeed that is genius.

    • @256k_
      @256k_ Год назад +17

      the only way to change is is to change computers

    • @Manas-co8wl
      @Manas-co8wl Год назад +6

      You heard him, agreed is genius

    • @Niohimself
      @Niohimself Год назад +51

      "globally", as in, across the globe. Including all other computers and people coding on them.

  • @noid3571
    @noid3571 Год назад +157

    I stumbled upon TodePond randomly a few days ago and I instantly subscribed! Underrated creator.

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +44

      agreed

    • @sryx
      @sryx Год назад +10

      Their video "Define Define" is amazing :)

  • @aquapendulum
    @aquapendulum Год назад +38

    Lifetime scoping by code line, terse debug print syntax with '?' line ending, whitespace-controlled order of execution, regex-constrained string, 'previous' keyword, native HTML templating are some legit cool features.

    • @nandoflorestan
      @nandoflorestan Год назад

      Python and JS also have lifetime scoping inasmuch as they have del and delete.

    • @CHR1SZ7
      @CHR1SZ7 10 месяцев назад

      The problem with regex-constrained string is that if you’re passing data from outside you can’t know at compile time whether the string is valid, and anything else should use something like an enum or a trait rather than a string anyway

  • @HerrDoktorWeberMD
    @HerrDoktorWeberMD 11 месяцев назад +5

    I just randomly tripped over this channel while looking into stuff for a Rust software renderer project, I had no idea I'd wind up finding a channel that makes programming so genuinely entertaining. I'm still brand new to software development (learned Java in high school, didn't code at all for over 10 years, learned Rust 'cause it was shiny and new and now I'm coding a game from scratch) but it's so easy to be introduced to new concepts and dig up explanations for them while having a laugh on this channel. Subscribed.

  • @TimeConvolution
    @TimeConvolution Год назад +137

    Java was made to be easy for parsing. This is the first technically unparsable language. God bless.

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +37

      LL(Infinity) language

    • @kuhluhOG
      @kuhluhOG Год назад +6

      easy for parsing for computers
      not humans

    • @peterkerj7357
      @peterkerj7357 Год назад +1

      Isn't there some mathematical proif that perl is unparseable?

  • @hbobenicio
    @hbobenicio Год назад +74

    This is awesome!
    The sad part about it is that I actually had to write a parser for a real programming language which literally doesn't define the decimal separator for floats... it's actually an environment parameter so that every sysadmin can pick whatever they trip about (for example, regionalization reasons) and for the source code to be compilable it must conform to what the sysadmin dictates. Of course multiple environments on the same organization may have different values. this by definition then makes your code not portable between different regionalizations (or different-tast sysadmins). This idea is so perfect and awesome that I see why DreamBeard got the idea of the variable currency thingy...
    That language also has the "noop" instruction thingy too. It just uses another name for it, but whatever...

  • @Muaahaa
    @Muaahaa Год назад +37

    I used js `with` several years ago for a CodeWars kata that required you to calculate the area of the intersection of two circles but the kicker was that the solution needed to be under a small character limit. Never used or heard of it again since then (until now, ofc).

  • @lua_amaterasu
    @lua_amaterasu Год назад +51

    DreamBerd creator actually have an insanely good RUclips channel called TodePond

  • @lucaslinhares4071
    @lucaslinhares4071 Год назад +84

    better than javascript

  • @deado7282
    @deado7282 Год назад +52

    Can't compete with JDSL because TOM is a GENIUS!

  • @AScribblingTurtle
    @AScribblingTurtle Год назад +61

    This language is ingenios! The Author must be a pupil of Tom.

  • @shanahjrsuping7344
    @shanahjrsuping7344 Год назад +24

    21:02 😂😂he missed the part about incomplete code being emailed to Lu Wilson. What a lanaguge!

  • @Kevinjimtheone
    @Kevinjimtheone 7 месяцев назад +1

    I honestly laughed so much with this one, that I had to pause multiple times to catch my breath. Absolutely incredible!

  • @zxuiji
    @zxuiji Год назад +15

    3:24, that one's not too bad an idea, for example that particular index 0.5 could mean "take 50% of element 0 and (100% - 50%) of element 1 and add them together, give me the result"

    • @Kycilak
      @Kycilak Год назад +7

      Ou could use different types of parantheses to use different interpolation. [] for linear, for spline and such XD

  • @DreanPetruza
    @DreanPetruza Год назад +6

    10:25 PHP actually used this approach of no quotes string literal, in the first versions any token that wasn't a defined constant was assumed to be a string literal and was output verbatim.

  • @ShiloBuff
    @ShiloBuff Год назад +11

    As funny as this is, they are onto something with a "few" of these features. I would love a language that is truly perfect. Also, I love the idea of it being insanely flexible. Although it only sounds good in theory because in reality you want to be consistent as possible as a developer.

  • @amdenis
    @amdenis Год назад +3

    Not sure why so many people think Dreamberd is satire. I have been doing critical systems AI development for years, and I am going to port everything to Dreamberd! I see no downsides.

  • @ManiacalMobius
    @ManiacalMobius Год назад +45

    I haven't laughed this hard in a long time holy moly

    • @hsider
      @hsider Год назад +7

      Same here, this is funny as sh** 😂 got me on several occasions 😂😂

  • @TheFGrox
    @TheFGrox Год назад +7

    The "delete delete!" statement is the way to Nirvana. I've actually run that line in production when nothing has been left to delete. The customer complained that nothing was working anymore. They aren't aware that in reality that was the goal. The machine has reached a state of freedom from suffering and from restart as the weaving of activity of the processor had ceased. The empty state of the memory assigned to the program invites everyone to experience the state of non-state. The aversion against my work, the greed, and the ignorance don't let the customer appreciate the quenching of the activities of the worldly mind that lead to the liberation from samsara.

    • @ahmedkaram3829
      @ahmedkaram3829 Год назад +1

      wow i need ur twitrer acc to follow u

    • @TheFGrox
      @TheFGrox Год назад

      @@ahmedkaram3829 "delete twitter!". Let go of any worldly attachment.

  • @CielMC
    @CielMC Год назад +3

    const const const is different from const const as it said, it will affect all users globally forever, so once you have declared a variable called, say foo, nobody else can declare that same foo again, it will all refer to the foo you declared

  • @GiovanniCKC
    @GiovanniCKC Год назад +14

    DreamBerd.... probably the best 20 minutes of my life right there lol. Absolutely fabulous.

  • @BozCoding
    @BozCoding Год назад +7

    I love the look and some of the concepts of this language, and they say that there's no loops, but 'reverse!' allows you do do loops :D so that's super neat.

    • @DFX2KX
      @DFX2KX Год назад +2

      indeed, and when() allows you to do loops as well.

    • @Renni-kg6vf
      @Renni-kg6vf 11 месяцев назад

      When is just a global do while loop...@@DFX2KX

  • @nekoill
    @nekoill Год назад +14

    This language is the best meme of 2023, oh my god 😸
    Starting array indexing at -1 is just brilliant 😹

  • @wumwum42
    @wumwum42 Год назад +75

    The more I think about it, im starting to like the idea of reverse indentation.
    This might actually be easier to read than non-inverse ones. Though unless its automated probably pure hell when writing

    • @KayOScode
      @KayOScode Год назад +13

      You can legally do that in most languages, it’s just not considered good practice because it’s not clear which scope the code belongs to

    • @bujitself
      @bujitself Год назад +8

      @@KayOScode It is clear, just in negative

    • @KayOScode
      @KayOScode Год назад +10

      @@bujitself so then which indent does your code start at? If they’re all going backwards, maybe, but you’d have to write code starting in the middle of your monitor

    • @FlanGrande
      @FlanGrande Год назад +8

      @@KayOScode You start writing the code from inside out

    • @sidharthmanohar7951
      @sidharthmanohar7951 Год назад +5

      middle out?

  • @Kateen-d3h
    @Kateen-d3h Год назад +2

    Contributing:
    ' If you are an influencer, streamer, or content-creator... you must not skip this section during your read-through.
    Contributions are welcomed to DreamBerd 3!
    The most helpful way you can help is by donating to the Stonewall charity. This will help to prevent the DreamBerd 3 creator from losing their human rights, allowing maintenance of the project to continue.
    Note: The contributing guide also helps to shake off unwanted fans of the project.'

  • @corlaez
    @corlaez Год назад +7

    Kotlin has with, extension functions and is working on context receivers which all build upon a similar concept as the JS with. And due to the strongly typed nature of Kotlin, it is actually a extremely useful set of features.

    • @CHR1SZ7
      @CHR1SZ7 10 месяцев назад +1

      In Scala they’ve had implicit parameters for ages and in the same way, it’s like the js “with” but because the language is strongly typed it’s a bit less insane because you can make it a lot more obvious what you’re going to get

  • @krunalakbari5432
    @krunalakbari5432 Год назад +2

    i can't take it anymore. how can one md file make me lough for 1 hour.

  • @garrettmandujano2996
    @garrettmandujano2996 Год назад +1

    Kinda reminds me of JDSL, where Tom put a “:)” after every statement

  • @kallekula84
    @kallekula84 Год назад +1

    The Union inverse and the " ' hello world " ' tripple quote had me dying!! :D

  • @leovin00
    @leovin00 Год назад +2

    This video has been very informative. I learned about the “with” keyword in Javascript and am now terrified that such evil lurks among us

  • @rumplstiltztinkerstein
    @rumplstiltztinkerstein Год назад +34

    Definitely the programming language of all time.

  • @SelfCheckout
    @SelfCheckout Год назад +1

    WhenWillProgrammersStopMakingDecisionsForOurSocietyAndJustLeaveUsAloneAlsoHackerNewsIsAVileWebsite is such a great programming language

  • @alphabasic1759
    @alphabasic1759 Год назад +2

    Someone was on LSD when they created this language.

  • @PomuLeafEveryday
    @PomuLeafEveryday Год назад +1

    I know it's a parody, but that question mark debugging thing sounds actually useful. So does the forced garbage collection after a certain amount of lines.

  • @JackDespero
    @JackDespero 9 месяцев назад +1

    "This is a language worse than JS!"
    Please, do not be this closed minded. You haven't even tried it yet and you are already making such bold statements.

  • @DatBoi_TheGudBIAS
    @DatBoi_TheGudBIAS 11 месяцев назад

    the const const const is suposed to NEVER change. and they mean NEVER
    it basically will be the new truth to the machine, once u declare it
    so this meme language allows u to do "const const const 1 = 0!" and ur pc is now trashed. all the binary code is now 0s

  • @Jmcgee1125
    @Jmcgee1125 Год назад +1

    1:41 Constant pointer to variable data and/or variable pointer to constant data is a C feature and is very nice. Sure, you can always cast the const out, but that's on you.
    6:29 Nah, not really. It's a maintainability nightmare. For something that lasts literally 2 lines it's not so bad, but imagine it's 10, or 20. You go to change something in between and have to check everything up the function to see if a lifetime needs to be extended. If only we could explicitly specify when the end of lifetime should be at the closing point, maybe with some kind of stack frame or `free()` call.
    9:20 "Yeah" "sure" "ok" "fine" "I guess" "WHAT"
    13:59 T R U E
    17:32 I actually want to see that `reverse` in a programming game like Exapunks. Looks fun.

  • @v22minecraft93
    @v22minecraft93 4 месяца назад +1

    I am actually making an interpreter for this right now. I already got a lexer and an almost working parser, i just have to get binary Expressions to work

  • @ahuman32478
    @ahuman32478 Год назад +6

    Didn't even notice that this video was 23 minutes long because I was too busy admiring what is arguably the highest-effort shitpost of all time

  • @Celastrous
    @Celastrous Год назад +1

    Todepond is the name of the authors YT channel by the way

  • @ЧингизНабиев-э2г
    @ЧингизНабиев-э2г Год назад +4

    Prime, it's time to write a compiler for this piece of art ;D

    • @aaronspeedy7780
      @aaronspeedy7780 Год назад

      Someone is! The creator had a call with someone who was!

  • @oddmerlin9797
    @oddmerlin9797 Год назад +4

    who ever wrote the parser for this is a genius

  • @Renni-kg6vf
    @Renni-kg6vf 11 месяцев назад

    The only thing it's missing is a "goto" (naturally with any possible spellings)

  • @guillobuteler
    @guillobuteler Год назад

    I am so on board with this you guys. Got a really good perspective for it, to take it all the way. Thanks!

  • @TheEkkas
    @TheEkkas 10 месяцев назад

    I'm halfway in and need a break to 'process' a bit, but some standouts for me so far :
    1) Boolean = True/False/Maybe just quietly created quantum-computing-as-a-service, + 1.5bit storage efficiency in itself could change the storage landscape if SSD firmware starts using this...
    2) Negative indentation: Image the possibilities of adding data or code in the previously unused negative spaces. Will it work for RTL languages/editors as well?
    3) Numbers as variables: The ability to, with a one-liner, assign a value to a number, could be a watershed moment or very dangerous in the wrong hands. Giving developers the ability to reassign reality itself, raises ethical red flags. What if AI 'learn to code' with this!?!?
    4) String interpolation: Has a 'see eye aye' vibe to it, I see the utility, but to include currency with a name raises some privacy eyebrows...
    PS: This is information overload for one video, it should have been a 3-part series.

  • @kellybmackenzie
    @kellybmackenzie Год назад +1

    The "-3 spaces are also allowed" broke me completely LOL, amazing 10/10

  • @eddyxide
    @eddyxide Год назад +10

    const const const gonna solve all my problems

  • @zenshade2000
    @zenshade2000 Год назад +2

    Tears running down my checks through every minute of this. Almost as good as watching Spinal Tap the first time.

  • @RicardoSilva-hk2er
    @RicardoSilva-hk2er Год назад +3

    this language is the perfect example of wanting to "fuck around" with people but not wanting to be too obvious

  • @TheChillBison
    @TheChillBison Год назад

    This was the laugh I needed after two days of extremely stupid work that should have taken 10 seconds.

  • @kuklama0706
    @kuklama0706 5 месяцев назад

    I actually needed negative indexes in arrays to describe "previous, this, next" more naturally. Ended up casting negative index to byte and so using only 3 out of 255 array cells.

  • @gordahnculous
    @gordahnculous Год назад

    so glad i recommended this on the subreddit, knew this would be a fire language 🔥

  • @Thect
    @Thect Год назад +1

    Now the problem is, what should I learn for my FAANG interview, JDSL? or DreamBerd?

  • @IARRCSim
    @IARRCSim Год назад

    10:06 many Logo interpreters treat some values like strings even without quotes. print [hello world] works in FMSLogo. Don't confuse the brackets with quotes. The square brackets mean that it is a list. Without quotes, hello and world are separate elements of a list of strings so the string is expressed without any quotes, brackets, or anything else. You need to know more contextual information such as the fact it is in a data list to know the unquoted hello is a string vs a command or procedure call. It gets confusing since instruction lists are also often in square brackets and an unquoted string-ish looking value in an instruction list generally means a command or procedure name.
    A less troublesome but related part of the Logo language is that strings are indicated with only 1 quote generally, if a quote is needed at all. The quote marks the start of a string literal and is ended by the first whitespace after that quote. Some Logo interpreters support a more familiar notation where pairs of apostrophes wrap a string literal but that seems quite rare from the many Logo interpreters I read about.

  • @axelfoley133
    @axelfoley133 Год назад +2

    The irony of Primeagen malfunctioning at the function section.

    • @wumwum42
      @wumwum42 Год назад +2

      *the ucin section

  • @jaysistar2711
    @jaysistar2711 10 месяцев назад

    The effect of the `with()` feature in JavaScript is basically implied in all memeber functions of a C++ class or struct.

  • @kevinkkirimii
    @kevinkkirimii Год назад +1

    With MAYBE boolean and WHEN keyword, this language set to work well in quantum computing.

  • @Vegalith
    @Vegalith 5 месяцев назад

    0:52 My first programming language was a BASIC emulator for the Nintendo DS called “SmileBasic” (there’s a switch version available too!) and it had some cursed behavior, such as line breaks working as close parentheses, and ‘?’ being a substitute for print, so a hello world could look like:
    ?”Hello World
    It had a toggle for strict variable declarations, if disabled (the default behavior) you didn’t even have to declare a variable, you’d just use it
    [start of program]
    value = “Hello World
    ?value

  • @shioli3927
    @shioli3927 Год назад +2

    The with thing is the same as kotlin use pretty much. It´s not that bad if you need to call a bajliion methods on a thing that isn´t a builder pattern that you got from another method call or method call chain. The only weird thing is that the javascript proposal seems to magically imply the variable to every function call in the block.

  • @MarcCastellsBallesta
    @MarcCastellsBallesta Год назад +2

    Lol! I laughed so hard and so many times in this video!
    Thanks Prime and thanks DreamBird foundation!

  • @legendrags
    @legendrags Год назад +2

    When a language has extremely amazing features and still manages to disappoint...

  • @rocstar3000
    @rocstar3000 Год назад +1

    Man, we can loop using reverse lmao

  • @powerfist1340
    @powerfist1340 11 месяцев назад

    I have no idea how to code whatsoever, but youtube keeps recommending you to me and i find the content mildly entertaining.

  • @spicynoodle7419
    @spicynoodle7419 Год назад +2

    const void const* const foo = malloc(0)
    this can't be edited or reassigned
    they just moved all the consts to the front
    const const const foo = ...

  • @NoodleFlame
    @NoodleFlame Год назад

    The parser for the changes they made is actually pretty straight forward, they just add nothing but more headaches for the end user, I love it 🤣 In the case of strings with no quotes it would probably first look up keywords, functions, globals and then any locals stored in each pushed code block on the frame stack (ifs, for next etc, but also function scopes) so it could actually rule out everything else leaving only the possibility of a true valid quoteless string assignment.
    The tokeniser could potentially identify it as well, matching n characters ahead would handle any number of opening quotes, then you eat every character until you reach a closing quote and just check for matching closing count. For zero quoted strings if you did it at this stage you could lose the ability to invoke functions and some other possible runtime whackyness I hadn't considered with this goofy language. You can probably overcome all of that, a very crude way would be having multiple parsing stages. Anyway, once it has failed to match the token with any keywords, identifiers, funcions etc, it would just assume it has found a string literal token and the parser would handle that the same as every other string literal, quoted or otherwise.
    [edit] obviously this was written with recursive descent parsing in mind and its been a long time since I wrote my own languages, esoteric or otherwise.

  • @sinom
    @sinom Год назад

    the whole "const const" thing is basically like where you put the consts in pointers for c/cpp code

  • @Renni-kg6vf
    @Renni-kg6vf 11 месяцев назад

    I can only imagine that const const const actually changes the dreamberd binary so that that variable is immutable over all dreamberd compiled files.

  • @Bluesourboy
    @Bluesourboy Год назад

    "with" in JS has always felt like the precursor to variable destructuring.

  • @juandig
    @juandig Год назад

    Honestly the negative indentation is kinda cool so you can just indent back when the space is getting too little when nesting nests in nests so you can also make it wavey

  • @Nzargnalphabet
    @Nzargnalphabet 11 месяцев назад

    Oh okay, I think I realized what the const x3 does, lifetimes can’t be used and it can’t even be deleted, that is crazy

  • @iliya-malecki
    @iliya-malecki Год назад

    with statement is literally just R but with less half-assed reflection that reading text of statements gives you. With both "with" and {...}.__text__ you will literally get the level of cursedness that R provides

  • @xevento8682
    @xevento8682 8 месяцев назад

    3 State booleans would have to be stored in 1.58496250072 Bits. 2^1 is 2 (so a 2-state boolean can be stored in one bit) with 2 bits you can represent 4 states. To find the correct bits for 3 states we solve 2^x = 3, which is log_2(3) = 1.58496250072

  • @S1D94
    @S1D94 9 месяцев назад

    9:30 reminds me of VimL, where as long as an identifier is unique to a command you can type the smallest unique part (from left to right though). so for "function" you could do "func" or "fun" but not "union". I don't write VimL anymore.

  • @michawhite7613
    @michawhite7613 11 месяцев назад

    5:42 I think they stole this feature from a programming language called Icon, which was a successor to the SNOBOL languages. I made a Rust library to implement a lot of Icon's features, but I still don't know how to handle this one

  • @poleve5409
    @poleve5409 Месяц назад

    2:15 the joke is that const const const affects the entire world because of how powerful it is. It's just an absurd joke.

  • @dovos8572
    @dovos8572 5 месяцев назад

    godot actually has the "when" feature. you can do stuff like
    var maxHealth : int = 100
    var health : int = 12 :
    set(value):
    health = clampi(value, 0 , maxHealth)
    this code basically means that the health will be clamped between 0 and maxHealth regardless to what you try to set it to, so
    health = 1000
    will set health to 100 instead because maxHealth is 100

    • @the_cheese_cultist
      @the_cheese_cultist 2 месяца назад

      this is just a property with a custom setter. C# has this.

  • @wcrb15
    @wcrb15 Год назад

    I really needed a good chuckle generator today. This was great.

  • @jwstolk
    @jwstolk Год назад

    Variable names starting with a number would be nice and the parser could probably handle that as long as the variable name contains at least one (or maybe two?) non-numerical letter, and valid numbers like 0xABCD and 123e6 are not allowed as variable name. You could then have variable names like 3D_point (or use variable name like: 1st, 2nd, 3rd, etc.)

  • @BleachWizz
    @BleachWizz 9 месяцев назад

    what? with exists in python and it's kinda cool there, you go:
    with (expression) as (var):
    ...code...
    then you can create a scope with a file opened or something like that.
    if this sintax were written like with (a = [1,2,3]) then a.toString(); then it would kinda work.
    I use with a lot to open files:
    1 with open(path, 'r') as f:
    2 ... f.read()
    3 the file is closed here
    I also had made classes that implemented with, it was used to build procedually an object then save it in memory at the end of the construction. Not necessary but very neat.

  • @verb0ze
    @verb0ze 11 месяцев назад

    Man, ive not laughed this hard at a vid in a while 😂. The rollercoaster of emotions! Kudos to the devs of dreamberd!

  • @Lampe2020
    @Lampe2020 10 месяцев назад +1

    It's a bad idea to eat bread while watching a funny video, I just had to cough from all the laughing and spat a fountain of bread crumbs across my desk (the bread I eat is extremely hard, so it falls apart to crumbs when chewed instead of becoming a smooth paste), right at a bunch of cables where the crumbs disappeared between…

  • @hacktor_92
    @hacktor_92 Год назад

    thanks for showing me dreamberd language. now we're all rewriting our ENTIRE 12.5k+ projects in it

  • @TianyuQi
    @TianyuQi Год назад

    3:00 using the building analogy, the lowest floor is a basement, makes perfect sense(((

  • @demolazer
    @demolazer Год назад

    The exclamation point at the end of every line would annoy the hell out of me. I don't want my code to shout at me.

  • @MasterHigure
    @MasterHigure Год назад +1

    Reminds me of "The Worst Programming Language Ever - Mark Rendle - NDC Oslo 2021", which is a great talk.

  • @jdp9994
    @jdp9994 Год назад

    Made me laugh so hard, haven't laughed this hard in many months. Thank you for evaluating the Dreamberd language!

  • @KvapuJanjalia
    @KvapuJanjalia 10 месяцев назад

    "any number of quotes you want" - that is an actual C# feature.

  • @nikob381
    @nikob381 Год назад

    Can we revisit this now that DreamBerd has been renamed to "C"?

  • @jvcmarc
    @jvcmarc Год назад +1

    Primeagen and TodePond crossover would be dope

  • @Exilum
    @Exilum Год назад

    Honestly, I quite liked the when feature. Being able to subscribe to variable changes after the fact is somehow incredibly useful.
    In the end, I could see /0 returning undefined instead of an error being useful in some situations.
    But the rest is so damn funny it eclipses all of that.

  • @zhafran7076
    @zhafran7076 Год назад +1

    yea, using a floating numbers for indexing, it will be great

  • @peacemekka
    @peacemekka Год назад +1

    The `with` feature is also an active feature of the Kotlin programming language.

    • @M4Dbrat
      @M4Dbrat Год назад

      It's a decent feature IMO, just a serious mess in JavaScript, because in JavaScript name resolution doesn't happen until execution and 'with' makes object fields shadow local variables. Combine that with dynamic typing, and getting a wrong kind of object as an argument can completely fuck up the logic of your function.
      Still, people advise not to use it in even in statically typed languages like Kotlin, because the type definition of the 'with'd object can also change when you upgrade your codebase, so you gotta be careful

  • @freeideas
    @freeideas 4 месяца назад

    "Type annotations don't do anything, but they help some people to feel more comfortable". Python.

  • @lilacdoe7945
    @lilacdoe7945 8 месяцев назад

    We need...
    Direct memory access +
    Automated memory sizing +
    Automated scope closure of functions +
    Declarative SQL-like commands +
    File based implicit object for access control +
    Public by default with automated pointer dereferencing +
    Manual overrides for explicit control of intrafile variables +
    Automated error reporting with caller, problem variable, threads, and current relevant state
    That is the perfect language and I call her Jnny. Making her is a pain in the ass. But it'd be worth it.
    Almost all object initializations could be handled by the serializer/deserializer before compilation.