Re: built-in scripting languages.

2007-04-18 Thread Jamie Allsop
Bryan Larsen wrote: [...] A scripting language should be chosen as the default. Yes, it'll be a hard choice, but there's also no 'wrong choice' (except for none). I've put a lot of work into http://wiki.openmoko.org/wiki/Wishlist:BuiltInScriptingLanguage. Please comment here or on the

Re: built-in scripting languages.

2007-04-18 Thread Dmitri Hrapof
Jamie Allsop пишет: Yes this page is very good. One thing you might want to note also is that there is a nice C++ binding for Python in boost www.boost.org. Please don't infer from this that I am a big Python fan, most of my scripting to date has been with Perl, however I do see Python as

Re: built-in scripting languages.

2007-04-18 Thread Florent THIERY
Is there a way to add a poll feature to the wiki? This would give a quantitative about the community's opinion... Cheers Florent ___ OpenMoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: built-in scripting languages.

2007-04-18 Thread Florent THIERY
What about: http://meta.wikimedia.org/wiki/Poll Seems strange not to have this extension in the wiki... Florent ___ OpenMoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: built-in scripting languages.

2007-04-18 Thread Jim Thompson
On Apr 18, 2007, at 1:44 AM, Dmitri Hrapof wrote: Jamie Allsop пишет: Yes this page is very good. One thing you might want to note also is that there is a nice C++ binding for Python in boost www.boost.org. Please don't infer from this that I am a big Python fan, most of my scripting to

Re: built-in scripting languages.

2007-04-18 Thread Michael 'Mickey' Lauer
PyGTK looks like the most likely contender to me -- not just because I wrote a book about it and I'm the author of almost everything Python-related in OE, but also because PyGTK is pretty mature and easy to extend (you probably have seen Zecke's work in wrapping the Moko classes did you?). The

Re: built-in scripting languages.

2007-04-18 Thread Jim Thompson
On Apr 18, 2007, at 2:41 AM, Michael 'Mickey' Lauer wrote: PyGTK looks like the most likely contender to me -- not just because I wrote a book about it and I'm the author of almost everything Python-related in OE, but also because PyGTK is pretty mature and easy to extend (you probably have

Re: built-in scripting languages.

2007-04-18 Thread Matthew S. Hamrick
I think maybe we need a new version of Godwin's law... any discussion about scripting languages should stop as soon as someone mentions Lisp (or Smalltalk.) But seriously... speed probably shouldn't be THE deciding factor in a built-in scripting language. It's the ability to get things

Re: built-in scripting languages.

2007-04-18 Thread Dr. H. Nikolaus Schaller
Am 18.04.2007 um 19:02 schrieb Matthew S. Hamrick: I think maybe we need a new version of Godwin's law... any discussion about scripting languages should stop as soon as someone mentions Lisp (or Smalltalk.) Well, as a Mac addict, I propose to consider AppleScript, Automator and

Re: built-in scripting languages.

2007-04-04 Thread Sander van Grieken
I would like to propose a number of bindings a preferred scripting language should have - Bluetooth bindings - Webservice bindings, 'lightweight' request/response access to networked services - Persistence bindings, optimized access to large datasets (sqlite?) On Tuesday 03 April 2007

Re: built-in scripting languages.

2007-04-03 Thread Steven **
On 4/3/07, Bryan Larsen [EMAIL PROTECTED] wrote: [...] However, developers who choose one of these languages for their applications will not be able to see their applications included in the standard ROM nor available for use by those without an external microSD card. [...] I'm not sure why

Re: built-in scripting languages.

2007-04-03 Thread Bryan Larsen
Steven ** wrote: I'm not sure why you need an external MicroSD card, but all Neo's come with a 512 MB MicroSD card. Sean mentioned that in the FOSDEM presentation. Also, see http://wiki.openmoko.org/wiki/FAQ#Q:_How_much.3F Sure, the developer's kit comes with a microSD card. I expect all

Re: built-in scripting languages.

2007-04-03 Thread Ian Stirling
Steven ** wrote: On 4/3/07, Bryan Larsen [EMAIL PROTECTED] wrote: [...] However, developers who choose one of these languages for their applications will not be able to see their applications included in the standard ROM nor available for use by those without an external microSD card. [...]

Re: built-in scripting languages

2007-01-23 Thread Jay Trister
My opinion -as an end user as programmer with medium experience- is that the phone should implement a stable version of a known widelly accepted scripting language and it should stick with it. That way the masses of users developers will have a stable point of reference. If they don't like

