fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
782 stars 63 forks source link

Any interest in incorporating YAML based dependency injection #82

Open ahungry opened 8 years ago

ahungry commented 8 years ago

I've been using the PHP framework Symfony, and one very nice feature is the dependency injection it offers (you can map your services at the top level in YAML files), as well as parameters.

I recently wrote a library for Common Lisp that assists with this: https://github.com/ahungry/injection

Obviously I'll be using it for my personal projects, but do you think it would be a good addition to the base project created by the #'caveman:make-project call?