Re: Mini http server

2011-07-07 Thread Alexander Burger
Hi Henrik, How about this?: Good, this looks pretty minimal. (undef 'http) (de http (S) (use (*Post L @U @H @X) (off *Post *Port% *ContLen *Cookies *Cookies *HtSet) I think you can safely remove '*Port%', but that's not critical. It is only used in the form GUI to detect port

android picolisp using ndk/jni

2011-07-07 Thread Doug Snead
http://developer.android.com/sdk/ndk/overview.html : Typical good candidates for the NDK are self-contained, CPU-intensive operations that don't allocate much memory, such as signal processing, physics simulation, and so on. Ok, here's a plan for :-) a real Android picolisp ... start by taking

Re: android picolisp using ndk/jni

2011-07-07 Thread Edwin Eyan Moragas
Hi Doug, you've been pretty busy. :) cheering everybody on... /e On Thu, Jul 7, 2011 at 4:43 PM, Doug Snead semaphore_2...@yahoo.com wrote: http://developer.android.com/sdk/ndk/overview.html : Typical good candidates for the NDK are self-contained, CPU-intensive operations that don't

Re: android picolisp using ndk/jni

2011-07-07 Thread Alexander Burger
Hi Doug, Ok, here's a plan for :-) a real Android picolisp ... start by taking Indeed. A fascinating idea! I never thought about a non-Java version for Android. a version of picolisp, and begin cutting it back by dropping everything ndk c/c++ headers do not support. So, the idea would be

Re: android picolisp using ndk/jni

2011-07-07 Thread Jakob Eriksson
On Thu, Jul 07, 2011 at 03:33:03PM +0200, Alexander Burger wrote: Yeah, I always felt that Ersatz (or Java in general) is not the right thing. It's perfect for bootstrapping. That it is. // Jakob -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe