blockchaindaily.news
Programming Languages Supported By Blockchain-Based Projects
who cares
Bark bark for ark!
What the fuck is the point of all these different programing languages? Why do people feel the need to invent a new one over using an already established one?
solidity is such a fucking joke. is pretty amazing actually that ETH took off like it did. it would have found much better adoption though if vitalik wasn't so much of an autist that he thought scrambling together a new overly engineered programming language was reasonable for this project.
Permission DLT uses GO
guess what I GO for.
>What the fuck is the point of all these different cryptocurrencies? Why do people feel the need to invent a new one over using an already established one?
Weird how NEO looks like it would be the better choice but it's been bleeding so hard
different audiences - for example javascript was created so that retards, women, and minorities can "code too", go created for cs degrees to brag about on their resume, rust created for trannies
BUt can't they all do the same thing? Like why should I use Ruby of C++? Why was C++ made when you could just use C#? What's the difference between Java, and Javascript and the C's?
I'm obviously not a programmer and I've always wondered what all these different languages were for. Do they have pro's and cons over each other? Can some languages just not do things others can do? Why is that?
every language newer than C offers nothing other than being "dumbed down" for stupid people
So why have people wasted their time writing new languages? How do you even come up with a new programming language?
>none created in LISP, the only good language
yeah, pretty much. C is the dumbed down version of machine code though. get on my level bitch.
>why
free money and/or publicity; resume padder
>how
you write a parser in C and recycle some retarded keywords like try/catch/print etc
calling SQL a programming language
combining Java and Javascript like they are in any way similar
*just*
You might like urbit fren
Has anyone ever made a video game programmed in machine code?
What is the target audience for all these fucking languages? Are there dead programming languages out there that no on uses because they were just uni projects?
Lets say I want to make a video game. Would there be any qualitative different between making it in C++ or Java? Or is the different actually found in the people who can code in each language? ie people who can code in C are smarter than Java coders or something.
Also if there is an answer, is there a best language to make a video game in?
>combining Java and Javascript like they are in any way similar
kek. don't you know its 2019 user? everyone can code. every ones an expert now. chart maker was obviously an expert
>Has anyone ever made a video game programmed in machine code?
Rollercoaster tycoon
everything is complied to machine code
Cool. Why did they choose Machine Code to make the game in?
Oh so it really doesn't matter what language you choose?
>Java and javascript in the same category
>SQL a programming language
autism
could you explain to a non programmer what exactly makes it so shit? i've see a lot of people say that solidity is garbage
it's hard to use and doesn't look much like other stuff we're already familiar with. learning a new language is a pain in the ass. doubly so if the new language doesn't use similar syntax and keywords to other prominent languages.
>C/C++
Used when programming something close to the hardware or when performance is important, embedded programming, robotics.
>Java/C#
Most all-around languages, very popular for enterprise stuff and desktop applications.
>JavaScript/Ruby/Python
Very high-level scripting languages, easy to write but slow. Opposite of C/C++, used for web applications, cloud computing, cryptography etc.
fun fact: Vitalik was like 17 years old when he started working on blockchain shit. probably like 19 when he created Ethereum. in some ways he's really smart, in other ways I think he was just a dumb kid. solidity was dumb.
I wish Jow Forums was more like Jow Forums
Only non-developers think "supporter languages" matter.
Ah okay thanks for this fren.
it matters. I'm sure I could work with anything if I need too, but I'm already a 10x developer in my preferred stack.
>he writes everything in assembly
By your mentality we would still be stuck in Java/script and I fucking hate you for it
I'm not a programmer dude, I'm just asking questions because I am clueless.
based and redpilled
it's all high level object orientated stuff, much like a lot of javascript
it's actually very simple/easy. the problem is it's also very easy to fuck it up (underflow/overflow problems, reentrancy..)