Re: First post

2016-11-17 Thread CILz
Hello, Thanks for all your suggestions/ideas regarding using PicoLisp DB as a kind of graph database. I now have to experiment... Best, Eric Le 17/11/2016 à 23:17, andr...@itship.ch a écrit : Declarations: I have now experience in actually using any graph databases. One could simply

Re: First post

2016-11-17 Thread andreas
s/Declarations/Disclaimer s/now/no sorry for broken English... - Original Message - From: andr...@itship.ch [mailto:andr...@itship.ch] To: picolisp@software-lab.de Sent: Thu, 17 Nov 2016 23:17:13 +0100 Subject: Re: First post Declarations: I have now experience in actually using any

Re: First post

2016-11-17 Thread andreas
ginal Message - From: Alexander Burger [mailto:a...@software-lab.de] To: picolisp@software-lab.de Sent: Wed, 16 Nov 2016 16:09:51 +0100 Subject: Re: First post On Wed, Nov 16, 2016 at 03:52:02PM +0100, Joh-Tob Schäg wrote: > Just out of curiosity: > Is there a more elegant way to have links w

Re: First post

2016-11-16 Thread Alexander Burger
On Wed, Nov 16, 2016 at 03:52:02PM +0100, Joh-Tob Schäg wrote: > Just out of curiosity: > Is there a more elegant way to have links with properties than the way i > mentioned? No, looks good. The person objects are connected via +Link's or +Joint's, and may of course have properties like a year

Re: First post

2016-11-16 Thread Joh-Tob Schäg
Dear Regenaxer, Just out of curiosity: Is there a more elegant way to have links with properties than the way i mentioned? Am 16.11.2016 15:44 schrieb "Alexander Burger" : > Hi Joh-Tob, Eric, > > > i talked about storing Pilog rules in a database with Regenaxer(Alexander >

Re: First post

2016-11-16 Thread Alexander Burger
Hi Joh-Tob, Eric, > i talked about storing Pilog rules in a database with Regenaxer(Alexander > Burger) before. He did it once. Yes, that simply stored Pilog rules (which are Lisp data) in DB objects, and called 'goal' and 'prove' on them. Of course, you can create DB objects with any kinds of

Re: First post

2016-11-16 Thread Joh-Tob Schäg
Am 16.11.2016 08:59 schrieb "CILz" : > > Hello freeemint_, > > Thanks for your answer. May be Alexander will be able to give us some tips. As we all do. > > Regarding my second question, I wonder if we can build Lisp statements (not Pilog ones) and commit them to the database

Re: First post

2016-11-15 Thread CILz
Hello Joh-Top, Thanks for your answer. May be Alexander will be able to give us some tips. Regarding my second question, I wonder if we can build Lisp statements (not Pilog ones) and commit them to the database to translate: Person 'Vincent' LOVES Person 'Mia' since '2015' In other

Re: First post

2016-11-15 Thread CILz
Hi Brad, In fact we already have "a-kind-of" graph database! Isn't Prolog all about relation? And Pilog is Prolog on top of PicoLisp, no? When we write: (be person (Vincent)) (be person (Mia)) (be loves (Vincent Mia 2015)) we define a relation called 'loves' between two

Re: First post

2016-11-14 Thread CILz
Neo4j is the graph database behind www.gdpr-ui.eu . Neo4j is really powerfull and its query language cypher is damned simple to start with! 'vivace-graph' looks interesting, I will have a look at it... Thanks. Best, Eric Le 14/11/2016 à 13:24, Brad Collins a écrit : A graph database

Re: First post

2016-11-14 Thread CILz
Dear All, Thank you very much for your warm welcome :). It's very much appreciated. Best, EricC Le 14/11/2016 à 11:15, andr...@itship.ch a écrit : Hi Eric Warmly welcome to our community :) No fear, you will soon look through things. I felt the same, but the community is very friendly and

RE: First post

2016-11-14 Thread andreas
Hi Eric Warmly welcome to our community :) No fear, you will soon look through things. I felt the same, but the community is very friendly and especially Alexander is extremely helpful. I recommend again to join us in IRC :) - Original Message - From: CILz [mailto:cilz...@cilzone.fr]

Re: First post

2016-11-12 Thread Joe Bogner
Hello Eric! Thanks for the introduction. Welcome! Looking forward to your questions! On Sat, Nov 12, 2016 at 9:45 AM, CILz wrote: > Dear list, > > I take the opportunity of this first post to introduce myself as well as the > reasons for which I come here. > > I am not a

Re: First post

2016-11-12 Thread Alexander Burger
Hi Eric, > Any way, I have it up an running on my linux box ... so expect me to ask > very basic questions soon :) Welcome! Please let us know how we can help. As beneroth wrote in another mail today, it might be also a good idea to visit the #picolisp IRC channel at freenode.net :) ♪♫ Alex --