Title may be confusing, here I just want to convey my simple thought.
We have some good low level to high level languages available.
Started with fortran,cobol,c,c++,java ,...
Every language is powerful upto an extend.
Every language having their own negatives and impossibles.
If wwe think about the currect programming structure aand data types used, its pretty similar to one which was discovered in early 90's. I mean C. Int,string,bool,array and all.
But when day goes on, peoples need the computing in most advanced and faster way.
Here when what we are doing is just optimizing the existing language format to speed up the execution and processing.
Array is considered to be the most powerful data type can able to handle large array data too.
Mostly some tricky mathematical expressions and array based data is doing most optimizations here.
In internet when json data was used, the applications got a good improved performance,reliability and all.
Why dont we introduce some json kind of data type, not just array, but to perform more deeper operation on single data itself.
Lets see.
Comments
Post a Comment