Recent

Author Topic: What is the FASTEST Computer Language? 45 Languages Tested!  (Read 32228 times)

MarkMLl

  • Hero Member
  • *****
  • Posts: 6676
Re: What is the FASTEST Computer Language? 45 Languages Tested!
« Reply #60 on: August 27, 2021, 04:29:27 pm »
Thanks MarkMLI

I will see the http://www.projectoberon.com/home  i allways love read Wirth

Quote
But the last thing you want if considering a robust language is to be passing pointers around without the compiler having the opportunity to check and enforce the size of the associated data... which is exactly what you get with stream-based protocols like TCP.
Yes, but i do not know a robust solution for this. Only say that FreePascal con do with same or better readibility than C and same performance. Designing a new protocol in...3..2..1..  >:D

A moderately-robust solution is descriptor-based protected memory with fine granularity, in which case you can- in principle- pass descriptor references around as atomic operations and rely on the hardware checking for overruns. But that pitch has been queered by the grossly inadequate number of descriptors in the PM x86 architecture, which means that almost everybody dismisses it out of hand.

MarkMLl
MT+86 & Turbo Pascal v1 on CCP/M-86, multitasking with LAN & graphics in 128Kb.
Pet hate: people who boast about the size and sophistication of their computer.
GitHub repositories: https://github.com/MarkMLl?tab=repositories

 

TinyPortal © 2005-2018