cl-template icon indicating copy to clipboard operation
cl-template copied to clipboard

Simple, output-agnostic template engine for Common Lisp, inspired by ERb.

Results 2 cl-template issues
Sort by recently updated
recently updated
newest added

Having multiple systems declared in a singe asd file is deprecated, and ASDF now requires that any subsystems be namespaced with a `/`. This is shown by a message when...

The example below generates a style warning about the unused variable __data. ``` common-lisp (eval-when (:compile-toplevel :load-toplevel :execute) (asdf:load-system "cl-template")) (defpackage "EXAMPLE" (:use "COMMON-LISP")) (in-package "EXAMPLE") (defun test () (let...