Y
Hacker News
new
|
ask
|
show
|
jobs
by
the_hoser
2230 days ago
I'd like a compiled language that feed optimization strategy notes to the editor, so the editor can describe to the programmer what the compiler plans to do to optimize features of your code.
1 comments
westicecoast32
2230 days ago
That's a really good idea. That's what I use compiler explorer for but I do it poorly. CC: llvm
link