Thorham Posted June 20, 2017 Posted June 20, 2017 I still don't have any clue about how programming languages are made , even though there are plenty of programming languages . They're written in other programming languages.
Sensei Posted June 21, 2017 Posted June 21, 2017 (edited) I think so computer science, is science on it's own. It has not encountered in mathematics things, like loops, infinite loops, recursion, infinite recursion, overflow, stacks, arrays, dynamic arrays, sorting of arrays, IEEE floating points (and optimizations basing on it), compilation, linking, pre-processing, virtualization, OOP classes, virtual and non-virtual methods and functions, returning objects (with "infinite" dimensions), taking "infinite" amount of parameters, and so on, so on. Some of these things were researched by mathematicians, just because it was needed for computers. Old computers, just computed, get input data, processed them, returned final result. One and not variable. Modern computers don't work the same way (or rarely work this way). They receive inputs all the time from human, sensors, detectors, cameras, from internet, and so on, so on. Before they manage to process old data, there is even more new data to process. It can/is infinite. Bots scanning Internet can go on, and on, and on. Never finding the end of their program. Edited June 21, 2017 by Sensei
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now