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
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???
@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
"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"
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"
//how to do it var var backwards: Bool = false if (backwards { reverse backwards = false else { do_stuff ( if (should_continue ( { backwards = true reverse
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?
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.
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
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.
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...
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).
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"
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.
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.
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.
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.
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
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.
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
@@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
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.'
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.
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
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.
"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.
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
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.
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
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.
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.
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.
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
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.
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.
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
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
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
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.
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
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
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.)
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.
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…
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.
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
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.
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
Programmers are nevrotic maniacs and the cursed stuff shown here proves it
Based
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???
@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
lol, image the bugs from refactoring and not realizing there was some lifetime limited variable somewhere up above
"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"
Bro, I lost so much at it LMFAO
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"
precise
accurate
correct
bestest
@@ThePrimeTimeagenAlmost. It's COJONES
cajones means drawers
@@nicdgonzalez It's been one month.
He said what he said. The man has drawers.
@@nicdgonzalez yea it was kinda funny reading cajones
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.
and an itterative exit for the 2nd loop, problem of course is that the loop logic will have to work both ways round
//how to do it
var var backwards: Bool = false
if (backwards {
reverse
backwards = false
else {
do_stuff (
if (should_continue ( {
backwards = true
reverse
they also can be done easy with signals:
var var count = 0!
when(count < 20) {
//doStuff
count++!
}
That's not a loop. That's ping pong.
The questions is: if you use reverse! and the call a functi, will it start executing from the end?
thanks for reviewing my language!
but please could you please rename your channel to abide by our naming rules
many thanks
I live my life one infringement at a time
DreamBerdegen
I mean he did mention DreamBerd :p
HAHAHA
Oh
It's you!!
I was wondering why it looked familiar
This was just so good; and that section on ownership? gold. pure gold.
nothing but the best
yeah... "I use DreamBird btw"
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?
agreed
indeed that is genius.
the only way to change is is to change computers
You heard him, agreed is genius
"globally", as in, across the globe. Including all other computers and people coding on them.
I stumbled upon TodePond randomly a few days ago and I instantly subscribed! Underrated creator.
agreed
Their video "Define Define" is amazing :)
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.
Python and JS also have lifetime scoping inasmuch as they have del and delete.
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
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.
Java was made to be easy for parsing. This is the first technically unparsable language. God bless.
LL(Infinity) language
easy for parsing for computers
not humans
Isn't there some mathematical proif that perl is unparseable?
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...
tf
this is perfect for a Halloween horror story
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).
DreamBerd creator actually have an insanely good RUclips channel called TodePond
really?
@@ThePrimeTimeagenyeah his vids are pretty chill, kinda trippy sometimes
Going there right now!
better than javascript
To be fair, it's not that big of an accomplishment
Can't compete with JDSL because TOM is a GENIUS!
well JDSL isn't just perfect, its divine
This language is ingenios! The Author must be a pupil of Tom.
21:02 😂😂he missed the part about incomplete code being emailed to Lu Wilson. What a lanaguge!
dangit! i missed that? that is good
I honestly laughed so much with this one, that I had to pause multiple times to catch my breath. Absolutely incredible!
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"
Ou could use different types of parantheses to use different interpolation. [] for linear, for spline and such XD
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.
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.
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.
I haven't laughed this hard in a long time holy moly
Same here, this is funny as sh** 😂 got me on several occasions 😂😂
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.
wow i need ur twitrer acc to follow u
@@ahmedkaram3829 "delete twitter!". Let go of any worldly attachment.
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
DreamBerd.... probably the best 20 minutes of my life right there lol. Absolutely fabulous.
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.
indeed, and when() allows you to do loops as well.
When is just a global do while loop...@@DFX2KX
This language is the best meme of 2023, oh my god 😸
Starting array indexing at -1 is just brilliant 😹
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
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
@@KayOScode It is clear, just in negative
@@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
@@KayOScode You start writing the code from inside out
middle out?
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.'
❤
And he skipped over it…
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.
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
i can't take it anymore. how can one md file make me lough for 1 hour.
it just ... happens
Kinda reminds me of JDSL, where Tom put a “:)” after every statement
The Union inverse and the " ' hello world " ' tripple quote had me dying!! :D
This video has been very informative. I learned about the “with” keyword in Javascript and am now terrified that such evil lurks among us
Definitely the programming language of all time.
WhenWillProgrammersStopMakingDecisionsForOurSocietyAndJustLeaveUsAloneAlsoHackerNewsIsAVileWebsite is such a great programming language
Someone was on LSD when they created this language.
likely
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.
"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.
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
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.
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
Insanity
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
Todepond is the name of the authors YT channel by the way
Prime, it's time to write a compiler for this piece of art ;D
Someone is! The creator had a call with someone who was!
who ever wrote the parser for this is a genius
im also terrified of them
The only thing it's missing is a "goto" (naturally with any possible spellings)
I am so on board with this you guys. Got a really good perspective for it, to take it all the way. Thanks!
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.
The "-3 spaces are also allowed" broke me completely LOL, amazing 10/10
const const const gonna solve all my problems
Tears running down my checks through every minute of this. Almost as good as watching Spinal Tap the first time.
this language is the perfect example of wanting to "fuck around" with people but not wanting to be too obvious
This was the laugh I needed after two days of extremely stupid work that should have taken 10 seconds.
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.
so glad i recommended this on the subreddit, knew this would be a fire language 🔥
Now the problem is, what should I learn for my FAANG interview, JDSL? or DreamBerd?
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.
The irony of Primeagen malfunctioning at the function section.
*the ucin section
The effect of the `with()` feature in JavaScript is basically implied in all memeber functions of a C++ class or struct.
With MAYBE boolean and WHEN keyword, this language set to work well in quantum computing.
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
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.
Lol! I laughed so hard and so many times in this video!
Thanks Prime and thanks DreamBird foundation!
When a language has extremely amazing features and still manages to disappoint...
Man, we can loop using reverse lmao
I have no idea how to code whatsoever, but youtube keeps recommending you to me and i find the content mildly entertaining.
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 = ...
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.
the whole "const const" thing is basically like where you put the consts in pointers for c/cpp code
I can only imagine that const const const actually changes the dreamberd binary so that that variable is immutable over all dreamberd compiled files.
"with" in JS has always felt like the precursor to variable destructuring.
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
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
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
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
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.
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
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.
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
this is just a property with a custom setter. C# has this.
I really needed a good chuckle generator today. This was great.
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.)
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.
Man, ive not laughed this hard at a vid in a while 😂. The rollercoaster of emotions! Kudos to the devs of dreamberd!
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…
thanks for showing me dreamberd language. now we're all rewriting our ENTIRE 12.5k+ projects in it
3:00 using the building analogy, the lowest floor is a basement, makes perfect sense(((
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.
Reminds me of "The Worst Programming Language Ever - Mark Rendle - NDC Oslo 2021", which is a great talk.
Made me laugh so hard, haven't laughed this hard in many months. Thank you for evaluating the Dreamberd language!
"any number of quotes you want" - that is an actual C# feature.
Can we revisit this now that DreamBerd has been renamed to "C"?
Primeagen and TodePond crossover would be dope
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.
yea, using a floating numbers for indexing, it will be great
The `with` feature is also an active feature of the Kotlin programming language.
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
"Type annotations don't do anything, but they help some people to feel more comfortable". Python.
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.