Re: Arrays

2017-04-13 Thread Alexander Burger
On Thu, Apr 13, 2017 at 09:51:14AM -0700, Lindsay John Lawrence wrote: > The 'lack' of arrays has been a non-issue in picolisp for me so far. I've For me too. Perhaps we should also point to https://picolisp.com/wiki/?arrayabstinence Also, > 4) From what I understood one of the arguments

Re: PilMCU status

2017-04-13 Thread Kuba Tyszko
Hi Geo, Wow, this is so cool, we all thought you went completely missing but it seems you’ve been putting a ton of work into this, including a whole PCB “motherboard” (I remember your original prototype was simply using an Altera dev board). I haven’t finished watching the video but gotten up

Re: PilMCU status

2017-04-13 Thread Alexander Williams
Hi Geo, This is so amazing!! Thank you so much for the video. I think others will likely ask, but is this going to be licensed openly? hardware designs etc open sourced on GitHub? How quickly can you make more of these boards? I'm currently also living in Japan and would love to get my hands on

Re: PilMCU status

2017-04-13 Thread George Orais
Hi Kuba, Christopher and AW! Sorry but let me reply you all in just one post. > Hi Geo, Hey Kuba! > Wow, this is so cool, we all thought you went completely missing but it seems > you’ve been putting a ton of work into this, including a whole PCB > “motherboard” (I remember your

Re: PilMCU status

2017-04-13 Thread Alexander Williams
Geo, definitely if you have spare time between job searching, I want to try it :D I live in Kamakura (near the beach) and have a couple iCE40 8K dev FPGA boards ( http://www.latticesemi.com/en/Products/DevelopmentBoardsAndKits/iCE40HX8KBreakoutBoard.aspx) if you want to borrow one to test. It

Arrays

2017-04-13 Thread Lindsay John Lawrence
The 'lack' of arrays has been a non-issue in picolisp for me so far. I've been generating and manipulating some pretty substantial bitmaps using notation like this. 2-D Array: (setq *Img (make (do Size (link (need Size 0) Write: (let (Bit (rand 0 1)) (for Pt *Plot (set (nth *Img

Re: PilMCU status

2017-04-13 Thread Christopher Howard
Hi, this looks very cool. I'm very impressed. A few questions: 1) When do you start crowdfunding so we can preorder? 2) Is this (or will this be) an open hardware project? 3) Are there PilMCU codes to be released in some repo or tarball? 4) From what I understood one of the arguments against