Now make a Compiler in Brainf**k to compile Cobol into Brainf**k
@KoltPenny2 жыл бұрын
For next Christmas you should make a COBOL interpreter in BF.
@JohnLeePettimoreIII2 жыл бұрын
touche mon frere
@meowpolitely9815 жыл бұрын
Your the first youtuber with under 1k and what I actually enjoy watching
@dimsword353 жыл бұрын
Hes Close to 1K Tho
@Truttle13 жыл бұрын
Once I hit 1k a pandemic started, so I probably should have stayed under 1k.
@愛華-d6n3 жыл бұрын
But hey you are 10k almost
@unclerojelio63203 жыл бұрын
You’re
@mmtophat.2 жыл бұрын
Sameeeee
@kilgarragh3 жыл бұрын
4:13 lua has entered the chat
@obsidian99984 жыл бұрын
Your helping me learn Cobol by complaining. I love it XD.
@gone575763 жыл бұрын
This channel is underrated
@tux7k3 жыл бұрын
"is .. wait for it" ad plays
@peppidesu3 жыл бұрын
4:15 yes, it is, *lua*
@tudbut3 жыл бұрын
Lua and COBOL are the definition of "Unlike EVERY. OTHER. PROGRAMMING LANGUAGE"
@CrippleX893 жыл бұрын
And god damn VB/VBA, where some collections start at 1 and others at 0! 🥳
@KingJellyfishII3 жыл бұрын
at least lua is _somewhat_ usable, compared to COBOL
@bujitself2 жыл бұрын
As NDC guy said, "There were no bad ideas"
@cmyk89643 жыл бұрын
COBOL starts arrays like 1, like Lua and Scratch, which both kinda suck.
@1TW1-m5i3 жыл бұрын
Idk about lua, but perhaps it's because all of them are trying to be for people not already used to coding.
@dimsword353 жыл бұрын
Scratch isnt Bad, i even tried to make a Programming Linguge on it, but its Gettin Complicated
@cheesepop7175Ай бұрын
Lua does not suck, you're just not using it correctly. Scratch was not designed for serious programming, it's just a tool to teach kids about coding, no wonder it sucks.
@robertboran62345 жыл бұрын
Rare to see that some people are interested in esoteric programming languages. Some of the esoteric programming language out there can spawn very interesting concepts that could be useful for some real programming language. Great video. I really enjoy your Ascii Dots presentation. that esolang has interesting structure.
@MrLetsGamePlayHD3 жыл бұрын
Actually, the design choice for using one based index is because cobol should be easy to learn and I saw many people in school failing to grasp index 0 (maybe my teacher should call it an offset, which makes things a bit easier). Also, math does start arrays at one and so it is really a good choice. Fortran has also one based index (which makes sense, based on that is called FORmular TRANslator). But in fortran you can create arrays with the first index being 0, 1, -5 or any other number xD like: INTEGER :: arr1(5) ! Array from 1 to 5, 5 Items INTEGER :: arr2(1:5) ! Array from 1 to 5, 5 Items INTEGER :: arr3(0:4) ! Array from 0 to 4, 5 Items INTEGER :: arr3(-5:0) ! Array from -5 to 0, 5 Items Math index notation: en.wikipedia.org/wiki/Index_notation#One-dimensional_arrays_(vectors)
@oeo.20243 жыл бұрын
Merry COBOL! Several months late
@SysFan8082 жыл бұрын
EDIT: I've already got the ascii values now, you don't need to look anymore. asking due to trying to make a brainf**k interpreter in scratch, but what are all the ascii values of? thought i could easily make it up as i went, but i don't know the ascii values of everything, so what are they?
@Uncoolproductions888 Жыл бұрын
search it up lol /$£)%'ilgdugxugigiyc
@masonthedunce37115 жыл бұрын
actually 100% how software developers are treated at the beginning
@jagnestormskull31784 жыл бұрын
So, is COBOL a dialect of Brainf**k or is Brainf**k a dialect of COBOL?
@justcallmenoah57433 жыл бұрын
Is this a wooosh?
@jagnestormskull31783 жыл бұрын
@@justcallmenoah5743 COBOL is s**t, that's the joke. I just took an opportunity provided by this video to make the joke in an epic way.
@geraforever7963 жыл бұрын
Can someone tell me how many times this man has said brainf**k in this video?
@totally_not_a_bot3 жыл бұрын
I believe 20, but I might be off by one. It's late and I really should be sleeping
@0_-4 жыл бұрын
6:45 oopsy doopsy it said the actual brainf**k
@infrakazos3 жыл бұрын
Ok
@tux14685 жыл бұрын
Not gonna lie, this sparked my interest in learning COBOL. I'm sorry.
@foldr4315 жыл бұрын
You don’t need to add periods after all non-nested statements in the procedure division, only at the end of each paragraph.
@dimsword353 жыл бұрын
Why im i Seeing the "Annotations" Switch on this Video?
@jesusvargas25804 жыл бұрын
Why didn't you use GNUCobol? You can compile it under any linux distrubution but too under windows with Cygwin. In both ways you only need 2 libraries, the libdb4.8 or libdb5.3 (for Databases), and the GMP (Multiple Precision Arithmetic Library), and they can be instaled easy form their respective package manager. 😉 Even that could be another way for testing if the second version of the hello world can be compiled succesfully.
@Truttle14 жыл бұрын
I did use GnuCOBOL, but through the OpenCOBOLIDE.
@jesusvargas25804 жыл бұрын
@@Truttle1 strange... I've never seen an 60 seconds error, but my GnuCobol was compiled using Clang as C compiler and the libraries I mention, I use it directly from the Linux Shell (I use Debian 10) and just in case, I use Vim or Subime Text for edit code and the syntax highlight, not neccesary but comfortable. Meanwhile, I don't know if that error could be maybe for the IDE 🤔
@Truttle14 жыл бұрын
@@jesusvargas2580 Oh, you were talking about that error. I was using the website tio.run there, which uses GNUCobol, but times out after 60 seconds.
@jesusvargas25804 жыл бұрын
@@Truttle1 Yeah, I was talking about that error, and of course, my question was over if you tried to compile the program of 8:40 if you use GnuCobol directtly insted using a online compiler 😉
@gdplayer10353 жыл бұрын
torture
@kiyu32292 жыл бұрын
+torture
@neontflame5 жыл бұрын
Now waiting for merry cobol 4
@Truttle15 жыл бұрын
December 2020...
@neontflame5 жыл бұрын
@@Truttle1 very thanks. i can now wait for merry cobol 4
@Mrqwertar4 жыл бұрын
Make a video about Pascal please
@CalculatedRiskAK4 жыл бұрын
1:17 is the best. The end.
@polybay3 жыл бұрын
y bro
@monomere4 жыл бұрын
in lua arrays start at 1...
@rubenadema10944 жыл бұрын
Oh no...
@cheesepop7175Ай бұрын
@@rubenadema1094 There's nothing wrong with arrays starting at 1.
@mari2.2 жыл бұрын
0 isn't a natural number, that's why.
@theoriginalbabycub3 жыл бұрын
COBOL is meant for data processing and it does what it does very successfully. It may have been specified a long time ago but now has a modern standard, so it's not such an old language. There's a helluva lot of COBOL code still running out there and there will be well into the future. Financial institutions don't want to rewrite these applications as they work and writing something new introduces a whole new set of bugs that have financial repercussions for companies such as loss of revenue for downtime or fines from financial regulators. COBOL isn't really that hard, it's just verbose. It's often used in real-time applications.
@raskr81375 жыл бұрын
If you compile to a language that needs to be compiled again in order to run, wouldn't that actually be a *translator* and not a compiler? By the way, I'm pretty sure the longest "hello, world!" is written in esolang "Unary" and has 2.2497436034233067E+100 characters.
@alexstone6915 жыл бұрын
It's called a *transpiler*
@raskr81375 жыл бұрын
i know it just sounds dumb
@tob5 жыл бұрын
@@raskr8137 transpiler sounds super awesome what are you talking about
@raskr81375 жыл бұрын
It's literally first 5 letters of "translator" and last 5 letters of "compiler", I hate these kinds of names
@want-diversecontent38875 жыл бұрын
Rask R It’s not just a portmanteau, it actually has a meaning. Trans as in across, and piler as in, well, like compiler. Across piler. Transpiler. Compiler means computer piler.
@vicr1235 жыл бұрын
Merry COBOL! 🙃
@masonthedunce37115 жыл бұрын
i love this so much.
@phineasg77095 жыл бұрын
Why do you do this to yourself?
@Truttle15 жыл бұрын
because it's fun
@obsidian99984 жыл бұрын
Cobol to Fortran ahhhhhhh
@Blue-Maned_Hawk5 жыл бұрын
1:20 Please never show that horribly cursed image again
@CalculatedRiskAK5 жыл бұрын
EVERYONE MUST SUFFER,
@want-diversecontent38874 жыл бұрын
No. If it makes you feel better, eat mayo from the jar. Tell your family I told you you could.
@szlanty5 жыл бұрын
Hello
@polybay3 жыл бұрын
bro y y bro
@circleubuntu3 жыл бұрын
cobolception
@want-diversecontent38874 жыл бұрын
More of a transpiler.
@inx18195 жыл бұрын
HEEELLL YEAAAAAAAAAAAAAAA
@ari_archer3 жыл бұрын
transpiles
@flawlesscode64713 жыл бұрын
Y E S
@ari_archer3 жыл бұрын
@@flawlesscode6471 fuck off with your weird spelling if words, just say "yes" you idiot
@beelzebub39203 жыл бұрын
@@ari_archer why u so angry
@ari_archer3 жыл бұрын
@@beelzebub3920 had a bad day
@cassandradawn7803 жыл бұрын
owo uwu
@ToadComrades5 жыл бұрын
37
@comebackpizzicatofive5 жыл бұрын
38
@ToadComrades5 жыл бұрын
40
@ohhellno87595 жыл бұрын
41
@kiyu32292 жыл бұрын
42
@angoose25155 жыл бұрын
Boomer code
@catatatatatatat91273 жыл бұрын
u think having nightmares about ranch pop tarts or something for the past 4 months is bad? imagine having depression 18/7 and your leg not wanting to work for some reason and having WAYYYY too many thoughts in your head at once but you can only remember 2 at a time for the past 3-5 YEARS