On Mon, 02 Jan 2023 13:59:03 -0800 (PST), Grant Edwards wrote:
> Yonks ago (early 80s), I used Pascal to write an RTOS kernel and call
> processing firmware for a cell-site radio running a 16-bit
> microprocessor (Z8000). It worked great. However, that Pascal compiler
> had a few extensions desig
On 1/2/2023 5:01 PM, Grant Edwards wrote:
On 2023-01-02, Alan Gauld wrote:
On 02/01/2023 02:14, avi.e.gr...@gmail.com wrote:
I used PASCAL before C and I felt like I was wearing a straitjacket at times
in PASCAL when I was trying to write encryption/decryption functions and had
to find ways to
On 2023-01-02, Alan Gauld wrote:
> On 02/01/2023 02:14, avi.e.gr...@gmail.com wrote:
>> I used PASCAL before C and I felt like I was wearing a straitjacket at times
>> in PASCAL when I was trying to write encryption/decryption functions and had
>> to find ways to fiddle with bits. Similar things w
On 1/1/23 22:27, Ramya M wrote:
> This is from JNN College of Engineering, Shimoga. we are facing some
> problems while using python. Please can you resolve this issue.
Without any further information on your part, we can only guess at what
the problems might be. Crystal ball says that Thomas' su
On 2023-01-02, wrote:
> I used PASCAL before C and I felt like I was wearing a straitjacket at times
> in PASCAL when I was trying to write encryption/decryption functions and had
> to find ways to fiddle with bits. Similar things were easy in C, and are
> even easier in many more recent languag
On 1/2/23 10:32, Thomas Passin wrote:
Since you have an immediate need to have working installations, I
suggest that you downgrade to an earlier version of Python. V3.11.1 is
new and some binary libraries (such as numpy) may not be working
correctly yet with the latest version. Your students w
Since you have an immediate need to have working installations, I
suggest that you downgrade to an earlier version of Python. V3.11.1 is
new and some binary libraries (such as numpy) may not be working
correctly yet with the latest version. Your students will not need any
of the new features t
Alan,
I stand corrected as my path never led me back to any form of PASCAL. And,
frankly, my path rarely led me again to having to do what we describe as
twiddling bits with the minor exception when doing something like setting the
bits needed to specify what permissions should be associated wi
Thanks a lot all for your suggestions, I am clear now.
On Mon, Jan 2, 2023 at 10:50 AM wrote:
> Not to wax poetic about our pasts, Thomas, but I do did not start with
> PASCAL and used quite a few languages before and plenty after. At the time
> it had interesting contrasts to languages like BA
Well explained, Roger.
Your explanation reminds me why some languages very deliberately do not want
the C operators of pre/post increment/decrement.
Similar to your argument, code in C like:
Y = X++
Or
Y = ++X
And similarly the -- versions, have a sort of side effect of changing X
either before
On 1/2/2023 3:01 AM, Alan Gauld wrote:
On 02/01/2023 02:14, avi.e.gr...@gmail.com wrote:
I used PASCAL before C and I felt like I was wearing a straitjacket at times
in PASCAL when I was trying to write encryption/decryption functions and had
to find ways to fiddle with bits. Similar things were
-- Forwarded message -
From: Ramya M
Date: Mon, Jan 2, 2023, 9:58 AM
Subject: About the Python
To:
This is from JNN College of Engineering, Shimoga. we are facing some
problems while using python. Please can you resolve this issue.
We are using python 3.11.1 (64 bit) for window
On 02/01/2023 02:14, avi.e.gr...@gmail.com wrote:
> I used PASCAL before C and I felt like I was wearing a straitjacket at times
> in PASCAL when I was trying to write encryption/decryption functions and had
> to find ways to fiddle with bits. Similar things were easy in C, and are
> even easier in
13 matches
Mail list logo