Re: Kross - Start of a Unified Scripting Approach

2006-04-15 Thread Bo Yang
RM 写道: > This is from the new KOffice Announcement. > > http://www.koffice.org/announcements/announce-1.5.php > > '''This version of KOffice features a start of a unified scripting > solution called Kross. Kross provides cross-language support for > scripting (thus its name) and at present supports

Re: Kross - Start of a Unified Scripting Approach

2006-04-14 Thread has
Cool. I hope I got the bits about Kross right; I only just found out about it from seeing your post so haven't been long learning about it (I'm a sucker for this stuff). Hopefully some nice expert can correct anything I may've got wrong. :) BTW, if you're curious about how Python hooks into this s

Re: Kross - Start of a Unified Scripting Approach

2006-04-14 Thread Jerry
Awesome, thanks for the explaination. It was very informative. -- http://mail.python.org/mailman/listinfo/python-list

Re: Kross - Start of a Unified Scripting Approach

2006-04-14 Thread has
Jerry wrote: > Kind of like AppleScript then? Same fundamental goal, i.e. language-independent application scripting. They seem to have a similar sort of approach to decoupling a scripting language from its host application (Kross::API::ScriptManager vs. the Open Scripting Architecture API) but a

Re: Kross - Start of a Unified Scripting Approach

2006-04-13 Thread Jerry
So, this would be like .Net or Mono, but for KOffice? Kind of like AppleScript then? Sorry, just starting to learn about some of this stuff (CLI, CLR, CIL, etc...) and am interested in understanding better. -- http://mail.python.org/mailman/listinfo/python-list

Re: Kross - Start of a Unified Scripting Approach

2006-04-13 Thread Alex Martelli
RM <[EMAIL PROTECTED]> wrote: > This is from the new KOffice Announcement. > > http://www.koffice.org/announcements/announce-1.5.php > > '''This version of KOffice features a start of a unified scripting > solution called Kross. Kross provides cross-language support for > scripting (thus its nam

Kross - Start of a Unified Scripting Approach

2006-04-12 Thread RM
This is from the new KOffice Announcement. http://www.koffice.org/announcements/announce-1.5.php '''This version of KOffice features a start of a unified scripting solution called Kross. Kross provides cross-language support for scripting (thus its name) and at present supports Python and Ruby.