Re: built-in scripting languages

2007-01-23 Thread Sven Neuhaus
Richard Franks wrote: On 1/22/07, Derek Pressnall [EMAIL PROTECTED] wrote: On a different (but related) track, I've always wanted to have a web browser that was capable of executing local cgi scripts without the need for client-side http server. Pah! Internet Explorer has had that for

Re: built-in scripting languages

2007-01-23 Thread Tomasz Zielinski
2007/1/23, Jay Trister [EMAIL PROTECTED]: My opinion -as an end user as programmer with medium experience- is that the phone should implement a stable version of a known widelly accepted scripting language and it should stick with it. I'm affraid of using interpreted and dynamically typed

Re: built-in scripting languages

2007-01-23 Thread Jay Trister
Quote : Yeah, like times when we were stuck with buggy and poor Java 1.1 in Quoting myself : 1. Decide which version of a tested widelly accepted script-language will be used and will be pre-installed (I suggest perl). Perl for example (you can suggest another lang) is used widelly. If the

Re: built-in scripting languages

2007-01-23 Thread Jay Trister
Quote : Yeah, like times when we were stuck with buggy and poor Java 1.1 in Forgot to mention that I think that a Java implementation is more important than a scripting language. (had to say that again :-) ). - Sucker-punch spam with award-winning

Re: built-in scripting languages

2007-01-23 Thread Redvers Davies
Sorry, I have to completely disagree with you. On Tue, 2007-01-23 at 11:21 +0100, Tomasz Zielinski wrote: I'm affraid of using interpreted and dynamically typed languages in embedded environment, like cellphone. Especially when using GSM API -- it's much easier to omit bug in interpreted

Fw: Re: built-in scripting languages

2007-01-23 Thread Tim Newsom
Bah, forgot to reply all. I think that's an excellent idea actually... A website where you can log into, set up preferences about the packages you have installed and build an image based on that. Is that ability already in existence? I mean, I am sure ipkg has the ability to update all of

Re: built-in scripting languages

2007-01-22 Thread Bryan Larsen
There are already (I assume) at least two very powerful scripting languages on the OpenMoko. The first is sh in whatever variant they decide to include. I've used sh to write CGI scripts on a couple of deeply embedded web servers; you'd be surprised how much can be done with just

Re: built-in scripting languages

2007-01-22 Thread Andreas Kostyrka
* Derek Pressnall [EMAIL PROTECTED] [070122 19:40]: Seeing as how there has been interest in including an interpreted language with the default software install (such as Python or Perl, etc.), and the fact that they are too big to fit in the built-in flash, I would like to offer up an

Re: built-in scripting languages

2007-01-22 Thread Andreas Kostyrka
* Andreas Kostyrka [EMAIL PROTECTED] [070122 21:30]: * Derek Pressnall [EMAIL PROTECTED] [070122 19:40]: Seeing as how there has been interest in including an interpreted language with the default software install (such as Python or Perl, etc.), and the fact that they are too big to fit in

Re: built-in scripting languages

2007-01-22 Thread Corey
On Monday 22 January 2007 13:28, Andreas Kostyrka wrote: * Derek Pressnall [EMAIL PROTECTED] [070122 19:40]: Seeing as how there has been interest in including an interpreted language with the default software install (such as Python or Perl, etc.), and the fact that they are too big to fit

Re: built-in scripting languages

2007-01-22 Thread Marcin Juszkiewicz
Dnia poniedziałek, 22 stycznia 2007 21:45, Corey napisał: I would recommend lua, it's extremely light-weight ( we're talking about 6 megs here ) 6M??? http://openzaurus.linuxtogo.org/feed-browser/?name=luaaction=search show that it will take much less then 1M -- JID: hrw-jabber.org

Re: built-in scripting languages

2007-01-22 Thread Corey
On Monday 22 January 2007 14:03, Marcin Juszkiewicz wrote: Dnia poniedziałek, 22 stycznia 2007 21:45, Corey napisał: I would recommend lua, it's extremely light-weight ( we're talking about 6 megs here ) 6M??? http://openzaurus.linuxtogo.org/feed-browser/?name=luaaction=search show

Re: built-in scripting languages

