Tag: embarcadero

Arbitrary precision integers

No Picture

I have decided to extract the BigInteger and BigCardinal data types from DeHL and make a bundle with them separately. Someone may be interested in these types and not so much in DeHL. The attached unit should compile…

Read More »

Playing with Windows 7

No Picture

I was playing around with some (default Windows) programs these days and noticed that taskbar items for those programs show some cool effects whenever there is some progress going on So I decided to write a little unit…

Read More »

DeHL 0.4: Linq-ifying Delphi

No Picture

Since I have started working on DeHL, one of the main purposes was to get to the point where I could use Linq-like extensions on collection classes. Of course I could not call the new functionality Linq since…

Read More »

More about enumerables

No Picture

In the last post I have described how enumeration works in Delphi. Now I will try to expand the subject a bit and make a more general description of what enumerability actually means and how it can solve…

Read More »

Enumerables in Delphi

No Picture

It is not a surprise that most programming languages in our time have the built-in support for enumerators/iterators. This is a mandatory feature since enumerators and enumerable collections simplify the development of applications and make the code cleaner….

Read More »

DeHL 0.3 is out

No Picture

I’m proud to announce the 0.3 version of DeHL library. This release focused on bug-fixes and extensions to type support engine. This version should pretty much stabilize what I started and should leave me more time to extend…

Read More »

Test

No Picture

Testing feeds. Ignore me!

Read More »