unsubscribe

2017-07-05 Thread Lawrence Bottorff
unsubscribe


Re: anyone tried cygwin or mingw recently?

2017-07-05 Thread Joe Bogner
Hi Richard,

I'm not sure about mingw/cygwin but I do have an unofficial port of pil-64
that runs on windows using midipix --
https://github.com/joebo/picoLisp-win-x86-64

My port has somewhat stalled as midipix is moving a bit slower than I
expected.

If I recall, most tests were passing and it worked reasonably well for
prototyping on windows. I wouldn't use it for production apps

Sockets and forking seemed to be stable and fast. Database locking does not
work though.

I started to look into using the windows api to lock (LockFile)... but
stopped as midipix was going to be adding support for it "soon"  as-of 6
months ago or so. It's not been added to midipix yet.

If it was needed, I think it could be added to the shim and then
incorporated into the assembly code

https://github.com/joebo/picoLisp-win-x86-64/blob/master/src64/arch/win-x86-64-native_shim.c

Aside from a proof of concept, I haven't moved forward on keeping this up
to date with the latest pil or pushing it forward. If there was community
interest, I'd be more motivated to push it forward

Thanks,
Joe



On Sun, Jul 2, 2017 at 1:37 PM,  wrote:

> On Sun, 02 Jul 2017 19:07 +0200, Richard Z wrote:
> > Did anyone test it recently?
>
> Hi Richard,
>
> Hopefully, joebo will comment on this.  He is the one I know for sure
> who has looked into mingw-type builds of picolisp this the past year.
>
> Best, --Rick
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


Re: anyone tried cygwin or mingw recently?

2017-07-05 Thread Alexander Burger
On Wed, Jul 05, 2017 at 02:27:34PM +0200, Richard Z wrote:
> > We now checked with Mike. Seems most of it is still needed. So we just did 
> > the
> > first case in src/io.c
> 
> so database locking now works (minus ocassional Windows bugs)?

Unfortunately not. It just passes compilation. We tested with 'ctl'. It just
seems to ignore the lock under Cygwin.

♪♫ Alex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: anyone tried cygwin or mingw recently?

2017-07-05 Thread Richard Z
On Tue, Jul 04, 2017 at 11:04:16AM +0200, Alexander Burger wrote:
> On Mon, Jul 03, 2017 at 04:42:32PM +0200, Alexander Burger wrote:
> > > Cool! So I can safely remove it? It looks ugly indeed ;)
> > 
> > Looking at it, there are move such "ifndef __CYGWIN__" lines, besides the 
> > above
> > from "src/io.c" alsoin "src/pico.h" and "src/main.c".
> > 
> > Rather ugly stuff, even renaming 'main' to 'main2'. I would be glad to 
> > throw all
> > that garbage out.
> 
> We now checked with Mike. Seems most of it is still needed. So we just did the
> first case in src/io.c

so database locking now works (minus ocassional Windows bugs)?


Richard

-- 
Name and OpenPGP keys available from pgp key servers


-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Greek Localization

2017-07-05 Thread Alexander Burger
Hi Yiorgos,

> I do not see any loc/gr in my 17.6 copy, but

Ooops, my fault! I forgot to include it :(


> "Τοποθετήστε κενή γραμμή"

Thanks! Added now, and released a new picoLisp.tgz.

♪♫ Alex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe