Hacker News new | ask | show | jobs
by mamcx 2689 days ago
Is unclear to me if you talk about Delphi and smalltalk?
1 comments

I am interested in designs/technologies that could be viewed as alternatives to the usual tech stack for SPAs, even if these technologies are outdated but exhibit interesting properties compared to what we are used to today. That would include Smalltalk and Delphi yes. Sorry if I misunderstood your initial comment.
Well, Delphi is well alive and current:

https://www.embarcadero.com/products/delphi

(it have a free edition) and alzo exist Lazarus, a open source clone:

https://www.lazarus-ide.org

Is probably the most fleshed idea under more "traditional" paradigms (OOP, RAD, etc)

Smalltalk and others are less popular(?) and only know them passing, so can't give too much of that.

---

Another interesting stuff can be rebel/red:

https://www.red-lang.org

much low-level but nice way to do UIs in a apparent declarative way..

Thank you!