Re: Fridays for Functions (Was: PilCon 2020)

2020-07-03 Thread C K Kashyap
OopsI did not plan my day well...its at 1am here :(I'll have to join in the morning to see if the meeting is still on. On Thu, Jul 2, 2020, 6:43 PM Bruno Franco wrote: > Unfortunately, 8 UTC is too early for me XD, I'll have to wait for the 16 > UTC meeting > > On Thu, Jul 2, 2020 at 12:

Re: Fridays for Functions (Was: PilCon 2020)

2020-07-03 Thread Alexander Burger
On Fri, Jul 03, 2020 at 12:53:03AM -0700, C K Kashyap wrote: > OopsI did not plan my day well...its at 1am here :(I'll have to > join in the morning to see if the meeting is still on. Oh, a pity! Sorry, we just finished :( Surely in 2 weeks it is better (16 UTC) ☺/ A!ex -- UNSUBSCRIBE:

Re: Fridays for Functions (Was: PilCon 2020)

2020-07-03 Thread Domingo Alvarez Duarte
Hello all ! After participating on the jitisi meeting today I edited this page https://picolisp.com/wiki/?PCE and added direct links to rosettacode picolisp examples (with #PicoLisp). I used this two lua scripts to get/generate then: --local html = io.open("roseta-code.html"):read("*a"

Re: Fridays for Functions (Was: PilCon 2020)

2020-07-03 Thread Alexander Burger
Hi Domingo, > I used this two lua scripts to get/generate then: > > > > --local html = io.open("roseta-code.html"):read("*a") > local base_url = "http://rosettacode.org"; > local html = io.popen("curl " .. base_url .. > "/wiki/Category:PicoLisp"):read("*a") > > html = html:gsub("Pages in c