Re: CentOS 7 x64

2015-12-21 Thread Mike Pechkin
if you run "make all" add to list: ... glibc-devel openssl-devel Mike On Mon, Dec 21, 2015 at 5:35 PM, Mike Pechkin wrote: > hi, > > when centos installed from centOS7-Miminimal.iso you should install > required rpm by: > $ yum install gcc glibc-devel.i686 libs

Re: CentOS 7 x64

2015-12-21 Thread Mike Pechkin
hi, when centos installed from centOS7-Miminimal.iso you should install required rpm by: $ yum install gcc glibc-devel.i686 libstdc++-devel.i686 Mike On Mon, Dec 21, 2015 at 4:58 PM, Mike Pechkin wrote: > hi, > > news from porting sandbox: > checked, pil32 and pil64 compiles on

Re: CentOS 7 x64

2015-12-21 Thread Mike Pechkin
hi, news from porting sandbox: checked, pil32 and pil64 compiles on CentOS7 out of box, when all required rpms are installed. Mike On Mon, Dec 21, 2015 at 3:34 PM, Mike Pechkin wrote: > hi, > > latest picolisp (32 and 64) cant compile on CentOS 7 out of box. > installing to vmw

Re: bitmaps from random

2015-12-21 Thread Mike Pechkin
yes, influenced by http://goo.gl/zhTijq On Mon, Dec 21, 2015 at 3:43 PM, Mike Pechkin wrote: > hi, > > bitmaps from (rand) from pil32 and pil64 > done by "convert" from ImageMagic soft. > > now looks ok. > http://imgur.com/a/bYaAr > > Mike > >

bitmaps from random

2015-12-21 Thread Mike Pechkin
hi, bitmaps from (rand) from pil32 and pil64 done by "convert" from ImageMagic soft. now looks ok. http://imgur.com/a/bYaAr Mike

CentOS 7 x64

2015-12-21 Thread Mike Pechkin
hi, latest picolisp (32 and 64) cant compile on CentOS 7 out of box. installing to vmware to check. plz, stand by. Mike

Re: SHA3

2015-12-15 Thread Mike Pechkin
​hi,​ Don't forget to link to your stuff from picolisp.com if it's not already > there. > > ​I dont know how to handle this better. Mike

SHA3

2015-12-14 Thread Mike Pechkin
implement testing over original test vectors later o) minimum GC mess o) first time use function (swap), beauty o) keccak allow create your wrap functions to obtain the balance between speed and security Comments are welcome Mike

Re: AES on PicoLisp

2015-12-09 Thread Mike Pechkin
t (add) to code something custom and fun if wanted. Mike

functions collection

2015-12-09 Thread Mike Pechkin
e and will add stuff when find something fun. Feel free to show me your collection for review. Mike

AES on PicoLisp

2015-12-07 Thread Mike Pechkin
rypto/?at=default Next will be SHA3 and Curve25519. p.s. If you have something real fun to implement let me know. Mike

Re: New article about bin/ssl

2015-11-23 Thread Mike Pechkin
dont forget link to reddit/r/lisp On Mon, Nov 23, 2015 at 9:09 AM, Mansur Mamkin wrote: > Hi all! > I've written article about using bin/ssl, but haven't yet linked it > anywhere, you can found it here: http://picolisp.com/wiki/?ssl > > I ask Alex to link it to convenient place. > > Also, I wou

picodb

2015-11-07 Thread Mike Pechkin
'm in. Mike

Re: aix + netbsd

2015-10-20 Thread Mike Pechkin
Kuba, sent you private email a week ago. Any news ? On Tue, Oct 13, 2015 at 12:14 PM, Kuba Tyszko wrote: > I’m sure we could arrange a server access for you if that’s necessary, > > Cheers > > > On Oct 12, 2015, at 4:44 PM, Mike Pechkin wrote: > > > > On Mon, Oc

Re: aix + netbsd

2015-10-13 Thread Mike Pechkin
hi, I will take it. I will contact you in private. On Tue, Oct 13, 2015 at 12:14 PM, Kuba Tyszko wrote: > I’m sure we could arrange a server access for you if that’s necessary, > >

Re: aix + netbsd

2015-10-12 Thread Mike Pechkin
On Mon, Oct 12, 2015 at 11:13 AM, George Orais wrote: > Nice! Thanks Mike! Btw, any chance for IRIX? :) > ​status unknown. is non-root account ​available ? Mike

