What does HackerNews think of lmql?
A language for constraint-guided and efficient LLM programming.
Language:
Python
This is also similar in spirit to LMQL
LLM calls are just function calls, so most functional composition is already afforded by any general-purpose language out there. If you need fancy stuff, use something like Python‘s functools.
Working on https://github.com/eth-sri/lmql (shameless plug, sorry), we have always found that compositional abstractions on top of LMQL are mostly there already, once you internalize prompts being functions.