- Description: Framework agnostic
URL
routing library. - Licence: Unlicense
- Author: Alexander Artemenko [email protected]
- Homepage: https://40ants.com/routes
- Bug tracker: https://github.com/40ants/routes/issues
- Source control: GIT
You can install this library from Quicklisp, but you want to receive updates quickly, then install it from Ultralisp.org:
(ql-dist:install-dist "http://dist.ultralisp.org/"
:prompt nil)
(ql:quickload :40ants-routes)
TODO
: Write a library description. Put some examples here.
package 40ants-routes
class 40ants-routes:hello
()
Example class.
Readers
reader 40ants-routes:user-name
(hello) (:name)
generic-function 40ants-routes:say
obj
Say what should be said.
function 40ants-routes:make-hello
name
Makes hello world example