[racket-users] Re: General ways and concrete examples of approaching web dev

2019-10-09 Thread George Neuner
On Wed, 9 Oct 2019 10:01:34 +0200, Marc Kaufmann wrote: >You don't happen to have a free/cheap (Linux compatible) one to try out? I >found 10 lists with 'best 6/10/33 db modeling tools', which is 5/9/32 tools >too many... I know what you mean. I routinely deploy on Linux, but much of my

Re: [racket-users] Re: General ways and concrete examples of approaching web dev

2019-10-09 Thread Hendrik Boom
On Wed, Oct 09, 2019 at 03:29:51AM -0400, George Neuner wrote: ... ... > One of the issues I have with MVC is the way it typically is > presented: data flow in the tutorials tends to be exaggerated and > overly complicated, and the explanation typically revolves around DBMS > and graphical UIs

Re: [racket-users] Re: General ways and concrete examples of approaching web dev

2019-10-09 Thread Marc Kaufmann
> I think part of your problem it is that you are integrating/conflating > what are purely implementation issues - such as whether to pass state > via continuations vs storing it in DBMS - with higher level design > issues like whether to use MVC vs some other equivalent architecture. Yep, I

[racket-users] Re: General ways and concrete examples of approaching web dev

2019-10-09 Thread George Neuner
Rearranged a bit for continuity ... On Tue, 8 Oct 2019 19:44:55 +0200, Marc Kaufmann wrote: >Thanks for the response to a rather general question. I'll definitely have >a look at your code for Racket stories, which is live now if I see >correctly. Nice! > >I guess one concrete thing that I