Re: minipicolisp with big num

2024-01-26 Thread Mike
> On Jan 26, 2024, at 18:19, C K Kashyap wrote: > >  > Hey all, > Has anyone tried a port of miniPicoLisp with the added big num support? How did you test it? (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: coredump without '+' final argument

2023-08-02 Thread Mike
Hi all, > Can you debug this a little more? E.g. look at the output of (traceAll) and > see > *where* exactly it happens. I am interested in debug this. Can i get a copy of script? I have fedora rawhide instance. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Subscribe

2023-07-16 Thread Mike Evron

subscribe

2023-06-21 Thread Mike Evron

LLVM16

2023-04-08 Thread Mike
hi all, LLVM16 released and PicoLisp successfully compiled out of the box and passed all tests on it. Happy coding. p.s. LLVM17-nightly works too so far. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Test with new From header

2023-04-08 Thread Mike
Test > On Apr 8, 2023, at 10:42, Alexander Burger wrote: > > Test, please ignore! > > ☺/ A!ex > > -- > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: the purpose of *KeyMap in vip

2022-12-20 Thread Mike
hi all, I have create a pil21 compilation on macos repo with custom Makefile for it. Please follow compilation steps, lets test it. https://git.envs.net/mpech/pil21-macos > > i am following the how to install picolisp in mac alternative method >

LLVM15

2022-09-28 Thread Mike
hi all, pil21 successfully passed tests on LLVM15. Happy coding, (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

LLVM13

2021-10-16 Thread Mike
hi all, FYI, LLVM13 released and pil21 passed all tests. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Autumn Lisp Game Jam 2021

2021-09-22 Thread Mike
llection: o) 2048 o) greed autoplay https://rosettacode.org/wiki/Greed#PicoLisp https://asciinema.org/a/369181 (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: compilation error

2021-09-02 Thread Mike
Download latest pil21 and run (cd src; make) is winning strategy. I do not belive you have problems here. > On Sep 2, 2021, at 14:48, vuk...@fastmail.com wrote: > > I didn’t touch the files in any way. No make clean either > > -- > > vuk...@fastmail.com > >> On Thu, Sep 2, 2021, at

Re: compilation error

2021-09-01 Thread Mike
) > opt: base.ll:1:1: error: expected top-level entity > source_filename = "base.l" > ^ > make: *** [Makefile:40: base.bc] Error 1 Rolling release from January? You should download latest release from here and try again: https://software-lab.de/down.html (mike) -- UNS

Re: Manually install (newest) PIL21 on Debian/WSL2

2021-08-22 Thread Mike
> > When I download the "rolling release" version, and try to install it locally, > I'm asked to first > install MAKE and CLANG. Wrong, INSTALL file tells you install more software if you want to compile pil21 from sources. "opt" tool is part of

Re: any picolisp experiences with iSH on iOS ?

2021-05-24 Thread Mike
Hi, Alpine is one of primary test box for pil21 test farm. It passed full test suite. > Anyone have running a picolisp instance successfully on iOS or > busybox/Alpine? > (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pil21 + OpenBSD

2021-05-11 Thread Mike
er udp works: https://software-lab.de/doc/refU.html#udp (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pil21 + OpenBSD

2021-05-11 Thread Mike
pport system and requires additional request to fix portability. Apply this patch and (port) will start work on OpenBSD, tested. (mike) openbsd-port.patch Description: Binary data

LLVM 12

2021-04-16 Thread Mike
hi, new stable LLVM version released this night. pil21 passed all tests. BTW, llvm-nightly aka LLVM13 works too. p.s. If you have code which works and generates strange result do not hesitate post it here and ask. No open issues so far. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de

Re: Why do waitFd and gPoll use 292MY for timeout?

2021-04-15 Thread Mike
Andras, https://webirc.envs.net/uploads/5d228d2686705b27/8AB6ED6B-5EAC-4CBC-BCF8-84BB26447763.jpeg this is my try on latest big sur April 15, 2021 7:53 PM, "Andras Pahi" wrote: > Hi, > > I grabbed the latest pil21.tgz and demoApp.tgz. > > "pil @lib/test.l +" runs without errors. > > On

Re: Enumerated Trees in PicoLisp

2021-03-25 Thread Mike
March 25, 2021 9:48 AM, "Alexander Burger" wrote: > PicoLisp has a really cool new function! Test added and tested in LLVM 7, 11-13. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pil21 + OpenBSD

2021-03-10 Thread Mike
>> Cool, good news! Thanks a lot! Updated for OpenBSD https://git.envs.net/mpech/pil21-tests/src/branch/master/INSTALL-.md (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pil21 + OpenBSD

2021-03-10 Thread Mike
> Is there a simpler way? No, let me describe my steps then if you interested in. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

pil21 + OpenBSD

2021-03-09 Thread Mike
222) -> 673998787659948666753771754907668409286105635143120275902562304 : (bye) $ (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Database tutorial

2021-03-04 Thread Mike
mpech/tankf33der https://git.envs.net/mpech/pil21-tests 1. to find DB code: find . -name "*.l" | xargs grep "pool" 2 rosetta's nest: https://git.envs.net/mpech/pil21-tests/src/branch/master/pilog-rosetta.l (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: history not saved anymore?

2021-03-01 Thread Mike
/git.musl-libc.org/cgit/musl/tree/WHATSNEW#n2141 I seen this behavior on AlpineLinux for years till now. p.s. Pil21 tested on Alpine Linux since creation and successfully passing everything. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: native/lisp in picoLisp 32

2021-02-10 Thread Mike
reference :) > You already asked this here and Great Mr.Pahi already answered: https://www.mail-archive.com/picolisp@software-lab.de/msg09811.html His repo is the only choice. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

