Anonymous
Thats not the only one
swarnim
And later one used C++ not pure C that's it
BinaryByter
The original JVM was written in C
Alright... but i wouldnt call that "java"
BinaryByter
its one implementation
swarnim
Alright... but i wouldnt call that "java"
That was Java the better version of Java before Oracle happened
Anonymous
Alright... but i wouldnt call that "java"
Yee, Java was written in Pencil and Paper
BinaryByter
Wish it was
rather:"wish it stayed at that"
Anonymous
How do you write a programming language? You write the implementation, not the language.
BinaryByter
I hope
Anonymous
The language design is on the paper
Anonymous
you start with a BNF and a grammar
Yes, sure, thats not what I meant
BinaryByter
oh wait, that would explain how java became so shitty
BinaryByter
Yes, sure, thats not what I meant
well the first implem was acxording to those
swarnim
Anonymous
Parser+Lexer=AST=>Modified AST=>LastStageCompiler
oof, still not what I meant god damn...
swarnim
How do you write a programming language? You write the implementation, not the language.
Oh yeah we write the specifications of the language and people write it's compilers
Anonymous
The point is, if you say "java is written in C++" its bullshit, cause you need to say which implementation of java is written in C++.
BinaryByter
oof, still not what I meant god damn...
Either you are badly explaining it, or your point is wrong then
swarnim
Like JS has ECMAScript
swarnim
As it's specs
swarnim
Which are used by people to write interpreters, and stuff for it
BinaryByter
We all agree with you, shelly ^ ~
swarnim
Actually if you ask the professional with decades of experience a large number will say Java is much better than C++
swarnim
For the simple reason of a better and well defined library and stability
swarnim
(x) doubt
Want me to show proof?
BinaryByter
You are probably talking about the senior dev who does everything better until he is made to code
BinaryByter
swarnim
"Better" is not really concrete
Better for in a professional environment under strict standards
Dima
Please stay in india
ultra punish ulimate combination cc-c-c-c-comboindianbreak
swarnim
Please stay in india
Not gonna you got a problem
Anonymous
Can anyone share any path, tutorial videos or roadmap to become a C developer??
Francisco
Better for in a professional environment under strict standards
Java may be better in a multiplatform project, but not in general
Francisco
swarnim
Java may be better in a multiplatform project, but not in general
It simply can't do everything that C++ can
swarnim
So it means it doesn't allow for enough leeway to make a big enough mess.
BinaryByter
Java may be better in a multiplatform project, but not in general
I doubt that ... Using a good wrapper lib around system specific stuff is prolly just as good, except you donr have to use the shitty java class-shittery
Francisco
It simply can't do everything that C++ can
Have you just contradicted yourself?
swarnim
Usually bad Java code is fixable
swarnim
Bad C++ code not soo much
BinaryByter
Anonymous
Guys how to write long char i mean long word in single char?
BinaryByter
Classes only is super messy
swarnim
are you stupid?
Have you done work on big codebases.....
BinaryByter
But lets start by adding a factory
BinaryByter
BinaryByter
And Yea, I have
swarnim
I know that you havent
Sorry done quite a few. More in C++ actually...😂
Anonymous
I have problem with this function "clrscr();" my compiler keep showing me error message!
BinaryByter
Sorry done quite a few. More in C++ actually...😂
Well I guess that you had VERY BAD coworkers in c++ or that you tried oopeveryrhing in C++
Anonymous
stop it with conio
What's wrong with conio?
swarnim
Directly do a System("clear"); on linux
Anonymous
but "getch();" is working!
swarnim
For Windows I believe it's System("cls");
BinaryByter
Directly do a System("clear"); on linux
not portable... just fill the screen with many spaces
swarnim
Is not specific to conio
swarnim
Standard lib has it too
BinaryByter
Is not specific to conio
conio is not specifix
Anonymous
BinaryByter
I find it bad practice
Well... the next best one is ncurses
Dima
what the hell, so many newbies there, why, exams has begun? and asking so silly questions, COME ON
swarnim
no message error but no result bro
I said I believe haven't used Windows in a while
swarnim
Well... the next best one is ncurses
Ncurses/curses is the best