2007-01-22 Thread Andraž 'ruskie' Levstik
On 10:12:00 pm 2007-01-22 Corey [EMAIL PROTECTED] wrote: On Monday 22 January 2007 14:03, Marcin Juszkiewicz wrote: Dnia poniedziałek, 22 stycznia 2007 21:45, Corey napisał: I would recommend lua, it's extremely light-weight ( we're talking about 6 megs here ) 6M???

built-in scripting languages

2007-01-22 Thread Derek Pressnall
I would recommend lua, It does look pretty good, I've taken a brief look at it. In fact, I'm in the processing of porting c/invoke over to 2e (c/invoke was originally done for / as part of lua, I think), due to a user's request. A couple of the design considerations for the 2e language that

Re: built-in scripting languages

2007-01-22 Thread Andreas Kostyrka
* Andra?? 'ruskie' Levstik [EMAIL PROTECTED] [070122 22:52]: On 10:12:00 pm 2007-01-22 Corey [EMAIL PROTECTED] wrote: On Monday 22 January 2007 14:03, Marcin Juszkiewicz wrote: Dnia poniedzia??ek, 22 stycznia 2007 21:45, Corey napisa??: I would recommend lua, it's extremely

Re: built-in scripting languages

2007-01-22 Thread Corey
On Monday 22 January 2007 14:49, Andraž 'ruskie' Levstik wrote: Why is this even being discused... you have the ability to add anything to the phone once you get your hands on it... SO any scripting languages one desires can be added. It's true that you have the ability to add anything to

Re: built-in scripting languages

2007-01-22 Thread Ted Lemon
On Jan 22, 2007, at 2:49 PM, Andraž 'ruskie' Levstik wrote: Personaly by default there should be none. And let the user decide what he wants. For example I prefer ruby over perl, lua or python and I like using bash scripts for a lot of stuff. So having lua on my system would be more or

built-in scripting languages

2007-01-22 Thread Derek Pressnall
Andraž 'ruskie' Levstik writes: Why is this even being discused... you have the ability to add anything to the phone once you get your hands on it The reason is the same reason the device is being shipped with a given kernel (Linux), a given set of libraries (glibc, gtk), etc. So that when a

Re: built-in scripting languages

2007-01-22 Thread Corey
On Monday 22 January 2007 15:33, Andraž 'ruskie' Levstik wrote: Let me rephrase then. Have it defined as a standard-optional component that can be used. But isn't installed by default. Won't ipkg have dependency resolution etc? Yes, so the dependency aspect will likely be a non-issue;

Re: built-in scripting languages

2007-01-22 Thread Ted Lemon
On Jan 22, 2007, at 3:28 PM, Joe Pfeiffer wrote: So when you put your first python application on, ipkg will conclude you need python. When you put your second on, it will conclude you've alrady got python. Sure. So in that case it does make sense to talk about standard versions of each

Re: built-in scripting languages

2007-01-22 Thread Andreas Kostyrka
* Ted Lemon [EMAIL PROTECTED] [070122 23:21]: On Jan 22, 2007, at 2:49 PM, Andra? 'ruskie' Levstik wrote: Personaly by default there should be none. And let the user decide what he wants. For example I prefer ruby over perl, lua or python and I like using bash scripts for a lot of stuff. So

Re: built-in scripting languages

2007-01-22 Thread Joe Pfeiffer
Ted Lemon writes: On Jan 22, 2007, at 3:28 PM, Joe Pfeiffer wrote: So when you put your first python application on, ipkg will conclude you need python. When you put your second on, it will conclude you've alrady got python. Sure. So in that case it does make sense to talk about standard

Re: built-in scripting languages

2007-01-22 Thread Richard Franks
On 1/22/07, Derek Pressnall [EMAIL PROTECTED] wrote: On a different (but related) track, I've always wanted to have a web browser that was capable of executing local cgi scripts without the need for client-side http server. Pah! Internet Explorer has had that for *ages*. But for non-windows,

Re: built-in scripting languages

2007-01-22 Thread Corey
On Monday 22 January 2007 16:07, Ben Burdette wrote: The only potential downfall may be that everyone ends up with quite a few interpreters on their poor little phones... python, ruby, rhino, lua, perl, etc, etc.. That's all well and good when everyone has SPACE for every scripting

Re: built-in scripting languages

2007-01-22 Thread Redvers Davies
On Tue, 2007-01-23 at 10:12 +0800, Ben Lau wrote: I also think that it should come with none of any scripting language beside shell script and Javascript (by web browser). Python/Perl is too huge. It's a balance. Size utilization against use. So, the questions I would ask if I were a