This article will compare the floating point performance based on the following piece of Pascal code, between the Delphi 2007 and XE3 to see the difference at different configurations …
The inline keyword in Delphi is a powerful optimization feature that instructs the compiler to replace a function or procedure call with its actual code, eliminating the overhead of …
The Delphi has been out of the mainstream programming languages for a while. It is not because it is not good. There are many reasons that it is not …
I have asked a question in stackoverflow.com and it brings some discussions. The question is about the code efficiency generated by Delphi compilers and I’ve tried the following simple example …
August 7, 2012
algorithms, beginner, brainfuck, brute force, c #, github, I/O File, implementation, interpreter / compiler, programming languages, python, technical, tools / utilities
Brainfuck is a minimized programming language. It has only 8 keywords. It was designed first in 1993 by Urban Muller. gives more details on wiki. Brainfuck is often referred …