Y
Hacker News
new
|
ask
|
show
|
jobs
by
mrkurt
5747 days ago
I really love Varnish, but hate VCL. I wish they'd have embedded Lua or something. There's all sorts of cool stuff you could do with better scripting.
2 comments
papaf
5746 days ago
I think the unique point about VCL is that it compiles down to machine code. Varnish makes a big thing about doing things the fastest way possible.
link
apgwoz
5746 days ago
I didn't realize this for some reason, makes it a bit more obvious as to why you can actually embed C. /slaps forehead
link
jacquesm
5746 days ago
VCL is actually one of the strong points of varnish, if you have a more complex situation you can pull all kinds of tricks without slowing down.
link