1
Ask HN: How to avoid LLMs struggling with Lisp parens?
LLM生成Lisp代码时总被括号逼疯?看网友分享高招——调整提示方式、分步验证,或改用结构化输出。
LLMs seem to love certain languages (Python, Bash, etc.), but they all seem to struggle with Lisp (e.g. Racket or Emacs Lisp). I've tried various iter…