Re: Dynamic/Convention-based routing libraries? (was: Clojure needs a web framework with more momentum

2015-05-05 Thread Mischov
s resource routing on top of Gate. https://github.com/mischov/gate/blob/master/examples/gate/examples/crud_example.clj On Tuesday, May 5, 2015 at 6:53:14 PM UTC-5, Sean Corfield wrote: > > Perhaps I should rephrase that as a request for simple, convention-based > routing that works

Re: What does ^:internal mean?

2015-05-11 Thread Mischov
To answer your question, ^:internal is shorthand meaning "set the :internal key of the object's metadata to true". You can read more about metadata here . On Sunday, May 10, 2015 at 2:00:10 PM UTC-5, piast...@gmail.com wrote: > > > What does ^:internal mean in this c