Python Forum
what happened to some of the other users? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: what happened to some of the other users? (/thread-795.html)



what happened to some of the other users? - metulburr - Nov-06-2016

By users i mean bunburya, KevinD, joneshf, setrofim, and stranac. Specifically stranac not active is odd due to him in the discussion of mutiny from old admin. bunburya still lurks in the IRC channel, etc. KevinD was at one time the only moderator of the forums. I dont think they would move on as most users do.


RE: what happened to some of the other users? - micseydel - Nov-06-2016

KevinD wasn't active for a while before we moved. joneshf got busy I think, also hasn't been around for a while; I think he also got really into functional programming languages. Not so sure about the others.


RE: what happened to some of the other users? - nilamo - Nov-07-2016

To be fair, functional programming languages take up all of your mental power while trying to figure them out. Maybe he'll be back.


RE: what happened to some of the other users? - micseydel - Nov-07-2016

There are pretty nice benefits to FP too though, some of which I wish Python would adopt (namely, more immutability). But I digress....


RE: what happened to some of the other users? - Larz60+ - Nov-07-2016

pure bliss!


RE: what happened to some of the other users? - nilamo - Nov-07-2016

Aside from lists, how much more immutability would you want? Almost everything is already immutable...


RE: what happened to some of the other users? - Larz60+ - Nov-07-2016

back in the 80's I worked in the spectroscopy instrument development engineering lab
as a consultant for Baird Corp. and Instrument Laboratories

Designing algorithms for matching photo-multipler tube output vs spectral lines location and
converting same into concentrations of element per ml (plasma, usually in parts per billion) was some of my favorite work.

Oh yea should have mentioned on Intel 8080 assembler using integer math!


RE: what happened to some of the other users? - micseydel - Nov-07-2016

What do you mean everything is already immutable? You can't create your own object in Python that acts like a tuple without a decent amount of effort. Language constructs for immutable variables (values, finalized variables, whatever you want to call them) would be great.