Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > Miscellaneous > Lounge

Notices

Reply
 
Thread Tools Search this Thread
Old Yesterday, 05:55 PM   #16
jbjb
Somewhat clueless
jbjb ought to be getting tired of karma fortunes by now.jbjb ought to be getting tired of karma fortunes by now.jbjb ought to be getting tired of karma fortunes by now.jbjb ought to be getting tired of karma fortunes by now.jbjb ought to be getting tired of karma fortunes by now.jbjb ought to be getting tired of karma fortunes by now.jbjb ought to be getting tired of karma fortunes by now.jbjb ought to be getting tired of karma fortunes by now.jbjb ought to be getting tired of karma fortunes by now.jbjb ought to be getting tired of karma fortunes by now.jbjb ought to be getting tired of karma fortunes by now.
 
Posts: 779
Karma: 10535853
Join Date: Nov 2008
Location: UK
Device: Kindle Oasis
Quote:
Originally Posted by Quoth View Post
Who are these "expert programmers"?
You’ll know them when you see them 😂.

Quote:
Array accessing is NOT user pointer/address arithmetic
In C it most definitely is. A[B] is by definition just another way of spelling
*((A)+(B)), which is clearly pointer arithmetic.

Quote:

Worry about improving performance after it's working.
For many applications performance is part of the definition of working, e.g. hard real-time control.


Quote:
Unless you are coding 200 Ms /s DSP or a tiny micro controller managing 1MHz signals, performance is the last thing to worry about.
Precisely my point- sometimes you *are* writing high speed DSP code or using tiny embedded processors (or kernel code, or memory management code, or any of a gazillion other areas where pointer arithmetic is useful).

What’s normal in one field isn’t necessarily so in others.
jbjb is offline   Reply With Quote
Old Yesterday, 08:55 PM   #17
SteveEisenberg
Grand Sorcerer
SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.SteveEisenberg ought to be getting tired of karma fortunes by now.
 
Posts: 7,437
Karma: 43514536
Join Date: Jun 2008
Location: near Philadelphia USA
Device: Kindle Kids Edition, Fire HD 10 (11th generation)
Loved is not the same as produced the fastest and most stable software. Allowing that:

Applesoft Basic (as a hobbyist)
VB4, VB5, and VB6 (as a paid* developer)
Transact-SQL

Languages that I have used a lot and did not love so much include COBOL and VB.NET (I worked in a shop that was heavily Basic oriented).

_____________
* I could say professional, but I always felt I was a paid amateur (not meant as an self-insult, just a statement).

Last edited by SteveEisenberg; Yesterday at 09:53 PM.
SteveEisenberg is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I Wish Apple Loved Books pata General Discussions 21 02-10-2017 02:10 PM
Reflection--What I've loved best about my ereader... GraceKrispy General Discussions 32 01-17-2011 09:05 AM


All times are GMT -4. The time now is 12:53 AM.


MobileRead.com is a privately owned, operated and funded community.