Live data from Hacker News

Ask HN: What would be your “perfect” programming language?

news.ycombinator.com

181–182 of 182 posts

Re: Ask HN: What would be your “perfect” programming language?

#181

F# is the closest I've found. A pro/con of F# is the .NET ecosystem which has many C#-isms which both accelerate library development and detract from functional styles. - functional - type inference (but not so much to slow down compilation) - not too heavy on type abstraction - multi-threaded - local heaps for actors - cross-platform I'm also disappointed that Pony doesn't have as wide adoption as Rust or Zig.

Pony's a great language, but the implementation is badly managed. I.e. it's failed to gain adoption due to bad execution.

I kinda feel that it would have had a much better chance if it started in the US in industry rather than UK from an academic angle.

Re: Ask HN: What would be your “perfect” programming language?

#182

It would probably be a language with Python's ecosystem, a development experience like SLY provides for Common Lisp with the syntactic simplicity and elegance of Scheme/Racket that makes it so easy to create your own DSLs.

How close is Hissp? https://github.com/gilch/hissp
Post reply on HN