Threepenny is now ready for public consumption, FIW.
On 23 May 2013 08:34, Vlatko Basic wrote:
> Hi Heinrich,
>
> Looks simple and interesting. I browsed the git, but not much docs yet.
> Just examples, or have I looked at wrong places?
>
>
> I see that API is still under heavy design. When do y
Vlatko Basic wrote:
Hi Heinrich,
Looks simple and interesting. I browsed the git, but not much docs yet.
Just examples, or have I looked at wrong places?
Thanks! Only examples and Haddock documentation so far, though the
latter is extensive.
I see that API is still under heavy design. When
Hi Heinrich,
Looks simple and interesting. I browsed the git, but not much docs yet.
Just examples, or have I looked at wrong places?
I see that API is still under heavy design. When do you expect the API might
stabilize?
(BTW, examples in Readme do not work.)
vlatko
Vlatko Basic wrote:
Vlatko Basic wrote:
I'd like to start using web pages as the UI for apps. I found out for
yesod, snapp and happstack as the candidates.
Would you recommend any of them as better for app ui (not "classical"
web pages)? Or maybe another one?
Not sure if that's what you are looking for, but with
I looked at MFlow a little and it looks promising.
I'll give it a try.
Thanks Alberto.
Original Message
Subject: Re: [Haskell-cafe] HTML framework for web-ui
From: Alberto G. Corona
To: vlat
Hi Adrian,
> What's an exception? I thought Haskell used Maybe.
Haskell also has exceptions:
dan@machine ~> ghci
Prelude> head []
*** Exception: Prelude.head: empty list
I also consider them as quite problematic, especially if they're used in
libraries, but sometimes we're all a bit lazy and
On 21 May 2013 18:24, Tom Ellis wrote:
> I've been successfully using
>
> http://hackage.haskell.org/package/postgresql-simple
>
> It's fine so far except it throws exceptions willy-nilly. (I find
> exceptions very un-Haskell but some people seem to like them).
>
>
What's an exception? I tho
On Tue, May 21, 2013 at 06:18:16PM +0800, Adrian May wrote:
> * can I use postgres from Haskell?
I've been successfully using
http://hackage.haskell.org/package/postgresql-simple
It's fine so far except it throws exceptions willy-nilly. (I find
exceptions very un-Haskell but some people see
I was wondering about this too. I have a database-heavy,
performance-sensitive app in mind. It will serve approximately the same
logic over both a raw UDP socket and an HTML5 app generating its pages on
the fly. I know that sounds odd but some users still have ordinary phones
on cheap data contract
If you like to create a stand alone application I know that happstack was
created for stand-alone applications with no database, although Yesod and
Snap can do it as well. If your application is a-single-page-doit-all by
using a lot of JavaScript (or Fay) , then any of these restful frameworks
will
Doing HTML UI with Happstack was a pleasant experience.
Отправлено с iPhone
21.05.2013, в 12:47, Vlatko Basic написал(а):
> Hi,
>
> I'd like to start using web pages as the UI for apps. I found out for yesod,
> snapp and happstack as the candidates.
> Would you recommend any of them as better
Hi,
I'd like to start using web pages as the UI for apps. I found out for yesod,
snapp and happstack as the candidates.
Would you recommend any of them as better for app ui (not "classical" web
pages)? Or maybe another one?
thanks,
vlatko
___
Haske
12 matches
Mail list logo