Re: [Aikiframework-devel] AIKI Markup Syntax and Extension Proposal

2011-09-02 Thread Christopher Adams
Totally, I would tend toward some syntax that is already used/accepted. On Fri, Sep 2, 2011 at 7:41 PM, j...@rejon.org wrote: > we need to restart this discussion > > > On Tue, Mar 15, 2011 at 2:00 AM, Jakub Jankiewicz wrote: > >> I don't like this >> >> sql statement >> >> And adding for for a

Re: [Aikiframework-devel] AIKI Markup Syntax and Extension Proposal

2011-09-02 Thread j...@rejon.org
we need to restart this discussion On Tue, Mar 15, 2011 at 2:00 AM, Jakub Jankiewicz wrote: > I don't like this > > sql statement > > And adding for for and if is not inventing a language. It's just like C > preprocesor, This are importer because user will use AIKI not PHP. and > functions which

Re: [Aikiframework-devel] AIKI Markup Syntax and Extension Proposal

2011-04-07 Thread j...@rejon.org
Did you get that minilanguage outlined Jakub? On Sat, Mar 19, 2011 at 9:08 AM, Bassel Safadi wrote: > Good article > > On Wed, Mar 16, 2011 at 8:05 AM, Jakub Jankiewicz wrote: >> >> If you don't read this already you should "Designing Minilanguages" >> chapter in The Art of Unix Programming by E

Re: [Aikiframework-devel] AIKI Markup Syntax and Extension Proposal

2011-03-19 Thread Bassel Safadi
Good article On Wed, Mar 16, 2011 at 8:05 AM, Jakub Jankiewicz wrote: > > If you don't read this already you should "Designing Minilanguages" > chapter in The Art of Unix Programming by Eric Steven Raymond > > http://www.faqs.org/docs/artu/ch08s03.html > > __

[Aikiframework-devel] AIKI Markup Syntax and Extension Proposal

2011-03-15 Thread Jakub Jankiewicz
If you don't read this already you should "Designing Minilanguages" chapter in The Art of Unix Programming by Eric Steven Raymond http://www.faqs.org/docs/artu/ch08s03.html ___ Mailing list: https://launchpad.net/~aikiframework-devel Post to : ai

Re: [Aikiframework-devel] AIKI Markup Syntax and Extension Proposal

2011-03-14 Thread Jakub Jankiewicz
I don't like this sql statement And adding for for and if is not inventing a language. It's just like C preprocesor, This are importer because user will use AIKI not PHP. and functions which I write about can be implemented using ruby, c, c++,etc. Whatever run AIKI. And procedures and syntax insi

Re: [Aikiframework-devel] AIKI Markup Syntax and Extension Proposal

2011-03-14 Thread j...@rejon.org
This is a great proposal! This already cleans up aikimarkup in some places. The other thing to consider is using something like a template language so you we can do things like: sql statement I still don't like the idea of creating a *another* language for people to learn in aiki. And, to me, it

[Aikiframework-devel] AIKI Markup Syntax and Extension Proposal

2011-03-14 Thread Jakub Jankiewicz
Hi. This is my proposal for new aiki markup syntax - :: VARIABLES - All variables should look the same: ($(name)$) ($(author->uri)$) Variable can also be simplify by replaci