Re: [ANN] Example project to illustrate usage of system library

2014-10-10 Thread Atamert Ölçgen
On Fri, Oct 10, 2014 at 2:06 PM, Daniel Szmulewicz < daniel.szmulew...@gmail.com> wrote: > Yes, because locally you are in the repl already. The repl in production > is brought in explicitly to be able to login/debug remotely into the > application where it’s hosted. > Does that make sense? > Mak

Re: [ANN] Example project to illustrate usage of system library

2014-10-09 Thread Daniel Szmulewicz
Yes, because locally you are in the repl already. The repl in production is brought in explicitly to be able to login/debug remotely into the application where it’s hosted. Does that make sense? On Friday, October 10, 2014 7:13:39 AM UTC+3, Atamert Ölçgen wrote: > > prod-system has a REPL bu

Re: [ANN] Example project to illustrate usage of system library

2014-10-09 Thread Atamert Ölçgen
prod-system has a REPL but dev-system doesn't. Is this intentional? https://github.com/danielsz/system/blob/master/example/src/example/systems.clj On Wed, Oct 8, 2014 at 7:57 PM, Daniel Szmulewicz < daniel.szmulew...@gmail.com> wrote: > Hello everybody, > > I noticed a demand for examples in how

[ANN] Example project to illustrate usage of system library

2014-10-08 Thread Daniel Szmulewicz
Hello everybody, I noticed a demand for examples in how to put together a web app with the reloaded approach (Stuart Sierra's components). For this reason, I've published an example project in the system library. https://github.com/danielsz/system/tree/master/example Enjoy. Please let me k