The Perfect Programming Language

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

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

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

    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 Год назад +36

      Based

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

      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 Год назад +1013

    "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

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

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

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

    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  Год назад +149

      precise
      accurate
      correct
      bestest

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

      ​@@ThePrimeTimeagenAlmost. It's COJONES

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

      cajones means drawers

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

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

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

      @@nicdgonzalez yea it was kinda funny reading cajones

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

    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 Год назад +64

      //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++!
      }

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

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

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

      The `when` keyword is the easiest way of making loops. Check out the examples for some examples!

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

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

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

    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  Год назад +76

      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 Год назад +53

      "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 :)

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

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

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

      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?

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

    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.

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

    DreamBerd creator actually have an insanely good RUclips channel called TodePond

  • @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).

  • @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...

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

    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.

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

    better than javascript

  • @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

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

    I just learned the author has a YT channel!!!: www.youtube.com/@TodePond?sub_confirmation=1 CHECK AND SUBSCRIBE PLS

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

    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.

  • @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.

  • @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 11 месяцев назад

      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

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

    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.

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

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

  • @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.

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

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

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

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

  • @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.

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

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

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

    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

  • @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.'

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

    Definitely the programming language of all time.

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

    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.

  • @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 Год назад

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

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

    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

  • @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.

  • @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?

  • @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 11 месяцев назад +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

  • @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.

  • @JackDespero
    @JackDespero 11 месяцев назад +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.

  • @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

    • @OchiiDinUmbraa
      @OchiiDinUmbraa Час назад

      I think they should add 4 const to the language for the variables that need to be defined only once in the history of human kind, like pi and e.

  • @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

  • @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

  • @v22minecraft93
    @v22minecraft93 5 месяцев назад +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

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

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

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

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

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

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

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

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

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

    const const const gonna solve all my problems

  • @ЧингизНабиев-э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!

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

    WhenWillProgrammersStopMakingDecisionsForOurSocietyAndJustLeaveUsAloneAlsoHackerNewsIsAVileWebsite is such a great programming language

  • @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!

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

    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

  • @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.

  • @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

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

    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.

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

    7:45. Actually, maybe backwards indentation can be pretty comfortable to read, if you think about it. Well, if you have the time to do it. If you don't have the Java habit of naming your functions.

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

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

  • @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 = ...

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

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

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

    Ok, I have to admit, when you were making comments about the language and so on... I agreed with some of the comments, but disagreed with some of the other comments. Some things sounded kind of funny, but that was just it!
    Until ...
    the moment you enumerated the array indexes... "negative 1, zero, point five..." OMG I HAD HUGE LAUGH AT THAT!!! I really needed that!!!

  • @Renni-kg6vf
    @Renni-kg6vf Год назад

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

  • @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.

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

    8:51 I'm confused, 5 minutes ago we were setting the variable 3 to be equal to 3.14 this way
    right. I would have had to declare const const 3 = 3.14. got it

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

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

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

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

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

    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

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

    Someone was on LSD when they created this language.

  • @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.

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

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

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

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

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

    5:32 i’d have to look it up to see how it works, but i think kitlang (dead language) has something like that, tho i never used it

  • @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

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

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

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

    5:05 holy heck. I implemented that feature for python a few years ago to help automate marking, it sure is the devil haha

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

    FYI: I just checked the DreamBerd repo now, and it's still growing... 169 commits in this video, 405 commits as of me writing this comment, of which the last was a mere 2 hours ago. lmao. this is just too good... >.<
    also, it's almost at 10k stars already...

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

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

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

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

  • @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

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

    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.

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

    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 Год назад

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

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

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

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

    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

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

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

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

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

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

    1:38, I already think someone should make a "compiler" for the language that straight up bails at the start with the error message "Error: You're programming in DreamBerd? Go back back to your teacher and try explaining that to them, see how quickly they wack you round the back of the head and say your an idiot the moment you mention the ! & ; had their purpose swapped :P"

  • @Renni-kg6vf
    @Renni-kg6vf Год назад

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

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

    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.

  • @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.)

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

    Lean 4 is as close to perfect as we have currently for the perfect language. But I love how every language "innovation" is just c or javascript with slightly different syntax. No new ways to prevent bugs or improve performance or increase productivity. Just a reskin of existing languages.

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

      what's so good about it compared to e.g. Rust?

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

      @@MH_VOID Dependent types. Proper linear types and not just pseudo affine types in Rust. TCO for recursion. Leanest syntax I've seen in any language supporting this many features. A full blown theorem prover that works in conjunction with regular executing code. Tooling of lean 4 is heavily inspired by the great ecosystem that Rust enjoys. It's got a dependency manager similar to cargo and macros and code generators similar to many you would find in Rust. It's not ready for prime time and is an experimental step after lean 3. But the best thing about the language is that it develops from one version to the next with no backwards compatibility baggage of previous versions. They are trying to make a great language, not support the companies that pay for it and demand their legacy systems prevent the language from fixing old problems and throwing out old stuff. Thus it's a natural consequence that lean 5 will be a true evolution from what already is an excellent language.

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

    its why the number of tabs is stored in an integer, otherwise it should be an unsigned integer, but it isnt.

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

    3:23 I was so confused as to why 0.5 was the third position but then I remembered indexes start at 0.5

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

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

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

    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 3 месяца назад

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

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

    The irony of Primeagen malfunctioning at the function section.

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

      *the ucin section

  • @Lampe2020
    @Lampe2020 11 месяцев назад +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…

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

    This was hilarious. The AI feature that solves callback hell situations at 20:39 is ingenious. All that work on async programming was a waste of time.

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

    The `with` keyword is what gives AlpineJS its magic. Everything still supports it.

  • @the-answer-is-42
    @the-answer-is-42 2 месяца назад

    I've wanted a semi-esoteric language: It's a real language that's actually useful and can be used to solve problems... But the features and syntax are really weird and it doesn't do things like normal languages, so you end up spending a lot of brain power trying to figure out how to do things (because they are done differently, not because the language is purposefully making things hard... Apart from being weird).
    EDIT:
    Also in PowerShell, any argument you give a cmdlet (think "fancy function") is implicitly a string unless ypu tell it that it's not a string. Like variables always start with $ so they are not strings, and parentheses imply an expression, guessing numbers are numbers and maybe there are a few more cases... But apart from that, it's all strings.