frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Delphi 13 Community Edition Is Now Available

https://blogs.embarcadero.com/delphi-13-community-edition-is-now-available/
46•layer8•2h ago

Comments

uticus•1h ago
I'm an outsider, although I've heard cool things about Delphi. So, trying to find examples of what this looks like, I was naturally interested in the "Cool Apps" section. But my biggest surprise was that Beyond Compare was listed in there. I see that thing in a lot of Windows .NET shops, I always figured it was .NET-based (I guess I confused association with dependency?)

https://blogs.embarcadero.com/beyond-compare/

throw-the-towel•1h ago
I'm not sure if it still does, but Delphi definitely used to support .NET.
pjmlp•59m ago
Delphi.NET was a side project so to speak, and was mostly done under contract by RemObjects, which kept selling their compiler when Embarcadero decided to focus on native only.

https://www.remobjects.com

pjmlp•1h ago
In Germany, Delphi columns are still rather common on the .NET developers magazine.
afarah1•18m ago
>the .NET developers magazine.

Surely it's online? Such magazine still being in issue would be equally surprising to me.

pjmlp•1h ago
Also Ekon 2026 is already announced with the respective program,

https://entwickler-konferenz.de/en/

p0w3n3d•58m ago
I remember Pascal as a so tidy and clean language... And verbose. Very verbose... And calling win API was a horror
andrewshadura•54m ago
On the contrary, calling Windows APIs was easier than in C, no import libraries required, just declare what you need and there you go.
pjmlp•48m ago
The irony is that now in 2026 we have COBOL's revenge with Markdown driven programming.

Doesn't get more verbose than that.

MattPalmer1086•47m ago
Not sure if you mean Pascal or Delphi here. The Visual Component Library (VCL) was hands down the easiest way to build windows GUIs, no knowledge of the Win API required. But if you did need to do it, it really wasn't hard to do.
pjmlp•43m ago
Even its precursors, on MS-DOS (Turbo Vision), and first Windows attempt (Object Windows Library with TPW), were great productivity tools.

Also I am the opinion Microsoft has never done nothing in C++, despite the Visual prefix, that could actually match either OWL, VCL or Firemonkey on C++ Builder, which shares most of Delphi tooling.

datakan•54m ago
So much has changed. I remember driving past the Borland HQ in Scotts Valley every day on my way to work. Delphi was so cool back then with the object oriented pascal.

I kinda miss Borland

