From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: How many of you have Ada programming careers? Date: Sun, 8 Nov 2015 00:39:43 -0600 Organization: Aioe.org NNTP Server Message-ID: References: <6oe%x.2659$tP1.2654@fx23.ams1> Reply-To: nma@12000.org NNTP-Posting-Host: SX7sC89EEZX2OkXpD/IkiQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news.eternal-september.org comp.lang.ada:28275 Date: 2015-11-08T00:39:43-06:00 List-Id: On 11/7/2015 8:44 PM, Nick Gordon wrote: >Basically, > it's 50% Java-mill/webdev mill, training us to be code monkeys, 40% academic > CSci theory taught with Python, and 10% of all the other stuff. > When using Python, there are lots of self.x and self.y and self.* all over the code. This makes the code very ugly to read, since class own variables must be references using self., I also found not have a closing ENDIF and END LOOP, etc.. even if it was just "}" marker, very confusing and made the code and the algorithms actually harder to read for me. I kept looking for a closing "}" and not finding it. I really do not see what folks see in Python at all. But at least it is not javascript. When I did CS at school, we used Pascal. Those were the good old days. --Nasser >> >> That's a good starting list. No functional languages tho. >> > > In my own personal time I am very familiar with LISP. I use Emacs and I've > done some tweaks customization to it, so I'm reasonably familiar with ELisp, > and truly the first programming language I ever made useful code in was CLisp, > so I have had a rather bizarre start I think. I don't personally enjoy Java > because of the intense OOP concepts, but I concede they are the predominant > programming/software engineering selling point now, so I know it. >