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.




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  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, while
most of them are in the Python programming language, the concepts are
entirely general and translate to all languages, including all lisps.  You
will likely find many lisp tutorials there as well.  As for stacks vs
lists, wikipedia has excellent articles on both:

https://en.wikipedia.org/wiki/Stack_(abstract_data_type)

https://en.wikipedia.org/wiki/Linked_list

You will get detailed responses to your questions on this list if you
constrain them to topics related to PicoLisp.

-Michel

On Sun, Oct 1, 2017 at 5:49 AM, stayfirefo...@outlook.com <
stayfirefo...@outlook.com> wrote:

>
>
>
>
> Sent from Mail  for
> Windows 10
>
> Hello everyone,
>
> What are all differences of stack and list data structures?
>


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: 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 +, 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 access them it might be handy to pipe from ffmpeg or similar
which will do all sorts of conversion, splitting into single images,
motion detection and who knows what else - if you manage to follow
all stackoverflow posts explaining how to do that:)


Richard

--
Name and OpenPGP keys available from pgp key servers


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



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 access them it might be handy to pipe from ffmpeg or similar
which will do all sorts of conversion, splitting into single images,
motion detection and who knows what else - if you manage to follow
all stackoverflow posts explaining how to do that:)


Richard

-- 
Name and OpenPGP keys available from pgp key servers


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


Re: I/O device access

2017-10-01 Thread Alexander Burger
Hi,

> Your reply is not appearing In English, but in weird symbols, I've attached a 
> screenshot, please look at it.  

Oh, sorry! This is probably due to the fact that PicoLisp can only handle UTF-8,
and your symbols are probably not in that encoding.

♪♫ Alex

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