Re: I/O device access

2017-10-01 Thread Richard Z
On Sat, Sep 30, 2017 at 03:26:52PM +, stayfirefo...@outlook.com wrote: > Hello everyone, > How can I access and receive signal from Camera and Microphone (and output > signal to microphone) purely in PicoLisp? in Linux webcams create device nodes, watch the output of dmesg. To actually acces

RE: I/O device access

2017-10-01 Thread stayfirefo...@outlook.com
Sent from Mail for Windows 10 From: Richard Z Sent: Sunday, October 1, 2017 1:03 PM To: picolisp@software-lab.de Subject: Re: I/O device access On Sat, Sep 30, 2017 at 03:26:52PM +,

Differences of Stack and List data structures

2017-10-01 Thread stayfirefo...@outlook.com
Sent from Mail for Windows 10 Hello everyone, What are all differences of stack and list data structures?

Re: Differences of Stack and List data structures

2017-10-01 Thread Michel Pelletier
This is not a PicoLisp specific question. I'm sure many of us here want to encourage your interest in general programming concepts, but there are much better venues for you to get answers to questions like this. For example, on youtube the Kahn Academy has excellent tutorials on programming, whil

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: Differences of Stack and List data structures

2017-10-01 Thread stayfirefo...@outlook.com
You guys are right, I should search for answer by myself.