@@martinalcala4823 that would literally throw an error if you were trying to output an tag to a website you should use something like const Message = () => { element = document.createElement("h1"); element.textContent = "Believe me, esoteric programming languages are more fun!"; document.body.appendChild(element); } Message();
5:48 ruby also has a loop similar to that and uses the same `until` keyword as well. it even has an `unless` keyword, which is basically an `if` statement, but if the value is false it will run.
I was watching a error fixing tutorial and some catchy "brainf**k" video caught my eyes..maybe it was dumb to learn but more of a fun..and I so enjoyed the video.. I don't know how I came this far but already I have watched 8 languages and I'm so glad that somehow I found this channel 😌 Yes you need a great shoutout bro!! Not only it's informative but it's more fun to watch!! I laughed, learned, enjoyed... I'm glad I found your channel ❤💥 Please keep posting more like this💥❤❤
"It's obvious with order of opperation" yeah but if in an equation you saw 3/4x you wouldn't think "ah yes, it's (3/4)x", but 3/(4x), because it just make more sense to prioritize implicit operations over explicit ones. The true answer to that problem though is "this notation sucks and you guys should put parantheses or use a fractional notation instead of a slash"
3/4x IS 3/4 *x though. We read equations left to right following Order of operations..... If you want it to read something else, you need to write it using a different notation
@@mattat3847 Technically yes you're right, but it's fucking weird to do it like that and most people actually doing math as part of their job would do it as 3/(4x) because it juste makes more sense to keep the constant with the variable. Putting parentheses to avoid confusions solves all problems tho
So This is an Language, that uses Object Oriented Programming for the sake of Object Oriented Programming, even if it defies common sence. As A C-Programmer, I must say: This is not different from JAVA.
Hi, D&D nerd here! There are spells that will take hit points from one entity and give them to another! Had a "healer" in a party at one point that seemed to do much better in a crowd. He explained that he's just a great showman and the crowd inspires him. They were his HP pool. The crowd would collectively only lose a couple of HP apiece, but because there were so many his target was fully healed. You would not believe how long it took for THE PARTY, nevermind the NPCs to figure out what was going on. Great times :'-)
@@AsmodeusMictian i played a necromancer in guild wars 1, where i could support my team with life transfer (from me to allies) and life leach (from enemies to me) :D
@@CreeperDeLux same a much more innocent time with Beyblades pokemon airing a new episode every saturday and old 2002-2010 internet with flash games and cool hyperlinks. I miss thoes days
The entire point of the viral math problem is that it has an ambiguity in math notation. Therefore, both 1 and 9 are correct and the wrong people are the ones who say there is only one correct answer.
No, 9 is correct. Multiplying & dividing have the same precedence sure, but their associativity is Left to Right. So you'd never do the multiplication first (if you're solving the problem correctly that is).
@@azurethi2851 It's not about the order of operations. It is the division sign. Is the question 6 --------- 2(1+2) or 6 ----(1+2) 2 Remember that order of operation isn't really math. It is convention. The notation is supposed to represent a problem. That's why elementary school drilled the concept of a "word problem". To convert from a problem to notation and back. So if there is no word problem attached to the formula there is no use arguing about what's the real answer.
@@tauon_ NOTHING runs at 50 anymore, yeah the electric grid does, but nothing uses that for timing, they just have internal clocks and run at 60 like the rest of the world nowdays
@@algotkristoffersson15 they did used to run at 50 because of the grid though, i believe not anymore of course, like you said, computers have internal clock circuits now
Instead of "99 Bottles", we will, of course, want to print "Craneberry" by famous Irish band "ZOMBIES" as a test. Other than that, a randomizing lang may really help in modelling events with natural chance occurences, such as weather.
Modern rules require multiplication & division to be done at the same step. The same is applied to addition & subtraction. That means you divide 6 & 2 before multiplying 3 & 3
I think "djinn" is pronounced with the d silent :)
oh hey dude
Hi there :)
Exactly
Jjin
english can be so weird
Today I learned this programming language exists.
What an interesting one.
That awkward moment when you call Clippy Clippit
clippit is the correct name
That awkward moment when you do not know Clippit's true name.
@brightblackhole Ye, that is what I said.
I'm surprised how your channel hasn't blown up yet
D0nc M0mes Well, this channel is about a pretty niche topic...
@@Truttle1 But esoteric languages are always fun :^)
@@Truttle1 2 years later got it in recommended
Well it did get recommended to me just now... So yeah
i love how i still dont even know javascript
const Message = () => Believe me, esoteric programming languages are more fun!;
I❤️JAVA
SCRIPT
@@martinalcala4823 that would literally throw an error
if you were trying to output an tag to a website you should use something like
const Message = () => {
element = document.createElement("h1");
element.textContent = "Believe me, esoteric programming languages are more fun!";
document.body.appendChild(element);
}
Message();
@@potatomaaan1757 Not if you use JSX :)
djinn is pronounced like the drink gin, much like how djent is pronounced gent
5:48 ruby also has a loop similar to that and uses the same `until` keyword as well. it even has an `unless` keyword, which is basically an `if` statement, but if the value is false it will run.
I was watching a error fixing tutorial and some catchy "brainf**k" video caught my eyes..maybe it was dumb to learn but more of a fun..and I so enjoyed the video.. I don't know how I came this far but already I have watched 8 languages and I'm so glad that somehow I found this channel 😌 Yes you need a great shoutout bro!! Not only it's informative but it's more fun to watch!! I laughed, learned, enjoyed... I'm glad I found your channel ❤💥
Please keep posting more like this💥❤❤
"It's obvious with order of opperation" yeah but if in an equation you saw 3/4x you wouldn't think "ah yes, it's (3/4)x", but 3/(4x), because it just make more sense to prioritize implicit operations over explicit ones. The true answer to that problem though is "this notation sucks and you guys should put parantheses or use a fractional notation instead of a slash"
"Google even agrees with me" followed by a clip where he added parenthesis to make google do what he wanted.
@@jetison333 He didn't though...?
3/4x IS 3/4 *x though. We read equations left to right following Order of operations.....
If you want it to read something else, you need to write it using a different notation
@@mattat3847 Technically yes you're right, but it's fucking weird to do it like that and most people actually doing math as part of their job would do it as 3/(4x) because it juste makes more sense to keep the constant with the variable. Putting parentheses to avoid confusions solves all problems tho
@@jetison333 he only used parentheses that were in the actual problem, he didn't add any.
if i had to write in this i would literally have an aneurism
I agree
that's how i feel for EVERY other language than thue and brainf***
2:31 Oh! This word represents demons in islam (at least i think,) It's pronounced "Jin", Where the "D" seperates the two pronounciations of "J".
Yes.
I'm so happy I found this channel
So This is an Language, that uses Object Oriented Programming for the sake of Object Oriented Programming, even if it defies common sence.
As A C-Programmer, I must say: This is not different from JAVA.
TBH besides these esolang you should check out some not-so-normal-but-also-not-esolang programming languages, for example APL
And its brother, J.
Dr. David Morgan-Mar is also a physicist who once worked for Canon.
Randomly stumbled on the video
A) very cool video about a funny little programming language
B) that ending is very nice
This seems like an encounter engine for an old NES RPG
So the vampire is basically an AI
its an A
necromancers can be just very late healers
Hi, D&D nerd here!
There are spells that will take hit points from one entity and give them to another! Had a "healer" in a party at one point that seemed to do much better in a crowd. He explained that he's just a great showman and the crowd inspires him.
They were his HP pool. The crowd would collectively only lose a couple of HP apiece, but because there were so many his target was fully healed. You would not believe how long it took for THE PARTY, nevermind the NPCs to figure out what was going on. Great times :'-)
@@AsmodeusMictian i played a necromancer in guild wars 1, where i could support my team with life transfer (from me to allies) and life leach (from enemies to me)
:D
Please do the chef programming language
You gotta imagine real zombies and vampires doing all this. Otherwise it's not as fun
jesus this gives me 2010 youtube in the school computer lab vibes
I miss it though
@@CreeperDeLux same a much more innocent time with Beyblades pokemon airing a new episode every saturday and old 2002-2010 internet with flash games and cool hyperlinks. I miss thoes days
Make sure to put it at 144p for that effect.
Also imagine having gone to a school where UA-cam wasn't blocked
@@Truttle1 with an added water bottle half full with nearly melted soupy ice while a teacher is talking about computer science
actual zombie.
new response just dropped
The entire point of the viral math problem is that it has an ambiguity in math notation. Therefore, both 1 and 9 are correct and the wrong people are the ones who say there is only one correct answer.
No, 9 is correct. Multiplying & dividing have the same precedence sure, but their associativity is Left to Right. So you'd never do the multiplication first (if you're solving the problem correctly that is).
@@azurethi2851 So, 2a / 2a = a^2 ?
@@dimamironov3040 well yes, actually. to get 1 as a result you should use parenthesis or fractions
@@dimamironov3040 Yes. You would write it on paper as (2a/2)a.
@@azurethi2851 It's not about the order of operations. It is the division sign.
Is the question
6
---------
2(1+2)
or
6
----(1+2)
2
Remember that order of operation isn't really math. It is convention. The notation is supposed to represent a problem. That's why elementary school drilled the concept of a "word problem". To convert from a problem to notation and back. So if there is no word problem attached to the formula there is no use arguing about what's the real answer.
I love the outro
🎺 🎺 🎺
Dude i love your vids but I caNNOT watch the parts with the animated creatures, im just here to learn about a fun new programming language
HELP I CAN’T STOP WATCHING THESE VIDEOS
i like creatureys bow tie
Djinn is "jin" which is a type of a ghost.
They're actually closer to trickster spirits or demons than ghosts.
@Nukestarmaster i actually knew it from my language
Please make a video about fetlang
wow this language seems fun to expiriment with
i wanna see a game made in this for some reason
clippy was my best friend... sad, but true...
ELECTROMAN ADVENTURES
I thought you were gonna speak about C++
9:10 task 1! ah ah ah
task 2! ah ah ah
geometry dash music as the bg music is weird asf to hear since im a gd channel
Quick question - what's the deal with the fact that your video runs at 50 fps and not something like 30 or 60?
Because PAL
@@tauon_ NOTHING runs at 50 anymore, yeah the electric grid does, but nothing uses that for timing, they just have internal clocks and run at 60 like the rest of the world nowdays
@@algotkristoffersson15 they did used to run at 50 because of the grid though, i believe
not anymore of course, like you said, computers have internal clock circuits now
Djinn is pronounced like gin the drink
yeah the d in djinn is silent
Wait, this is real in programming?? WTF!!
You’re new to programming, aren’t you?
I could have sworn it was Clippy, not Clippit?
It’s clippit
Bruh, forest temple
Damn this is interesting, but I think I'll stick with Brainfuck.
Acropolis?
Malbolge video when?
I think Malbolge is too difficult for a human to use...
*insert shia labour reference here *
@@Truttle1 I've used it.
You should record how are you making the interpreter
Java IDE
Kureiji Ollie programming language
Why did you put your program files in Dropbox? Why not put them in a Git repo?
Lol “MARCHUAS IDIOTOM FIBICA!!!!!!!!” 😂😂😂😂😂😂😂😂😂
This made my brain hurt
So it is not that useful for real life application development, isn't it?
Never think of using thus language
this*
👻
Vrabbers how did you get here before the video was uploaded?
twitter "truttle added video to playlist"
Instead of "99 Bottles", we will, of course, want to print "Craneberry" by famous Irish band "ZOMBIES" as a test.
Other than that, a randomizing lang may really help in modelling events with natural chance occurences, such as weather.
haha, this is awesome
*moan*
A
9:00
its 1!
Modern rules require multiplication & division to be done at the same step. The same is applied to addition & subtraction. That means you divide 6 & 2 before multiplying 3 & 3