Subscribe

2017-09-17 Thread stayfirefo...@outlook.com
Hello, please subscibe me and tell me how send questions to the mailing list. Thank you

Subscribe

2017-09-17 Thread stayfirefo...@outlook.com
Hello everyone, My name is Barzi M. Ahmad, I a young person who is interested in Artificial General Intelligence, and of course I am interested in programming. I'd love to learn PicoLisp (the language, db, prolog engine, etc). I am appreciating your help for educating me.

I/O device access

2017-09-30 Thread stayfirefo...@outlook.com
Hello everyone, How can I access and receive signal from Camera and Microphone (and output signal to microphone) purely in PicoLisp?

RE: I/O device access

2017-09-30 Thread stayfirefo...@outlook.com
Thanks so much for the answer, but I don't intend to access camera on Android, nor taking picture. The first step of building a vision system for AGI is inputting signals or video. Regenaxer, remember I am here because of only reason, the goal of building the first AGI in the world. I'm a small

RE: I/O device access

2017-09-30 Thread stayfirefo...@outlook.com
-Original Message- From: picolisp@software-lab.de [mailto:picolisp@software-lab.de] On Behalf Of stayfirefo...@outlook.com Sent: Saturday, September 30, 2017 10:54 PM To: picolisp@software-lab.de Subject: RE: I/O device access Thanks so much for the answer, but I don't intend to a

RE: I/O device access

2017-09-30 Thread stayfirefo...@outlook.com
-Original Message- From: picolisp@software-lab.de [mailto:picolisp@software-lab.de] On Behalf Of stayfirefo...@outlook.com Sent: Saturday, September 30, 2017 11:19 PM To: picolisp@software-lab.de Subject: RE: I/O device access -Original Message- From: picolisp@software-lab.de

RE: I/O device access

2017-09-30 Thread stayfirefo...@outlook.com
BR, Geo On Sunday, October 1, 2017 5:44 AM, "stayfirefo...@outlook.com" wrote: -Original Message- From: picolisp@software-lab.de<mailto:picolisp@software-lab.de> [mailto:picolisp@software-lab.de<mailto:picolisp@software-lab.de>] On Behalf Of stayfirefo...

RE: I/O device access

2017-10-01 Thread stayfirefo...@outlook.com
t 03:26:52PM +0000, 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

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 stayfirefo...@outlook.com
You guys are right, I should search for answer by myself.