Posts: 4,648
Threads: 1,495
Joined: Sep 2016
sad that my GPA needed a boost. even more sad that i boosted it with As from a couple COBOL classes taught in a business school department (not in CS; they would never teach COBOL).
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,648
Threads: 1,495
Joined: Sep 2016
Mar-23-2018, 12:50 AM
(This post was last modified: Mar-23-2018, 12:56 AM by Skaperen.)
(Mar-22-2018, 10:27 AM)Lokesh555 Wrote: Hey,
Python is a language which sacrifices time complexity to allow for rapid prototyping and hence increases productivity greatly but at the cost of execution speed. No matter how technology advances you will always have the problem of productivity vs performance, a language will usually be good at either of the two or decent at both.
Thank You.
but these days, prototyping and development time are cost critical. and, i don't see that reversing for common business use cases anytime soon. it may still be the case for machine learning, but they don't use COBOL for that.
i still hope to see businesses adopt Python to replace COBOL. maybe we can make a special version of Python just for them, to make it easier for them to code and read: PYTHON IN ALL UPPER CASE.
(Mar-22-2018, 04:02 PM)wavic Wrote: Depends on what are you doing. Take a loot at this. This is not an exception.
i'm going to need to beat up on github to find out why i can't download from their site.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,648
Threads: 1,495
Joined: Sep 2016
a few things certainly will need to be in C code, or otherwise by some means, execute some platform layer instructions.
the other day i was thinking about some odd things and one of them was about what it would take to write an OS in totally pure Python. that would mean not using anything that has any parts in some other language like C. my conclusion is that it would be possible. device drivers might not be. but there are ways around that.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.