Interesting, Timothy, but a little verbose. That is where good syntax
highlighting would be useful. Maybe have multiple syntaxes like Ruby?
For example, in Ruby:

# C-like language users will prefer this
Shoes.app() {
    para("HAI!")
}

# Smalltalk, Ada, Pascal, etc. will like this
Shoes.app do
    para "HAI!"
end

Both do the exact same thing, but look quite different.

On Mon, Jul 20, 2009 at 8:07 PM, Timothy McDowell<[email protected]> wrote:
> I think potion is pretty cool. I'm currently working on a parser and
> compiler with a buddy for our own little language (haven't decided on a
> name...). Here is an example:
> create number x and set it to 3. # can also be
> create number x. set it to 3.
> if x < 5 then
>    print "Jumping jellyfish! 3 is less than 5!". # Can also be a one liner.
> Periods end statements (sentences).
> create verb skipcount that takes a number. set skipcount to
>    create number count and set it to 0.
>    until count >= 50 print count.
> On Mon, Jul 20, 2009 at 8:47 PM, Edward Heil <[email protected]> wrote:
>>
>> Do let's all be nice.  We love Shoes, so we pine for more.  It's
>> understandable!  It's also free and a work of love from why, and he doesn't
>> owe any of us anything, and we all understand that too.
>>
>> On Jul 20, 2009, at 8:15 PM, Ehsanul Hoque wrote:
>>
>> Must agree with Devyn's setiments. Give the guy a break! He seems like a
>> pretty busy dude, and has a life of his own I'm sure.
>>
>> Shoes 3 will be out when it's out. Anyone who's annoyed at that should get
>> down to contributing to Shoes themselves. But I'm sure someone who would
>> contribute would be far more understanding.
>>
>
>
>
> --
> --Brains.
>



-- 
    ~devyn

Reply via email to