Porting MiniJinja to Go With an Agent
Armin Ronacher describes using an AI agent to port the MiniJinja template engine from Rust to Go, detailing the process and lessons learned.
Armin Ronacher describes using an AI agent to port the MiniJinja template engine from Rust to Go, detailing the process and lessons learned.
Explores code generation in Hare v2 using strings::template for IPC interface implementation, building on a previous tool.
A tutorial on creating custom function templatetags in Django's template system to define and call functions within templates.