esafak•45m ago
Me too! So I was curious and watched What Happened to Borland https://www.youtube.com/watch?v=HwkoaPl31Dw
albertzeyer•48m ago
Why would anyone use that over Lazarus (https://www.lazarus-ide.org/)?
pjmlp•46m ago
The IDE experience, they are the ones driving the language evolution, FreePascal follows, and the industry that cares about Object Pascal, usually only cares because of Delphi.

Don't get me wrong, FreePascal is great, but it hardly has a presence at big corporations.

If they no longer use Delphi, means they have long moved into either Java or .NET.

FooBarWidget•46m ago
How good is Lazarus nowadays? Haven't taken a look for 20 years so this is a genuine question.
DanielHB•34m ago
I used briefly some 8 years ago, it is very good for getting full-native (including native UI toolkit) cross-platform desktop apps. It can build self contained binaries that just work.

My use-case was building a simple USB-stick-portable application for windows and it was great for that.

kmaitreys•34m ago
If you can bear his idiosyncrasies, Tsoding did a stream on it recently. It was pretty cool.

https://youtu.be/4vcA7yJMoPg

alexaholic•38m ago
I haven't heard of Delphi in ages. Where I grew up, I was the first generation to start high school with C++ as opposed to the previous ones who were stuck with Pascal. I believe I did some in university, but not much. Anyway, I am amused to find this news on HN. I spent some of the past 24 hours reading through — and trying to draw some conclusions out of — the Go vs Rust sword fights in https://news.ycombinator.com/item?id=49261133 and https://news.ycombinator.com/item?id=47222270 Mad respect for these guys not giving a funk.
wewewedxfgdf•32m ago
Borland should have made the language 100% free with a totally 100% free command line compiler and libraries.

Charge people for the IDE - everyone seems to hate paying for languages but be quite happy to pay for IDEs.

kqr•28m ago
A lot of the software I really admired in the early 2000s was developed by single persons using Delphi. It seems to me like there is (was?) something promoted by a Delphi environment that is rare to find elsewhere, that lets people (a) quickly prototype cool stuff, and then (b) sustainably grow it into a mature product as it gains users. I wish I cared enough to learn it, but there's so much else I need to learn first!
marginalia_nu•24m ago
Delphi had a powerful and easy to use GUI editor in the early 2000s, much less of a hassle compared to building software with Windows' own C++ API.
blackhaz•19m ago
As a kid I remember I was lost in all that OOP, window handles and stuff, and could never do anything. Delphi was like assembling Lego. Very similar to QtCreator.
sieve•20m ago
I noticed this as well in the 2000s. Stuff like WinHex which I was pretty sure then was written using Delphi. Was into RE during those days, so I used to poke around the internals of software just for fun
giancarlostoro•21m ago
Last time I tried Delphi Community Edition, I had to give them my email just to download it, then when I tried any of the templates the IDE showed, it wouldn't build at all, don't show me a template if it doesn't work.

I received an email from someone asking how I was liking Delphi, I naively responded with my issue, but quickly realized he was just trying to sell Delphi. I would have bought Delphi over the years if they had a personal license for $99 or something, I am not investing thousands of dollars on a software where the free trial blows up out of the box (not intentionally it seemed).

felixgallo•12m ago
Unfortunately, if you intend on using Delphi, that will be $1200 plus $399 a year for the basic commercial license, and if you also intend on using databases, that will be $4600 plus $1399 a year. Or, you could use .NET, which is $0, and overwhelmingly better supported at this point.

Embarcadero is milking a shrinking captive market, VMWare style. It makes perfect financial sense given the asset, but it's unfortunate for those of us with happy memories of Delphi 6 and 7.

zerr•11m ago
C++Builder as well? Any updates regarding cross-platform support?
Yuioup•10m ago
Delphi is dead. Nothing to see here. Move along.
aktau•2m ago
My favourite Delphi program, and the one I learned to program with, was Dev-C++ (https://sourceforge.net/projects/dev-cpp). AFAIK there is a more recent fork, but I also clearly recall the 4.9.9.? versoin number from back then. It was very fast (including startup). I enjoyed it a lot back when I was still on Windows. Funny that Delphi was used to create a C/C++ IDE.
mkovach•8m ago
Over the past year, I've replaced quite a few of my Tcl/Tk GUI apps with versions built in Lazarus. Lazarus 3.x was a bit quirky for my tastes, but 4.x has been very good.

It's not quite the Delphi experience, but it's close enough that I could see myself using Lazarus for day-to-day development and being fairly productive with it.

OCTAGRAM•24m ago
Lazarus does not support BPL. Android and iOS support are under question. Free Pascal devs for many years did not look into Ada, and looked into C++ more, and that made Free Pascal ugly. Delphi did not look into Ada either, but they looked into .NET instead, and that made Delphi not as great, but better than Free Pascal. Anything is better than C++. Delphi delivered controlled types, that was IIRC for many years in top 10 feature requests on Quality Central, until QC was purged. They call it "managed records".

Delphi has got inline const syntax. They talk about inline var, but from my Ada programming experience inline const is the real game changer. When there was only local variable block, some stuff was assigned inside loop. This stuff was assigned once per iteration, but since variable is declared outside the loop, it is considered variable. Now, when inside loop, it can be assigned once and made read-only. I have some doubts that Free Pascal is up-to-date with these changes.

Hi-DPI. Did not test, but questionable that Free Pascal got it right.

zerr•9m ago
I wish Lazarus had support for C++ as well. Pascal/Ada's English prose syntax is a deal breaker.

2026 Eclipse Webcams

https://jonty.github.io/2026_eclipse_webcams/
142•zoenolan•1h ago•37 comments

What sort of maths are LLMs good at?

https://gowers.wordpress.com/2026/08/12/what-sort-of-maths-are-llms-good-at/
129•ColinWright•3h ago•57 comments

Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

https://woxi.ad-si.com
117•adius•3h ago•11 comments

Delphi 13 Community Edition Is Now Available

https://blogs.embarcadero.com/delphi-13-community-edition-is-now-available/
47•layer8•2h ago•33 comments

LinkedIn CringeBot 3000

https://www.cringebot3000.com/
371•theanonymousone•6h ago•144 comments

High-Res Photo Shows Sand-Capped Butte Rising from Mars Plain of Polygons

https://petapixel.com/2026/08/04/amazing-high-res-photo-shows-a-butte-rising-from-mars/
61•bookofjoe•6d ago•4 comments

Facebook is paying controversial creators to produce rage-bait content

https://www.abc.net.au/news/2026-08-06/ragebait-how-facebook-is-paying-controversial-creators/106...
290•robtherobber•3h ago•156 comments

Facebook ads are so hard to block that uBlock Origin stopped filtering them

https://www.neowin.net/news/facebook-ads-are-so-hard-to-block-that-ublock-origin-stopped-filterin...
80•bundie•1h ago•51 comments

The hardest working font in Manhattan (2025)

https://aresluna.org/the-hardest-working-font-in-manhattan/
280•dcminter•5d ago•41 comments

Compression is prediction

https://ngrok.com/blog/compression-is-prediction
594•nikolay•17h ago•243 comments

Worms: The Future of Yesterday's Worms Today

https://worm.net/
102•doener•5d ago•34 comments

I built a jellyfish laboratory in my backyard [video]

https://www.youtube.com/watch?v=MILwxfQBm6Q
16•surprisetalk•6d ago•1 comments

Launch HN: Discovered Materials (YC P26) – AI agents to discover new materials

https://discoveredmaterials.com/research/
32•advaith08•5h ago•8 comments

WorldClaw Agentic 3D open-world generation at scale

https://tencent-hunyuan.github.io/Hunyuan3D-WorldClaw/
253•EwanG•15h ago•76 comments

U of Michigan drops first-semester grades to ‘curb mental health crisis’

https://www.wsj.com/us-news/education/university-of-michigan-grades-mental-health-1a5701d4
91•cwwc•21h ago•180 comments

OpenAI’s head of ethics leaves less than a year after joining

https://www.ft.com/content/e49dfb75-f841-4466-a577-f7aaff8779a0
478•ilamont•1d ago•448 comments

A shell exclamation mark is not for yelling. Be lazy

https://refp.se/articles/your-shell-and-the-lazy-exclamation-mark
118•refp•5d ago•59 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://stolen-thoughts.com/
653•quantumgarbage•1d ago•293 comments

llama.cpp

https://llama.app
295•kristianpaul•8h ago•126 comments

US hires over 2k video gamers as air traffic controllers

https://www.cbsnews.com/news/video-gamer-air-traffic-controllers-faa-recruitment-sean-duffy/
154•shagie•14h ago•116 comments

CFTC declares market emergency, orders Kalshi to continue to operate in New York

https://www.cftc.gov/PressRoom/PressReleases/9281-26
167•michaefe•13h ago•133 comments

Mojo 1.0

https://www.modular.com/blog/modular-26-5-mojo-1-0-is-here
408•dayanruben•20h ago•208 comments

Nvidia Nemotron 3.5 Lightning and NeMo Switchyard

https://blogs.nvidia.com/blog/nemotron-lightning-switchyard-rtx-dgx/
243•droidjj•17h ago•123 comments

The Human Is the Loop

https://brentfitzgerald.com/posts/the-human-is-the-loop/
145•burnto•11h ago•69 comments

Bluesky's active user base is shrinking as its focus expands beyond the app

https://techcrunch.com/2026/08/11/blueskys-active-user-base-is-shrinking-as-its-focus-expands-bey...
63•newusertoday•17h ago•120 comments

Grok Bot

https://x.ai/bot
319•rvz•20h ago•295 comments

How we used to get jobs: A newspaper classifieds story

https://ironicsans.ghost.io/how-we-used-to-get-jobs/
156•speckx•19h ago•122 comments

Show HN: iPhone app takes simultaneous images from 2 lenses, fuses into 1 photo

https://photosynthesis.camera
305•sajomes•3d ago•287 comments

The lifesaving secret hidden inside a horseshoe crab's blue blood

https://whdh.com/news/the-lifesaving-secret-hidden-inside-a-horseshoe-crabs-blue-blood-and-the-ra...
94•andsoitis•11h ago•26 comments

Making holograms with a pen plotter

https://blog.jordan.matelsky.com/Penplotter-holography/
172•DemiGuru•18h ago•18 comments