BinaryByter
very cool
Deepak
Hey can we start c discussion man
Arminio
I constantly get this "Click here to prove you're human" field and when I click it nothing happens, am I doing something wrong?
Mihail
It mutes you once you join and then unmutes
Arminio
Okay, thank you Mihail!
Deepak
Ok tell me if we don't use getch() what happens
Anonymous
Can anyone suggest a book or pdf to me for the best way to learn C++ from basic concepts to Advanced Level...
BinaryByter
no
BinaryByter
and no
Anonymous
How vast is c++?
BinaryByter
vast or fast?
Anonymous
vast 🙄
BinaryByter
Okay
BinaryByter
well C++ is very vast
BinaryByter
the std-lib is big
Francisco
Ok tell me if we don't use getch() what happens
Nothing? I don't get this question
Anonymous
BinaryByter
Nothing? I don't get this question
its the worst conversation starter, tbh
Anonymous
How much do you know max?
BinaryByter
I don't want to judge myself
Anonymous
😅
Anonymous
What are the different projects you have worked on?
BinaryByter
I am working on a kernel
BinaryByter
I have written a library for neural networks
BinaryByter
I have written a compiler
BinaryByter
two compielrs
BinaryByter
and an interpreter
BinaryByter
github.com/wittmaxi and many other things
Anonymous
I still can't believe you are 16 😱
Anonymous
which os you are using?
BinaryByter
linux, unfortunately
Anonymous
why unfortunately?🤔
BinaryByter
I still can't believe you are 16 😱
I still can't believe i'm pulled into school
BinaryByter
why unfortunately?🤔
Because linux is kinda whacky compared to stuff like BSD
BinaryByter
You know me enough to know that i'm lazy 😉
Mihail
You know me enough to know that i'm lazy 😉
then bitching about it maybe isn't the best idea?
Daniele°
I wanna do so too with tcc
I use tcc for scripting
Mihail
Uhhhhh what?
like every second message from you is about how something sucks and it's starting to get really fucking annoying
BinaryByter
I use tcc for scripting
No you don't
Daniele°
BinaryByter
tiny c compiler
Daniele°
Yes
BinaryByter
>c >scripting
Daniele°
You can use as scripting
BinaryByter
BinaryByter
here's the door
BinaryByter
leave
Daniele°
#!/usr/local/bin/tcc -run #include <stdio.h> int main() { printf("Hello World\n"); return 0; }
BinaryByter
Doesnt really qualify as a scripting language - imho
BinaryByter
Oh well
BinaryByter
🤷‍♀️
BinaryByter
Continue overcomplicating your life
Daniele°
Continue overcomplicating your life
for example if you don't want to use lua to extend your application
BinaryByter
What about batches?
BinaryByter
or even python for that sake?
Daniele°
Not like python, I prefered perl
Daniele°
You can use script C for many purpose
BinaryByter
doesnt mean that you should, tbh
Daniele°
doesnt mean that you should, tbh
you should tell the python developers
BinaryByter
python is nice for scripting purposes
BinaryByter
but only for that
BinaryByter
Shame on those who use python for their full GUI app
Daniele°
python is nice for scripting purposes
I prefer Perl6, an innovative language
Mihail
You can use script C for many purpose
If you need a low-level scripting language LLVM would be your best bet tbh. This C thing you're doing isn't really scripting
BinaryByter
i don't agree on LLVM
BinaryByter
LLVM is wayyyy too low level
Mihail
That's why I said low-level
BinaryByter
I prefer Perl6, an innovative language
Why don't you fap to it?
BinaryByter
That's why I said low-level
its too low level to be usable as a script
BinaryByter
For a script, you should go with python
Mihail
Also it's interpreted by lli, so it is actaually scripting
BinaryByter
python has abilities to Call C++ objects
BinaryByter
Also it's interpreted by lli, so it is actaually scripting
Just because you can interpret something doesnt make it a scripting language, IMHO