FactChecker's latest activity
-
FactChecker reacted to jedishrfu's post in the thread Learning data structures and algorithms in different programming languages with
Informative.
To be clear javascript was originally called livescript. Its focus was to create interactive webpages. When java and its applet code... -
FactChecker replied to the thread Learning data structures and algorithms in different programming languages.I don't know what "space invaders equivalent" means. That seems to be a foreign idea in the subject of computer languages. -
FactChecker reacted to Filip Larsen's post in the thread Learning data structures and algorithms in different programming languages with
Like.
Considering that most high performing and system interfacing libraries used in Python usually are a set of C/C++ libraries with Python... -
FactChecker replied to the thread Learning data structures and algorithms in different programming languages.At this point, there is no reason to bring up all the multitude of languages with their specific advantages, specializations, and... -
FactChecker replied to the thread Learning data structures and algorithms in different programming languages.MATLAB has an entire environment that allows for advanced design work. It includes simulation, analysis, and many specialized libraries... -
FactChecker reacted to jedishrfu's post in the thread Learning data structures and algorithms in different programming languages with
Informative.
If you are planning to do programming in a mathematical context then take a look at Julia from MIT. Julis is free and in a trajectory... -
FactChecker replied to the thread Learning data structures and algorithms in different programming languages.I am not an expert in machine learning, but here are my two cents: I think we should distinguish between the theoretical research in... -
FactChecker reacted to Filip Larsen's post in the thread Learning data structures and algorithms in different programming languages with
Like.
Well, if you have fond memories of C then by all means go for C/C++. In C you would mostly be doing all the pointer and memory... -
FactChecker replied to the thread Learning data structures and algorithms in different programming languages.Ha! Well, there are a lot of things that I can't keep up with, and more every day. Good luck in your computer efforts. I think you will... -
FactChecker replied to the thread Learning data structures and algorithms in different programming languages.You may be underestimating the ability of the high-level optimization in modern compilers. They are impressive. (Although Python had a... -
FactChecker reacted to jedishrfu's post in the thread Learning data structures and algorithms in different programming languages with
Like.
Another feature of java design was the same source could run on any computer that could run java. This is a central feature and for many... -
FactChecker replied to the thread Learning data structures and algorithms in different programming languages.A lot of the motivation of Java was to make a language that was more secure and less likely to allow mistakes than C/C++. It did not... -
FactChecker replied to the thread Learning data structures and algorithms in different programming languages.One algorithm approach that you need to pay special attention to is that of recursion. Some computer languages support it well and... -
FactChecker replied to the thread Learning data structures and algorithms in different programming languages.C is a basic, fundamental language. You can easily mimic a C program in the other, more modern, languages. C (as opposed to C++) will...