Hacker News new | ask | show | jobs
by snazz 2514 days ago
I fleshed my comment out into a blog post yesterday, which got some interest[0] on Lobsters. It appears that modern Scheme is easier to write portably and an even nicer compromise than I had originally thought.

[0]: https://lobste.rs/s/ytuyya/perfect_language_why_go_still_isn...

1 comments

Scheme is possibly the best designed language I've ever seen. Which may be why no one uses it.

(Note: Macros, even Scheme's hygenic ones, can produce horrible monstrosities. Like loop. And the urge towards object systems gives Scheme a horde of them, mostly bad. This may be a lesson in getting what you ask for.)