Re: Beginner RESTful Web app in PicoLisp?

2017-08-18 Thread Christopher Howard
If somebody does not want to put their license on *every* source code file, I can live with that, unwise as it is. But it has to be at least mentioned once in the source code package! Or at least once in the place where you get the code from! I don't know how this works in the rest of the world,

Re: Beginner RESTful Web app in PicoLisp?

2017-08-17 Thread Alexander Burger
On Fri, Aug 18, 2017 at 07:44:33AM +0200, Alexander Burger wrote: > On Thu, Aug 17, 2017 at 06:05:20PM -0800, Christopher Howard wrote: > > Hi, this does look interesting! However, the license for the code is > > not stated clearly anywhere in the code or on the wiki, as near as I > > can tell. >

Re: Beginner RESTful Web app in PicoLisp?

2017-08-17 Thread Alexander Burger
On Thu, Aug 17, 2017 at 06:05:20PM -0800, Christopher Howard wrote: > Hi, this does look interesting! However, the license for the code is > not stated clearly anywhere in the code or on the wiki, as near as I > can tell. Uuhh, in what kind of world are we living!? In which people become paranoid

Re: Beginner RESTful Web app in PicoLisp?

2017-08-17 Thread Christopher Howard
Hi, this does look interesting! However, the license for the code is not stated clearly anywhere in the code or on the wiki, as near as I can tell. On Thu, 2017-08-17 at 09:30 +0300, Alexander Sharihin wrote: > Hello! > > If you want create rest app you can try this library: https://bitbuck >

Re: Beginner RESTful Web app in PicoLisp?

2017-08-17 Thread Jon Kleiser
Beautiful! Even works with 32-bit PicoLisp on Mac. ;-) /Jon > On 17. Aug, 2017, at 13:53, Alexander Burger wrote: > > Hi Christopher, > >> Hi, I want to create a really simple PicoLisp Web application that >> parses the URL, and does something. Probably something silly,

Re: Beginner RESTful Web app in PicoLisp?

2017-08-17 Thread Alexander Burger
Hi Christopher, > Hi, I want to create a really simple PicoLisp Web application that > parses the URL, and does something. Probably something silly, e.g., > visiting http://localhost/addition/2/2 returns a Web page showing 2+2 = > 4. Is there some small sample PicoLisp code I could look at or

Re: Beginner RESTful Web app in PicoLisp?

2017-08-17 Thread Alexander Sharihin
Hello! If you want create rest app you can try this library: https://bitbucket.org/iromero91/web.l/wiki/Home 2017-08-17 8:48 GMT+03:00 Christopher Howard : > Hi, I want to create a really simple PicoLisp Web application that > parses the URL, and does something.

Beginner RESTful Web app in PicoLisp?

2017-08-16 Thread Christopher Howard
Hi, I want to create a really simple PicoLisp Web application that parses the URL, and does something. Probably something silly, e.g., visiting http://localhost/addition/2/2 returns a Web page showing 2+2 = 4. Is there some small sample PicoLisp code I could look at or start with? I saw on