
Why is there no Free Pascal compiler for 64-bit Windows?
Answer: there is. Not a native one, you simply do not need a 64-bit compiler to create 64-bit applications. But why is cross-compiling the only official option?
Short stories about the development of Free Pascal and Lazarus
Answer: there is. Not a native one, you simply do not need a 64-bit compiler to create 64-bit applications. But why is cross-compiling the only official option?
Which hashlist is the fastest? And which one consumes the least amount of memory?
While working on debugging Free Pascal applications, I wrote a new library to evaluate Pascal expressions, using fcl-passrc.
New library to expose a SQL database through a REST service.