Re: [Vala] Need some feedback for Valum, a web micro-framework!

2015-06-27 Thread Guillaume Poirier-Morency
Le samedi 27 juin 2015 à 12:51 +0200, Daniel Brendle a écrit : > Hi, Gillaume > > I discovered valum in the trending projects list of github a few > months ago. The first thought was "oh wow, i could write my future > web > backends in Vala; how cool is that?" directly followed by the > remembran

Re: [Vala] Need some feedback for Valum, a web micro-framework!

2015-06-27 Thread Guillaume Poirier-Morency
Le samedi 27 juin 2015 à 11:51 +, Al Thomas a écrit : > > > > From: Guillaume Poirier-Morency > Sent: Saturday, 27 June 2015, 3:37 > Subject: [Vala] Need some feedback for Valum, a web micro-framework! > > I am working on a web micro-framework this summer as part of an > academic proj

Re: [Vala] Need some feedback for Valum, a web micro-framework!

2015-06-27 Thread Al Thomas
From: Guillaume Poirier-Morency Sent: Saturday, 27 June 2015, 3:37 Subject: [Vala] Need some feedback for Valum, a web micro-framework! I am working on a web micro-framework this summer as part of an academic project. I plan to release a stable and production-ready version by the end of

Re: [Vala] Need some feedback for Valum, a web micro-framework!

2015-06-27 Thread Daniel Brendle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/27/2015 01:23 PM, Al Thomas wrote: > I was intending to use json-glib ( > http://www.valadoc.org/#!wiki=json-glib-1.0/index )for a project. > What are the problems with it? Thanks, Al Wow! I completely overlooked the methods gvariant_serializ

Re: [Vala] Need some feedback for Valum, a web micro-framework!

2015-06-27 Thread Al Thomas
From: Daniel Brendle Sent: Saturday, 27 June 2015, 11:51 Subject: Re: [Vala] Need some feedback for Valum, a web micro-framework! Is there some way of conveniently marshalling/unmarshalling JSON in Vala? By convenient i mean an programming-effort comparable to pythons json.loads() or Go'

Re: [Vala] Need some feedback for Valum, a web micro-framework!

2015-06-27 Thread Daniel Brendle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Gillaume I discovered valum in the trending projects list of github a few months ago. The first thought was "oh wow, i could write my future web backends in Vala; how cool is that?" directly followed by the remembrance of how painful it is to pa