On 09/02/14 14:39, Daniel Zaoui wrote:
> On 02/07/2014 12:37 PM, Carsten Haitzler (The Rasterman) wrote:
>> On Fri, 07 Feb 2014 10:25:07 + Tom Hacohen
>> said:
>>
>>> On 07/02/14 00:50, Savio Sena wrote:
"daniel.za...@samsung.com" writes:
> On 01/29/2014 10:46 PM, Savio Sena wro
On 02/07/2014 12:37 PM, Carsten Haitzler (The Rasterman) wrote:
> On Fri, 07 Feb 2014 10:25:07 + Tom Hacohen said:
>
>> On 07/02/14 00:50, Savio Sena wrote:
>>> "daniel.za...@samsung.com" writes:
>>>
On 01/29/2014 10:46 PM, Savio Sena wrote:
> hello everyone,
>
> am I late to
On Fri, 07 Feb 2014 10:25:07 + Tom Hacohen said:
> On 07/02/14 00:50, Savio Sena wrote:
> > "daniel.za...@samsung.com" writes:
> >
> >> On 01/29/2014 10:46 PM, Savio Sena wrote:
> >>> hello everyone,
> >>>
> >>> am I late to raise some questions regarding eolian syntax? I've been
> >>> playi
On 07/02/14 00:50, Savio Sena wrote:
> "daniel.za...@samsung.com" writes:
>
>> On 01/29/2014 10:46 PM, Savio Sena wrote:
>>> hello everyone,
>>>
>>> am I late to raise some questions regarding eolian syntax? I've been
>>> playing with it lately and I miss some features. Not sure if they are
>>> re
Daniel Zaoui writes:
> Hi Savio,
>
> Concerning the class type, I hesitate between:
> - Elm_Button as Regular {...
> - Elm_Button {
> class_type: Regular
> Well, here I give regular as example even if I think it should be the
> default type but it is just for the example.
> I prefer the fir
"daniel.za...@samsung.com" writes:
> On 01/29/2014 10:46 PM, Savio Sena wrote:
>> hello everyone,
>>
>> am I late to raise some questions regarding eolian syntax? I've been
>> playing with it lately and I miss some features. Not sure if they are
>> really relevant but I leave for the interested p
Hi Savio,
Concerning the class type, I hesitate between:
- Elm_Button as Regular {...
- Elm_Button {
class_type: Regular
Well, here I give regular as example even if I think it should be the
default type but it is just for the example.
I prefer the first one.
More, we have four types that c
On 01/29/2014 10:46 PM, Savio Sena wrote:
> hello everyone,
>
> am I late to raise some questions regarding eolian syntax? I've been
> playing with it lately and I miss some features. Not sure if they are
> really relevant but I leave for the interested parts to decide.
You are never late.
>
> the
hello everyone,
am I late to raise some questions regarding eolian syntax? I've been
playing with it lately and I miss some features. Not sure if they are
really relevant but I leave for the interested parts to decide.
the point that most caught my attention was that the syntax doesn't
make dist
On 12/31/2013 08:00 AM, Carsten Haitzler (The Rasterman) wrote:
> On Thu, 05 Dec 2013 14:12:21 +0200 Yakov Goldberg said:
>
>> Hi guys,
>>
>> we have some additional question.
>> Here is some part of ElmFileselector.eo file. (Still in JSON)
>> You can see "selected_set" and "selected_get" are desc
On Sun, 08 Dec 2013 11:20:31 +0200 Yakov Goldberg said:
> So, as soon as "Ragel Strikes Back"
> here is " Elm_Image" in Jeremy's format.
> http://pastebin.com/xptFf6y0
>
> Properties and Methods are as Jeremy described.
> And in the end you can also find "implements" and "signals".
>
> Just one
On Thu, 05 Dec 2013 14:12:21 +0200 Yakov Goldberg said:
> Hi guys,
>
> we have some additional question.
> Here is some part of ElmFileselector.eo file. (Still in JSON)
> You can see "selected_set" and "selected_get" are described, as methods.
> Why? Because I generate, this eo file, by parsing
On Mon, 9 Dec 2013 21:08:32 +0100 Davide Andreoli said:
> 2013/12/9 Yakov Goldberg
>
> > On 12/08/2013 01:26 PM, Davide Andreoli wrote:
> > > 2013/12/8 Yakov Goldberg
> > >
> > >> So, as soon as "Ragel Strikes Back"
> > >> here is " Elm_Image" in Jeremy's format.
> > >> http://pastebin.com/xpt
2013/12/9 Yakov Goldberg
> On 12/08/2013 01:26 PM, Davide Andreoli wrote:
> > 2013/12/8 Yakov Goldberg
> >
> >> So, as soon as "Ragel Strikes Back"
> >> here is " Elm_Image" in Jeremy's format.
> >> http://pastebin.com/xptFf6y0
> >>
> >> Properties and Methods are as Jeremy described.
> >> And i
On 12/09/2013 10:28 AM, Yakov Goldberg wrote:
> On 12/08/2013 01:26 PM, Davide Andreoli wrote:
>> 2013/12/8 Yakov Goldberg
>>
>>> So, as soon as "Ragel Strikes Back"
>>> here is " Elm_Image" in Jeremy's format.
>>> http://pastebin.com/xptFf6y0
>>>
>>> Properties and Methods are as Jeremy described
On 12/08/2013 01:26 PM, Davide Andreoli wrote:
> 2013/12/8 Yakov Goldberg
>
>> So, as soon as "Ragel Strikes Back"
>> here is " Elm_Image" in Jeremy's format.
>> http://pastebin.com/xptFf6y0
>>
>> Properties and Methods are as Jeremy described.
>> And in the end you can also find "implements" and
2013/12/8 Yakov Goldberg
> So, as soon as "Ragel Strikes Back"
> here is " Elm_Image" in Jeremy's format.
> http://pastebin.com/xptFf6y0
>
> Properties and Methods are as Jeremy described.
> And in the end you can also find "implements" and "signals".
>
> Just one suggestion: lets move "implement
So, as soon as "Ragel Strikes Back"
here is " Elm_Image" in Jeremy's format.
http://pastebin.com/xptFf6y0
Properties and Methods are as Jeremy described.
And in the end you can also find "implements" and "signals".
Just one suggestion: lets move "implements" content into "properties"
and "method
Hi Jeremy,
I looked at your "tokenizer", really looks great. I integrated it into
Eolian and it works. I created a branch for that so you can "throw an
eye" ;-) there:
https://github.com/eflisrael/eolian/commits/eo_new_format
I have to check more but I think
constructors/destructors/implements
Hi guys,
we have some additional question.
Here is some part of ElmFileselector.eo file. (Still in JSON)
You can see "selected_set" and "selected_get" are described, as methods.
Why? Because I generate, this eo file, by parsing descriptions of eo
classes.
If there are two functions which have:
Hi Jeremy,
Sorry, I didn't have time this week, I hope to look at it until the end
of the week or next week.
Daniel
On 12/04/2013 03:44 PM, Jérémy Zurcher wrote:
> any news ??
>
> On Thursday 28 November 2013 14:56, Jérémy Zurcher wrote :
>> Hi Daniel,
>>
>> clone my repo and test it, ask anyt
any news ??
On Thursday 28 November 2013 14:56, Jérémy Zurcher wrote :
> Hi Daniel,
>
> clone my repo and test it, ask anything anytime ;)
> ragel doc is very good http://www.complang.org/ragel/ragel-guide-6.8.pdf
>
> about the functions definitions.
> do you want to have them in the .eo file t
On Fri, 29 Nov 2013 17:39:47 +0100 Jérémy Zurcher said:
> Hi again,
> I moved it here https://git.enlightenment.org/devs/jeyzu/eo_tokenizer.git/
>
> method definitions is now supported,
> https://git.enlightenment.org/devs/jeyzu/eo_tokenizer.git/tree/data/evas_object.eo
i have to say that that
Hi again,
I moved it here https://git.enlightenment.org/devs/jeyzu/eo_tokenizer.git/
method definitions is now supported,
https://git.enlightenment.org/devs/jeyzu/eo_tokenizer.git/tree/data/evas_object.eo
On Thursday 28 November 2013 12:08, Jérémy Zurcher wrote :
> Hi,
>
> I wanted to do some t
On 11/28/2013 04:32 PM, Tom Hacohen wrote:
> On 17/11/13 13:53, Yakov Goldberg wrote:
>> Hi all :)
>>
>> I'd like to start new thread on discussion of Eo format.
>>
>> Short memo about a project:
>> The idea is that each Eo class is represented into a .eo file. These
>> files are manually modified
On 28/11/13 15:28, Jérémy Zurcher wrote:
> On Thursday 28 November 2013 14:30, Tom Hacohen wrote :
>> On 28/11/13 11:57, Jérémy Zurcher wrote:
>>> On Thursday 28 November 2013 11:13, Tom Hacohen wrote :
On 28/11/13 11:08, Jérémy Zurcher wrote:
> Hi,
>
> I wanted to do some tests
On Thursday 28 November 2013 14:30, Tom Hacohen wrote :
> On 28/11/13 11:57, Jérémy Zurcher wrote:
> > On Thursday 28 November 2013 11:13, Tom Hacohen wrote :
> >> On 28/11/13 11:08, Jérémy Zurcher wrote:
> >>> Hi,
> >>>
> >>> I wanted to do some tests before rising my voice,
> >>> here they are
On 17/11/13 13:53, Yakov Goldberg wrote:
> Hi all :)
>
> I'd like to start new thread on discussion of Eo format.
>
> Short memo about a project:
> The idea is that each Eo class is represented into a .eo file. These
> files are manually modified to add new functions, comments, callbacks...
> and p
On 28/11/13 11:57, Jérémy Zurcher wrote:
> On Thursday 28 November 2013 11:13, Tom Hacohen wrote :
>> On 28/11/13 11:08, Jérémy Zurcher wrote:
>>> Hi,
>>>
>>> I wanted to do some tests before rising my voice,
>>> here they are http://cgit.asynk.ch/eo_tokenizer/
>>>
>>> this is POC, http://www.comp
Hi Daniel,
clone my repo and test it, ask anything anytime ;)
ragel doc is very good http://www.complang.org/ragel/ragel-guide-6.8.pdf
about the functions definitions.
do you want to have them in the .eo file too, and always regenerate the .c file
?
or do you want to add empty definitions to .c
Hi Jeremy,
Thank you for your comments.
We will take a look about ragel and the format you proposed.
Daniel
On 11/28/2013 01:57 PM, Jérémy Zurcher wrote:
> On Thursday 28 November 2013 11:13, Tom Hacohen wrote :
>> On 28/11/13 11:08, Jérémy Zurcher wrote:
>>> Hi,
>>>
>>> I wanted to do some tes
On Thu, 28 Nov 2013 11:41:45 + Tom Hacohen
wrote:
> On 28/11/13 11:21, Carsten Haitzler (The Rasterman) wrote:
> > On Thu, 28 Nov 2013 11:13:44 + Tom Hacohen
> > said:
> >
> >> On 28/11/13 11:08, Jérémy Zurcher wrote:
> >>> Hi,
> >>>
> >>> I wanted to do some tests before rising my voice
On Thursday 28 November 2013 11:41, Tom Hacohen wrote :
> On 28/11/13 11:21, Carsten Haitzler (The Rasterman) wrote:
> > On Thu, 28 Nov 2013 11:13:44 + Tom Hacohen
> > said:
> >
> >> On 28/11/13 11:08, Jérémy Zurcher wrote:
> >>> Hi,
> >>>
> >>> I wanted to do some tests before rising my voi
On Thursday 28 November 2013 11:13, Tom Hacohen wrote :
> On 28/11/13 11:08, Jérémy Zurcher wrote:
> > Hi,
> >
> > I wanted to do some tests before rising my voice,
> > here they are http://cgit.asynk.ch/eo_tokenizer/
> >
> > this is POC, http://www.complang.org/ragel/ based tokenizer which does n
On 28/11/13 11:21, Carsten Haitzler (The Rasterman) wrote:
> On Thu, 28 Nov 2013 11:13:44 + Tom Hacohen said:
>
>> On 28/11/13 11:08, Jérémy Zurcher wrote:
>>> Hi,
>>>
>>> I wanted to do some tests before rising my voice,
>>> here they are http://cgit.asynk.ch/eo_tokenizer/
>>>
>>> this is POC
On Thu, 28 Nov 2013 11:13:44 + Tom Hacohen said:
> On 28/11/13 11:08, Jérémy Zurcher wrote:
> > Hi,
> >
> > I wanted to do some tests before rising my voice,
> > here they are http://cgit.asynk.ch/eo_tokenizer/
> >
> > this is POC, http://www.complang.org/ragel/ based tokenizer which does not
On 28/11/13 11:08, Jérémy Zurcher wrote:
> Hi,
>
> I wanted to do some tests before rising my voice,
> here they are http://cgit.asynk.ch/eo_tokenizer/
>
> this is POC, http://www.complang.org/ragel/ based tokenizer which does not
> all but most of the job. First time I play with ragel, had much fu
Hi,
I wanted to do some tests before rising my voice,
here they are http://cgit.asynk.ch/eo_tokenizer/
this is POC, http://www.complang.org/ragel/ based tokenizer which does not
all but most of the job. First time I play with ragel, had much fun!!
about the .eo file syntax:
YAML is easier than J
24.11.2013 13:01, daniel.za...@samsung.com kirjoitti:
> On 11/24/2013 11:34 AM, Yakov Goldberg wrote:
>> Hi again!
>> Kai, Cedric thanks for answer!
>> Comments added.
>>
>> On 11/22/2013 04:20 AM, Cedric BAIL wrote:
>>> On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko wrote:
17.11.2013 15:53, Ya
24.11.2013 11:34, Yakov Goldberg kirjoitti:
> Hi again!
> Kai, Cedric thanks for answer!
> Comments added.
>
> On 11/22/2013 04:20 AM, Cedric BAIL wrote:
>> On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko wrote:
>>> 17.11.2013 15:53, Yakov Goldberg kirjoitti:
Short memo about a project:
Th
On 11/24/2013 11:34 AM, Yakov Goldberg wrote:
> Hi again!
> Kai, Cedric thanks for answer!
> Comments added.
>
> On 11/22/2013 04:20 AM, Cedric BAIL wrote:
>> On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko wrote:
>>> 17.11.2013 15:53, Yakov Goldberg kirjoitti:
Short memo about a project:
T
Hi again!
Kai, Cedric thanks for answer!
Comments added.
On 11/22/2013 04:20 AM, Cedric BAIL wrote:
> On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko wrote:
>> 17.11.2013 15:53, Yakov Goldberg kirjoitti:
>>> Short memo about a project:
>>> The idea is that each Eo class is represented into a .eo fil
On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko wrote:
> 17.11.2013 15:53, Yakov Goldberg kirjoitti:
>> Short memo about a project:
>> The idea is that each Eo class is represented into a .eo file. These
>> files are manually modified to add new functions, comments, callbacks...
>> and parsed and the
17.11.2013 15:53, Yakov Goldberg kirjoitti:
> Hi all :)
>
> I'd like to start new thread on discussion of Eo format.
>
> Short memo about a project:
> The idea is that each Eo class is represented into a .eo file. These
> files are manually modified to add new functions, comments, callbacks...
>
Hi all :)
I'd like to start new thread on discussion of Eo format.
Short memo about a project:
The idea is that each Eo class is represented into a .eo file. These
files are manually modified to add new functions, comments, callbacks...
and parsed and the generation phase updates the C/H files.
On 07/11/13 14:56, Yakov Goldberg wrote:
> Hello
>I'd like to invite more people to this discussion.
>As many people voted for JSON, we were working mainly on JSON, but it
> should be improved.
> Please read comments with example
Don't focus on what people vote on, focus on what you th
Hello
I'd like to invite more people to this discussion.
As many people voted for JSON, we were working mainly on JSON, but it
should be improved.
Please read comments with example
On 10/21/2013 08:29 PM, daniel.za...@samsung.com wrote:
> Hi all,
>
> I would like to discuss about a project
Hi Jeremy,
I understand your point and that's why we want to improve .eo format.
But don't forget that the goal of this is not just to generate the C and
H files, but bindings too.
And, by the way, one of the ideas is that the generated C files contain
only generated code (no developer code) a
I would love to write a unique object.eo file in a slightly enhanced C
using @tags, namespace { … }, whatever
but if I have that much of verbose json to write,
I'wont bother and type the .h/.c by hand
On Monday 04 November 2013 17:42, Yakov Goldberg wrote :
> Here is autogenerated (a little pret
On Mon, 04 Nov 2013 17:42:13 +0200 Yakov Goldberg said:
I have to say that once this is in json.. it's exactly as i expected. it's just
all strings and quotes.. everywhere. let me just start with the beginning:
{
"name": "elm_genlist",
"macro": "ELM_OBJ_GENLIST_CLASS",
"inherits": [
"
On 11/06/2013 11:45 AM, Yakov Goldberg wrote:
> On 11/06/2013 03:31 AM, Cedric BAIL wrote:
>> On Tue, Nov 5, 2013 at 6:51 PM, Yakov Goldberg wrote:
>>> On 11/05/2013 08:20 AM, Cedric BAIL wrote:
On Tue, Nov 5, 2013 at 12:42 AM, Yakov Goldberg
wrote:
> Here is autogenerated (a littl
On 11/06/2013 03:31 AM, Cedric BAIL wrote:
> On Tue, Nov 5, 2013 at 6:51 PM, Yakov Goldberg wrote:
>> On 11/05/2013 08:20 AM, Cedric BAIL wrote:
>>> On Tue, Nov 5, 2013 at 12:42 AM, Yakov Goldberg wrote:
Here is autogenerated (a little prettyfied and shortened) example of eo
file.
On Tue, Nov 5, 2013 at 6:51 PM, Yakov Goldberg wrote:
> On 11/05/2013 08:20 AM, Cedric BAIL wrote:
>> On Tue, Nov 5, 2013 at 12:42 AM, Yakov Goldberg wrote:
>>> Here is autogenerated (a little prettyfied and shortened) example of eo
>>> file.
>>> http://pastebin.com/ERQphzNk
>>> I'm using my own
Hello
On 11/05/2013 08:20 AM, Cedric BAIL wrote:
> Hello,
>
> On Tue, Nov 5, 2013 at 12:42 AM, Yakov Goldberg wrote:
>> Here is autogenerated (a little prettyfied and shortened) example of eo
>> file.
>> http://pastebin.com/ERQphzNk
>> I'm using my own python code from eo_bindings, where I was par
Hello,
On Tue, Nov 5, 2013 at 12:42 AM, Yakov Goldberg wrote:
> Here is autogenerated (a little prettyfied and shortened) example of eo
> file.
> http://pastebin.com/ERQphzNk
> I'm using my own python code from eo_bindings, where I was parsing c/h
> files to get all eo information.
>
> Some expla
Here is autogenerated (a little prettyfied and shortened) example of eo
file.
http://pastebin.com/ERQphzNk
I'm using my own python code from eo_bindings, where I was parsing c/h
files to get all eo information.
Some explanations:
"name" - class name from Eo class description. We check that it is
On 01/11/13 01:34, Cedric BAIL wrote:
> Hello,
>
> On Fri, Nov 1, 2013 at 12:21 AM, Tom Hacohen wrote:
>> On 21/10/13 18:29, daniel.za...@samsung.com wrote:
>>> I would like to discuss about a project that we are beginning just now.
>>> I presented it on EFL dev. day yesterday but I would like to
Hello,
On Fri, Nov 1, 2013 at 12:21 AM, Tom Hacohen wrote:
> On 21/10/13 18:29, daniel.za...@samsung.com wrote:
>> I would like to discuss about a project that we are beginning just now.
>> I presented it on EFL dev. day yesterday but I would like to share it
>> here since it will imply all the E
On 23/10/13 17:15, Leif Middelschulte wrote:
> Am 23.10.2013 um 01:54 schrieb Lucas De Marchi
> :
>
>> On Tue, Oct 22, 2013 at 3:03 PM, Leif Middelschulte
>> wrote:
>>> 2013/10/21 daniel.za...@samsung.com :
Hi all,
I would like to discuss about a project that we are beginning just
On 21/10/13 18:29, daniel.za...@samsung.com wrote:
> Hi all,
>
> I would like to discuss about a project that we are beginning just now.
> I presented it on EFL dev. day yesterday but I would like to share it
> here since it will imply all the EFL developers (yes, you) one day or
> another.
>
> It
Yo,
On 10/28/2013 04:02 AM, Carsten Haitzler (The Rasterman) wrote:
> On Tue, 22 Oct 2013 08:43:14 +0200 Raoul Hecky said:
>
>> I'm also more for json, it allows other tools to parse the files and
>> you don't need to learn a new syntax...
> except syntax is pretty moot... it's like saying "hey -
+1 for a sensible description of the problem and solution from raster.
-1 to all the "just jump on [insert inappropriate but fashionable tech
here] bandwagon" votes.
On Mon, 28 Oct 2013 11:02:05 +0900 Carsten Haitzler (The Rasterman)
wrote:
> On Tue, 22 Oct 2013 08:43:14 +0200 Raoul Hecky
> sa
On Tue, 22 Oct 2013 08:43:14 +0200 Raoul Hecky said:
> I'm also more for json, it allows other tools to parse the files and
> you don't need to learn a new syntax...
except syntax is pretty moot... it's like saying "hey - i can understand
finnish because they use the same punctuation as english!
json++
On Fri, Oct 25, 2013 at 5:01 AM, Cedric BAIL wrote:
> Hello,
>
> On Tue, Oct 22, 2013 at 2:29 AM, daniel.za...@samsung.com
> wrote:
>> I would like to discuss about a project that we are beginning just now.
>> I presented it on EFL dev. day yesterday but I would like to share it
>> here s
Hello,
On Tue, Oct 22, 2013 at 2:29 AM, daniel.za...@samsung.com
wrote:
> I would like to discuss about a project that we are beginning just now.
> I presented it on EFL dev. day yesterday but I would like to share it
> here since it will imply all the EFL developers (yes, you) one day or
> anoth
Am 23.10.2013 um 23:16 schrieb daniel.za...@samsung.com:
> On 10/23/2013 07:15 PM, Leif Middelschulte wrote:
>> Am 23.10.2013 um 01:54 schrieb Lucas De Marchi
>> :
>>
>>> On Tue, Oct 22, 2013 at 3:03 PM, Leif Middelschulte
>>> wrote:
2013/10/21 daniel.za...@samsung.com :
> Hi all,
On 10/23/2013 07:15 PM, Leif Middelschulte wrote:
> Am 23.10.2013 um 01:54 schrieb Lucas De Marchi
> :
>
>> On Tue, Oct 22, 2013 at 3:03 PM, Leif Middelschulte
>> wrote:
>>> 2013/10/21 daniel.za...@samsung.com :
Hi all,
I would like to discuss about a project that we are beginning
Am 23.10.2013 um 01:54 schrieb Lucas De Marchi :
> On Tue, Oct 22, 2013 at 3:03 PM, Leif Middelschulte
> wrote:
>> 2013/10/21 daniel.za...@samsung.com :
>>> Hi all,
>>>
>>> I would like to discuss about a project that we are beginning just now.
>>> I presented it on EFL dev. day yesterday but I
On Tue, Oct 22, 2013 at 3:03 PM, Leif Middelschulte
wrote:
> 2013/10/21 daniel.za...@samsung.com :
>> Hi all,
>>
>> I would like to discuss about a project that we are beginning just now.
>> I presented it on EFL dev. day yesterday but I would like to share it
>> here since it will imply all the E
2013/10/21 daniel.za...@samsung.com :
> Hi all,
>
> I would like to discuss about a project that we are beginning just now.
> I presented it on EFL dev. day yesterday but I would like to share it
> here since it will imply all the EFL developers (yes, you) one day or
> another.
>
> It is called Eol
On 10/22/13 13:40, Gustavo Sverzut Barbieri wrote:
> On Tue, Oct 22, 2013 at 10:22 AM, Chris Michael
> wrote:
>> On 10/22/13 07:43, Raoul Hecky wrote:
>>> I'm also more for json, it allows other tools to parse the files and
>>> you don't need to learn a new syntax...
>> Except in the case that so
On Tue, Oct 22, 2013 at 10:22 AM, Chris Michael wrote:
> On 10/22/13 07:43, Raoul Hecky wrote:
>> I'm also more for json, it allows other tools to parse the files and
>> you don't need to learn a new syntax...
>
> Except in the case that someone does not know json...then you have to
> learn json s
On 10/22/13 07:43, Raoul Hecky wrote:
> I'm also more for json, it allows other tools to parse the files and
> you don't need to learn a new syntax...
Except in the case that someone does not know json...then you have to
learn json syntax.
dh
> --
> Raoul Hecky
>
>
> 2013/10/21 Jose Souza :
>>
On 10/21/2013 08:29 PM, daniel.za...@samsung.com wrote:
> Hi all,
>
> I would like to discuss about a project that we are beginning just now.
> I presented it on EFL dev. day yesterday but I would like to share it
> here since it will imply all the EFL developers (yes, you) one day or
> another.
>
I'm also more for json, it allows other tools to parse the files and
you don't need to learn a new syntax...
--
Raoul Hecky
2013/10/21 Jose Souza :
> json++
>
>
> On Mon, Oct 21, 2013 at 5:38 PM, Davide Andreoli
> wrote:
>
>> Json +1 also for me, It is more clear that is a descriptive thing and
As I do this part of work in this project, I will wait for the end of
voting.
And meanwhile I have the only thing to do: enjoy Mediterranean :)))
And as for me: json - 65% ; C - 35%;
On 10/21/2013 10:42 PM, Jose Souza wrote:
> json++
>
>
> On Mon, Oct 21, 2013 at 5:38 PM, Davide Andreoli
> wrote
json++
On Mon, Oct 21, 2013 at 5:38 PM, Davide Andreoli wrote:
> Json +1 also for me, It is more clear that is a descriptive thing and not
> real code.
> It is also more easily parsable by other tools/languages
>
>
> 2013/10/21 Gustavo Sverzut Barbieri
>
> > JSon +1
> >
> > On Mon, Oct 21, 2013
Json +1 also for me, It is more clear that is a descriptive thing and not
real code.
It is also more easily parsable by other tools/languages
2013/10/21 Gustavo Sverzut Barbieri
> JSon +1
>
> On Mon, Oct 21, 2013 at 3:29 PM, daniel.za...@samsung.com
> wrote:
> > Hi all,
> >
> > I would like to
JSon +1
On Mon, Oct 21, 2013 at 3:29 PM, daniel.za...@samsung.com
wrote:
> Hi all,
>
> I would like to discuss about a project that we are beginning just now.
> I presented it on EFL dev. day yesterday but I would like to share it
> here since it will imply all the EFL developers (yes, you) one d
Hi all,
I would like to discuss about a project that we are beginning just now.
I presented it on EFL dev. day yesterday but I would like to share it
here since it will imply all the EFL developers (yes, you) one day or
another.
It is called Eolian and was first aimed to facilitate addition of
80 matches
Mail list logo