aix + netbsd

2015-10-12 Thread Mike Pechkin
hi, News from porting sandbox. Latest AIX 7.1 (7100-03-05-1524) and NetBSD 7.0 compiled out of box and passed tests. Mike

static pages site

2015-09-28 Thread Mike Pechkin
hi,  any static site generators written on picolisp? Mike

Re: Setting up PicoLisp on Linode

2015-09-28 Thread Mike Pechkin
No IRC? Contact me by private mail. On Sun, Sep 27, 2015 at 9:33 PM, Robert Herman wrote: > I'm not too familiar with IRC. Give me a few days? Thanks. > > Rob > > On 25 September 2015 at 23:32, Mike Pechkin > wrote: > >> hi, >> >> I can (wa

'cache' without 'prg'

2015-09-25 Thread Mike Pechkin
hi, As you can see in ChangeLog cache function have new feature, it can returns 'var' now. Added in 3.1.11.9. http://picolisp.com/wiki/?ArrayAbstinence http://pastebin.com/3GswH5fQ Mike

Re: Setting up PicoLisp on Linode

2015-09-25 Thread Mike Pechkin
hi, I can (want?) try. IRC channel is good start point. Mike On Fri, Sep 25, 2015 at 6:14 PM, Robert Herman wrote: > Anybody have any hints, leads or tips on getting PicoLisp running on a > Linode server? I'd like to see if I can setup a PicoLisp-based site. I have > no ex

Re: ideone

2015-09-17 Thread Mike Pechkin
this is minipicolisp. On Fri, Sep 18, 2015 at 9:28 AM, Mike Pechkin wrote: > hi, > > %subj% now supports picolisp. > http://ideone.com/tWUsPM > > Mike > >

ideone

2015-09-17 Thread Mike Pechkin
hi, %subj% now supports picolisp. http://ideone.com/tWUsPM Mike

Gorlansky lisp book, 800+ tasks

2015-08-27 Thread Mike Pechkin
://software-lab.de Mike

Re: The `if-let` construct

2015-08-09 Thread Mike Pechkin
hi all, I totally dont like it. I vote. All this useless. Can you write here #Usage examples of (if-let) in current language feature set? Coder already have all needed, like in forth. If coder want, it have all required to implement this by himself. Like reduce and -> from clojure I've used to emu

Re: PicoLisp now detected on GitHub

2015-06-19 Thread Mike Pechkin
https://bitbucket.org/site/master/issue/11476/ On Wed, Jun 17, 2015 at 6:48 PM, Christophe Gragnic < christophegrag...@gmail.com> wrote: > Hi list. > > They even spelled it correctly ! > https://github.com/github/linguist/pull/2449#issuecomment-112829159 > See one of your repos or this one: > htt

4clojure tasks in PicoLisp

2015-04-29 Thread Mike Pechkin
stuff are welcome. p.s. Alexander Burger (author of PicoLisp) is free for hiring. CV available by request. http://software-lab.de Mike

HP-UX porting

2015-03-26 Thread Mike Pechkin
hi, Patch in attach against latest picolisp for HPUX (11v3, ia64). Compiles and passes tests. p.s. 11v2 should work too with additional hacks. Mike hp-ux.patch Description: Binary data

Re: push1q vs. push1, I'm slightly confused

2015-01-27 Thread Mike Pechkin
hi, Start point to understand difference is difference between (member) vs.(memq) and (=) vs. (==) http://software-lab.de/doc/ref.html#cmp Mike

subscribe

2015-01-10 Thread Mike

Re: 2048-like game

2014-10-28 Thread Mike Pechkin
icing move data inside grid. Prepearing for rosetta's grid tasks. Mike

2048-like game

2014-10-27 Thread Mike Pechkin
hi, http://pastebin.com/ki3uQDFF Initial version of game based on grids from @lib/simul.l. Finish if 512 or out of cells. Just works, have fun. Mike

try picolisp

2014-08-28 Thread Mike Pechkin
hi, Is it hard to implement minimalist version of minipicolisp in browser ? Like http://tryclj.com/ ? Mike

tshirt(s)

2014-08-04 Thread Mike Pechkin
hi, Tshirt to support project. Cute proportional text like this: http://imgur.com/KVBmjN8 http://imgur.com/P7bjZdQ anyone ?

Subscribe

2014-05-15 Thread Mike Pechkin

subscribe

2014-05-15 Thread Mike Pechkin

<    1   2   3