Re: Fwd: [SCXML] Actionscript SCXML engine

2011-02-11 Thread Gavin Lei
t; > > -- 已转发邮件 -- > 发件人: Gavin Lei > 日期: 2011年2月10日 上午10:29 > 主题: Re: [SCXML] Actionscript SCXML engine > 收件人: Commons Developers List > > > Hi Johan, > > You have started a good job about ActionScript SCXML engine, but your > engine implemen

Re: [SCXML] Actionscript SCXML engine

2011-02-09 Thread Gavin Lei
Hi Johan, You have started a good job about ActionScript SCXML engine, but your engine implements only small part of SCXML and have not been updated for months. So the question is that can we continue developing the engine base on your job? I noticed that you project is under LGPL licence. If poss

Re: [SCXML] Actionscript SCXML engine

2011-01-31 Thread Jacob Beard
On 11-01-30 06:55 AM, Johan Roxendal wrote: you'll find that I used it to write my thesis, located at http://code.google.com/p/pyscxml/downloads/detail?name=exjobb_johan_roxendal.pdf&can=2&q= Adding it to my literature review :) Jake ---

Re: [SCXML] Actionscript SCXML engine

2011-01-31 Thread Libor Jelinek
Hello Gavin! It sounds like very ambitious goal. Go for it. I don't know ActionScript but I should have syntax derived from JavaScript (ECMAScript). There is already JS SCXML engine at http://commons.apache.org/sandbox/gsoc/2010/scxml-js/ so you use it like base or at least for inspiration. God b

re: [SCXML] Actionscript SCXML engine

2011-01-31 Thread Johan Roxendal
hey, I applaude the ambition, but I see little sense in doing this from scratch – have a look at http://code.google.com/p/scxml4flex/ first. I actually spent quite some time writing that code, and now it's been sitting there for a few months while I develop its sister project in Python at http

Re: [SCXML] Actionscript SCXML engine

2011-01-30 Thread Johan Roxendal
hey, I applaude the ambition, but I see little sense in doing this from scratch – have a look at http://code.google.com/p/scxml4flex/ first. I actually spent quite some time writing that code, and now it's been sitting there for a few months while I develop its sister project in Python at http

Re: [SCXML] Actionscript SCXML engine

2011-01-30 Thread Jacob Beard
Yes, that was a bit confusing. Thanks for clearing that up :P Cheers, Jake On 11-01-30 09:39 PM, Gavin Lei wrote: > Sorry, Jacob. I just reply your mail in my friend Long's computer, we were > in the same Lab in USTB and his Firefox have saved his Gmail Account and we > are both in Apache Common

Re: [SCXML] Actionscript SCXML engine

2011-01-30 Thread Gavin Lei
Sorry, Jacob. I just reply your mail in my friend Long's computer, we were in the same Lab in USTB and his Firefox have saved his Gmail Account and we are both in Apache Commons mail list, so i used his Account by mistake. What a low-class mistake :-( 在 2011年1月31日 上午10:24,Xun Long Gui 写道: > Hi J

Re: [SCXML] Actionscript SCXML engine

2011-01-30 Thread Xun Long Gui
Hi Jacob, Thank you for your information. In fact, i konw both ActionScript and JavaScript well, but i did not know they are both ECMAScript dialects although it they have the same syntax and semantics. The mainly reason is that, when i use JavaScript to develop some web application, usually we us

Re: [SCXML] Actionscript SCXML engine

2011-01-30 Thread Jacob Beard
Hi Gavin, I found a few sources that claimed that ActionScript is an ECMAScript dialect: http://en.wikipedia.org/wiki/ActionScript http://stackoverflow.com/questions/1424087/actionscript-is-like-javascript/1424111#1424111 JavaScript is also an ECMAScript dialect. My understanding is that most ver

Re: [SCXML] Actionscript SCXML engine

2011-01-29 Thread Xun Long Gui
Hi Gavin, It sounds like a good idea. Anyway, if you want to do something, you should just start your job. If you hava got something, you can show it here. May be there will be more guys like it. But i think may be your idea is a very large project, it is not a easy thing if you want to finish th

Re: [SCXML] Actionscript SCXML engine

2011-01-29 Thread Gavin Lei
Hi Jake, Thank you for your help and you have done a good job. I am not very familiar with ECMAScript, it seems that ECMAScript is some kind of JavaScript. I do not think ActionScript is a superset of ECMAScript. ActionScript is a kind a Flex/Flash script languare, we usually use it to develop som

Re: [SCXML] Actionscript SCXML engine

2011-01-29 Thread Jacob Beard
Hi Gavin, I've developed scxml-js, a SCXML-to-ECMAScript compiler as a part of last year's Google Summer of Code. In addition to continuing to develop this compiler, I'm currently using it in my research on developing user interface with Statecharts. I've never worked with ActionScript before, but

[SCXML] Actionscript SCXML engine

2011-01-29 Thread Gavin Lei
Hi guys, I am a doctor student from China. My name is Gavin Lei. I have much Flex/Flash development experience, and you know that we usually use Flash actionscript to develop some cartoon application, such as some thing move in the screen. Recently, i noticed that SCXML may be a good solution for