pil21 on RISC-V

2021-02-06 Thread Mike
t L (chop (** 5 (** 4 (** 3 2 (prinl (head 20 L) "..." (tail 20 L)) (length L) ) 62060698786608744707...92256259918212890625 -> 183231 : (%@ "malloc" 'N 123) -> 1057627088 : (bye) $ (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Beautiful and Lucid PicoLisp Mind Maps

2021-01-29 Thread Mike
> > The provided url is for an active session in the PicoLisp wiki. Can you post > the "public" url that > appears at the bottom of your article? (e.g https://picolisp.com/wiki/?home) > > Looking forward to checking it out! > I have wiki account and failed s

Re: Compile issues

2021-01-24 Thread Mike
> henrik@henrik-tuf:~$ llvm-config --version > 6.0.0 You must have LLVM7+. Tested in range LLVM 7-12, versions in range do not have compatible breaks in primitives. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Question for understanding usage of pipes

2021-01-15 Thread Mike
January 15, 2021 7:21 PM, "Christos Gitsis" wrote: > > Is there a way to do this and get the result: > -> ("0001110111" "1000110111" "1100110100") > ? https://envs.sh/BF.l This is my code how i *feel* this task. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Compile issues

2021-01-15 Thread Mike
Whats is llvm version? > On Jan 15, 2021, at 08:03, Henrik Sarvell wrote: > >  > Hi Alex, > > I'm trying to compile newest PicoLisp but get this: > > henrik@henrik-tuf:/feting/Downloads/picoLisp-21.1/pil21/src$ make > Intrinsic has incorrect argument type! > void (i8*, i8*, i64, i1)*

Re: Pil21 is now in Debian Unstable

2020-12-29 Thread Mike
ravely switch to pil21, should work. Happy coding and New Year, (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Advent of Code 2020

2020-12-17 Thread Mike
> Here is the repository https://github.com/dbertolotto/advent-of-code-2020 > I will add modified code from this repo to test suite for pil21 in January. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Advent of Code 2020

2020-12-16 Thread Mike
-2020 > Thanks for sharing, congratulations. BTW, did you use pil64 or pil21? You definitely could switch to newer pil21 for testing and fun. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re:

2020-12-14 Thread Mike
> I've published a new article to the wiki: > > https://picolisp.com/wiki/?metaprogrammingexperiments > > It details my continued exploration of writing "Common Lisp style" macros in > PicoLisp > Builtin tests passed under pil21 too. (mike) -- UNSUBSCRIBE:

pijul mirror

2020-12-10 Thread Mike
hi all, I've setup next mirror for pil21 distribution via pijul: https://nest.pijul.com/tankf33der/pil21 I will maintain as long as possible, updates daily. p.s. Pijul is in alpha state, unstable and full of pain. Use on your own risk only if you have free time to play and fun. (mike

Re: Licence Dilemma

2020-11-21 Thread Mike
> On Nov 21, 2020, at 15:30, Jeronimo Pellegrini wrote: > > "Mike" writes: > > Hello, > >> Jeronimo, >> mruby is not ruby itself, but also created by Matsumoto. >> https://github.com/mruby/mruby >> I see this is under MIT. >> >

Re: Licence Dilemma

2020-11-21 Thread Mike
“Licence Dilemma” but nightmare. (mike)

Re: Licence Dilemma

2020-11-21 Thread Mike
Jeronimo, mruby is not ruby itself, but also created by Matsumoto. https://github.com/mruby/mruby I see this is under MIT. How it was possible ? November 21, 2020 2:15 PM, "Jeronimo Pellegrini" wrote: > "Mike" writes: > >> hi all, >> >>>

Re: Licence Dilemma

2020-11-21 Thread Mike
entation from Mr. Matsumoto covered by MIT licence and have readline as dependency. I assume Matsumoto knows everything about licences. 2. Wikipedia text for MIT says: "... The MIT license is compatible with many copyleft licenses, such as the GNU General Public License (GPL); ...&quo

Re: pil21 on Mac, some errors

2020-11-05 Thread Mike
> Right. But it is needed so that it also runs on other systems. > The else-bodo of the 'if' works for me under Debian. Just hack for testing. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pil21 on Mac, some errors

2020-11-05 Thread Mike
> I hear from Mike that "Darwin" is not correct for pil21. > > "Macos"? This is not issue anymore, I have manually disabled this if to use correct definitions. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pil21 on Mac, some errors

2020-11-05 Thread Mike
November 5, 2020 7:09 PM, "Alexander Burger" wrote: > On Thu, Nov 05, 2020 at 05:14:03PM +0100, Alexander Burger wrote: > >> So perhaps the output of strace tells us more. > > Hmm, not really. Mike posted one in IRC. It says "invalid kernel access" >

Re: pil21 on Mac, some errors

2020-11-05 Thread Mike
hi all, > 3. It is the general problem with libffi which was mentioned by Mike. I don't > know more about it atm. I've got access to MacOs again to test libffi interface: 1. trivial test works: $ pil21 + : (native "./native.so" "returnbyte" 'B) -> 255 : 2. (nati

Re: pil21 on Mac, some errors

2020-10-26 Thread Mike
October 26, 2020 10:08 AM, "Jon Kleiser" wrote: > Hi, > > Yesterday I tried installing pil21 on my Mac, following Mike Pechkin's > instructions here: > > https://git.envs.net/mpech/pil21-tests/src/branch/master/INSTALL-.md > > Here’s the output from t

Re: pil21 on Mac, some errors

2020-10-26 Thread Mike
t perhaps you know? > "opt" tool is part of LLVM ecosystem and Pil21 depends only on LLVM. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pil21 on Mac, some errors

2020-10-26 Thread Mike
> It boils down to: use current versions of your toolchain. On my mint19 > machine i had to manually update llvm from 6(?) to 10 :) > Right, pil21 only works in LLVM7+ environment. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pil21 on Mac, some errors

2020-10-26 Thread Mike
> Is there some easy fix to get rid of these errors? Sure, I will try repeat steps from scratch this evening on Mac and will update the steps p.s. BTW, homebrew switched to LLVM11. Lucky pil21 supports and tested on LLVM11 too. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subj

fixed point math tutorial

2020-10-18 Thread Mike
hi all, I would like to announce yet another fixed point math tutorial for PicoLisp: https://hub.darcs.net/tankf33der/fixedpoint Comments, fixes and objections are very welcome. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Pil vs Pil21 performances

2020-09-05 Thread Mike
-s 16000" is good start point for pil21. p.s.s. To make some noise and fun try to run your picolisp's code on pil21. p.s.s.s. Comparing LLVM and Assembler backend is not fair, and pil21 will be always slower in 5-15% range. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: cells in picolisp [tutorial, slides]

2020-06-06 Thread Mike
Sure https://git.envs.net/mpech/tankf33der/src/branch/master/cells/data- > On Jun 6, 2020, at 10:41, George-Phillip Orais > wrote: > >  > Hi Mike, I like this too, thank you for sharing! Btw do you have another > format for this something like Powerpoint? If yes can I

cells in picolisp [tutorial, slides]

2020-06-05 Thread Mike
hi all, https://envs.net/~mpech/cells-tutorial.pdf I've created tutorial about cell as root of data type hierarchy. Goal of PDF is understanding of destructive functions. I hope you will learn something new. Happy coding, (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject

Re: divmod?

2020-05-03 Thread Mike
May 3, 2020 1:13 AM, "Wilhelm Fitzpatrick" wrote: > I'm not finding such a thing in the function reference, but asking on the off > chance I'm > overlooking it. Is there a way in Picolisp to get a division result and > remainder as a single > operation? Sure http://ix.io/2kBM -- UNSUBSCRIBE:

Re: Pil21 Status

2020-05-01 Thread Mike
May 1, 2020 4:55 PM, "Alexander Burger" wrote: > Hi all, > > pil21 reached the first milestone: > It passes the bignum tests in @misc/bigtest :) Confirmed on x64 LLVM10. -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: picoLisp 19.12: variable length array in structure fixes

2020-04-21 Thread Mike
ment on Openbsd. $ ulimit -s 32000 and it passed malloc guards. Thanks. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: picoLisp 19.12: variable length array in structure fixes

2020-04-21 Thread Mike
nBSD 6.6+syspatch: $ sysctl -w vm.malloc_conf="SC" $ pil code2015.l + Segmentation fault (core dumped) $ dmesg | tail -1 [picolisp]35577/479639 sp=cefce000 inside cefcf000-cf7ce000: not MAP_STACK p.s. BTW, ASan from gcc and clang - ok p.s.s. Several years ago (6.2-6.4 ?) it worked. (mike) -- UNSU

Re: picoLisp 19.12: variable length array in structure fixes

2020-04-20 Thread Mike
April 20, 2020 11:01 AM, "Andras Pahi" wrote: > Hi Mike, > > pil32, x64 means you’ve built the contents of the src/ dir in x64 mode ? > pil32, x64 - means gcc and voidlinux-x64 compiled-supports multilib. I use pil32 and pil64 on the same machine, I always in pil64

Re: picoLisp 19.12: variable length array in structure fixes

2020-04-20 Thread Mike
min pil32, 686, -O3 - 7 min VLA patch, 686 - 10 min p.s. I will create patch and will store in tankf33der repo. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: picoLisp 19.12: variable length array in structure fixes

2020-04-19 Thread Mike
ure # pow redefined // hangs in advent2015/code2015.l // is it hangs or very-very slow? // the same in crypto/test.l !!! Super goal - huge.l should pass all code with your patch set. p.s. I dont have enough energy right now to debug all this. (mike) -- UNSUBSCRIBE: mailto:picolisp@softwa

pastebin service

2020-04-13 Thread Mike
hi all, https://git.envs.net/mpech/skudra I've implement pastebin (or ix.io) service to share code or snippets on PicoLisp web framework Comments and objections are very welcome. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Interning symbols in lib/simul.l

2020-04-12 Thread Mike
> I'm studying lib/sumul.l, specifically the 'grid function. In my repo you would find a lot of usage examples for grid: https://git.envs.net/mpech/tankf33der/ (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: xxhash

2020-03-20 Thread Mike
http://rosettacode.org/wiki/Find_duplicate_files#PicoLisp > https://git.envs.net/mpech/xxhash-picolisp > This binding I will use in this task: > http://rosettacode.org/wiki/Find_duplicate_files (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

xxhash

2020-03-20 Thread Mike
hi all, https://git.envs.net/mpech/xxhash-picolisp This binding I will use in this task: http://rosettacode.org/wiki/Find_duplicate_files BTW, I have a collection of hashes implemented on PicoLisp: https://git.envs.net/mpech/tankf33der/src/branch/master/hash (mike) -- UNSUBSCRIBE

Re: pil21 repo

2020-02-20 Thread Mike
>> Someday all this must move to github.com/picolisp. >> @Mansur will take care. > > Why not use sr.ht ? > It fully supports W3C accessibility guidelines. o) Because github.com is free o) Better have one point of entry o) No one will pay for sr.ht account (in general

pil21 repo

2020-02-20 Thread Mike
to github.com/picolisp. @Mansur will take care. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pil21, some progress

2020-02-12 Thread Mike
[picolisp.bc] Error 1 > Attention: you *must* provide LLVM toolchain (llvm-xxx, clang) of one version! Void linux has the same issue, so i use archlinux-based for pil21. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Installation and update

2020-01-07 Thread Mike
hi all, I've wrote all information how I do install and update of PicoLisp over all my machines. Page contains 3 variations how to bootstrap to pil64. https://git.envs.net/mpech/tankf33der/src/branch/master/install-picolisp.md Comments and updates are welcome (mike) -- UNSUBSCRIBE

Re: compilation benchmark

2019-08-19 Thread Mike
August 15, 2019 11:21 AM, "Mike" wrote: > hi all, > > https://picolisp.com/wiki/?compilationbenchmark > Next week I will post this link to HN, lobste.rs and reddit.com/r/lisp > If you have something to edit or add please do. > Posted: https://news.ycombinato

compilation benchmark

2019-08-15 Thread Mike
hi all, https://picolisp.com/wiki/?compilationbenchmark Next week I will post this link to HN, lobste.rs and reddit.com/r/lisp If you have something to edit or add please do. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: rolling release process

2019-07-14 Thread Mike
n/picolisp/src/default https://github.com/picolisp/picolisp I have ~6 repos in multirepo setup https://linux.die.net/man/1/mr my daily use: # mr up // if picolisp fetched something new # cd picolisp/src64 # make BTW, i run pil from picolisp root $ which pil /home/mpech/picolisp/pil

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Mike
> # VIP @lib/vip/draw.l > (box 3 4 10 15) > > then open it with 'vip' and press "v" to view the drawing, I suspect it > crashes > too. Is that the case? > No, It draw a box -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Mike
.land try saving via :w > > czw., 4 lip 2019 o 12:03 Mike napisał(a): > >> I've never used vip before and dont understand what steps I should do to >> crash >> >> July 4, 2019 12:51 PM, "Alexander Burger" wrote: >> >>> On Tue, Jul 02,

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Mike
I've never used vip before and dont understand what steps I should do to crash July 4, 2019 12:51 PM, "Alexander Burger" wrote: > On Tue, Jul 02, 2019 at 06:58:21PM +0900, Alexander Burger wrote: > >> On Tue, Jul 02, 2019 at 11:28:19AM +0200, Wojciech Gac wrote: >> Weird... I've updated

Re: Limitation of grid from @lib/simul.l

2019-07-04 Thread Mike
+1 ok July 4, 2019 12:51 PM, "Alexander Burger" wrote: > On Tue, Jul 02, 2019 at 10:07:43AM +0900, Alexander Burger wrote: > >> Hi Wojtek, Mike, >> >> Speaking of readability, we could have a naming scheme not limited by the >> 26 columns if we used l

Re: Limitation of grid from @lib/simul.l

2019-07-01 Thread Mike
July 1, 2019 5:50 PM, "Wojciech Gac" wrote: > I see. Thanks for clarifying and for the example. > BTW, I have a huge collection of grid usage in my repo: https://bitbucket.org/mihailp/tankfeeder/src/default/ (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: why is there no setf in picolisp?

2019-06-27 Thread Mike
https://github.com/picolisp/picolisp/blob/dev/misc/setf.l June 27, 2019 8:06 AM, "Bruno Franco" wrote: > Soo, yeah. I'm studying common lisp, and coming from picolisp setf confused > me at first. The > concept does not seem to appear on picolisp, and I wondered why its not there. > > The

Re: pgint.l

2019-01-16 Thread Mike
> I'm happy to announce that I released my small library to interfacing with > PostgreSQL -- > https://gitlab.com/Abel-ze-Normand/pgint.l Tested: centos7 psql-9.2.xx -> works voidlinux psql-9.6.xx -> works (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Function similar to Scheme 'foldl'?

2018-10-09 Thread Mike
hi all, My demo code to mimic racket's reference: https://bitbucket.org/mihailp/tankfeeder/src/default/foldl.l (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Function similar to Scheme 'foldl'?

2018-10-08 Thread Mike
quired in core. What you intent to do ? Truly, I cant imagine when somebody needs it, because (foldl cons '() '(1 2 3 4)) is (reverse) and (foldl + 0 '(1 2 3 4)) is (sum) (mike) > ​/Jon -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Irc channel attacked

2018-08-01 Thread Mike
Hi all, Irc channel #picolisp attacked by bots. https://irclog.whitequark.org/picolisp/2018-08-01 Any ideas how to defend? (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: picolisp at last ?

2018-07-15 Thread Mike
ux.tgz # gunzip x86-64.linux.tgz # tar xf x86-64.linux.tar # cd src64/ # make # pil + : (version) 18.7.14 -> (18 7 14) : (== 1 1) -> T : *OS -> "Linux" : Happy coding, (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: how to determine pil 64bit/32bit version?

2018-07-13 Thread Mike
> > I don't know how to check whether on a rasp runs the 32bit or 64bit version > of picolisp. > (unless (== 64 64) (msg "pil64 required") (bye 1) ) (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: address sanitize

2018-07-05 Thread Mike
> > why would we want address sanitation? Because i wanted check correctness. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

address sanitize

2018-07-04 Thread Mike
, (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: tankfeeder ?

2018-06-18 Thread Mike
June 18, 2018 12:02 PM, "Jean-Christophe Helary" wrote: > What is the content of that repository ? as you can see just collection of picolisp code. file huge.l contains the most important parts and used as unit test for releases. (mike) -- UNSUBSCRIBE: mailto:picolisp@so

signify

2018-04-16 Thread Mike
hi all, https://bitbucket.org/mihailp/signify-pil/src signify variation, tests and comments are welcome. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pretty 3 space indentation

2018-04-05 Thread Mike
> Why pretty is adding exactly 3 spaces at the new line? I dont see spaces and colors when coding on PicoLisp, only cells in memory. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Chinese input causes mess in the REPL

2018-01-26 Thread Mike
native' then pil32 will be out of field. Generic tables and lookup is enough for the next 20 years. (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

cartesian product

2018-01-22 Thread Mike
items in product, sum all numbers: o) coroutines - 1.9secs o) manual - 1.4secs Its ok. Happy coding, (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Unsubscribe

2018-01-02 Thread Mike
Good bye Mike <mike.pech...@gmail.com> :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

AdventOfCode 2017

2018-01-02 Thread Mike Pechkin
and patches are welcome, (mike)

Re: Two questions regarding 'native'

2017-10-24 Thread Mike Pechkin
​Alfonso, Make a post on reddit.com/r/lisp​ > I've created a public Bitbucket repository with my work so far, including > some examples. > https://bitbucket.org/alfonsovillen/picolispffi > > I don't know if someone will be interested in it, but I'm having fun doing > it. >

Re: Differences of Stack and List data structures

2017-10-01 Thread Mike Pechkin
hi, good startpoints: http://rosettacode.org/wiki/Stack#PicoLisp http://rosettacode.org/wiki/Singly-linked_list/Element_definition#PicoLisp On Sun, Oct 1, 2017 at 3:49 PM, stayfirefo...@outlook.com < stayfirefo...@outlook.com> wrote: > > > > > Sent from Mail

Re: PicoLisp on quora.com

2017-09-26 Thread Mike Pechkin
> > > Uh, oh, this is really tough. ​Just one smart paragraph. (mike) ​

PicoLisp on quora.com

2017-09-26 Thread Mike Pechkin
hi all, Can somebody answer to this ? https://www.quora.com/unanswered/What-is-the-difference-between-PicoLisp-and-Common-Lisp (mike)

Re: (rand) audit

2017-08-30 Thread Mike Pechkin
On Tue, Aug 29, 2017 at 6:05 PM, Jakob Eriksson wrote: > What does that mean? > ​in general it means (rand) function generates good pseudo random numbers checked by special software.

(rand) audit

2017-08-29 Thread Mike Pechkin
/rng/?at=default Happy hacking, (mike)

Re: anyone tried cygwin or mingw recently?

2017-07-10 Thread Mike Pechkin
> > > Does MSYS handle fork? > > ​yes.​

Re: anyone tried cygwin or mingw recently?

2017-07-06 Thread Mike Pechkin
Richard, I've compile picoLisp under msys (http://www.msys2.org/) and 'ctl' locking works here. You should a try. On Wed, Jul 5, 2017 at 4:20 PM, Alexander Burger <a...@software-lab.de> wrote: > On Wed, Jul 05, 2017 at 02:27:34PM +0200, Richard Z wrote: > > > We now checke

Re: anyone tried cygwin or mingw recently?

2017-07-02 Thread Mike Pechkin
On Sun, Jul 2, 2017 at 8:07 PM, Richard Z wrote: > Hi, > > noticed that the code still has > > #ifdef __CYGWIN__ > #include > #define fcntl(fd,cmd,fl) 0 > #endif > ​on my cygwin it compiles and pass buildin tests without code above

Re: single letters

2017-06-16 Thread Mike Pechkin
https://bitbucket.org/mihailp/tankfeeder/src/70c0cfb9e8e3adf4737f70a23a9d4b615d74e4ff/onechar.l?at=default=file-view-default On Sat, Jun 17, 2017 at 5:31 AM, Christopher Howard < christopher.how...@qlfiles.net> wrote: > Hi list. In picolisp, what would be the simplest way to check if a > string

  1   2   3   >