[fpc-pascal] Better usage of "with"

Ryan Joseph ryan at thealchemistguild.com
Thu Jun 14 14:51:50 CEST 2018



> On Jun 14, 2018, at 7:42 PM, Marcos Douglas B. Santos <md at delfire.net> wrote:
> 
> It is the opposite: programming languages should help programmers
> to make code which is better read by human being, not CPU.

Jonathan Blow disagrees with you then. :) None of this matter for typical desktop applications. This is strictly for real time graphics, games etc… where getting tons of cache misses on every frame is an actual problem. 

That aside I think the language can keep the code in basically the same state but let us rearrange thins in a more efficient manner at the same time.

Regards,
	Ryan Joseph




More information about the fpc-pascal mailing list