24 ms·
Exactly. I was wondering what language would be better for heavy agentic workflow. Due to a recent blog post, Clojure seem to be the most terse [1]. But some pe
by ducktective 2mo ago
Exactly. I was wondering what language would be better for heavy agentic workflow. Due to a recent blog post, Clojure seem to be the most terse [1]. But some people are suggesting static types would help in this workflow.
[1] : https://martinalderson.com/posts/which-programming-languages-are-most-token-efficient/?ref=felixbarbalet.com#heading-1 https://martinalderson.com/posts/which-programming-languages...
- revetkn 2mo agoI'm curious about this as well. I use Java quite a bit and I feel like my results are excellent, but colleagues who use other languages are less impressed. I wonder if this is because Java is more amenable to agentic workflows, or there is a large corpus of example code, or some other reason.