Hacker News new | ask | show | jobs
by dreamcompiler 3478 days ago
While we're on the subject, Forth is interesting because as a stack-based language, it forces you to structure your programs as function compositions. This was not a popular idea in the 80s, but with the increasing popularity of functional programming, it's relevant again.