Re: PilCon tomorrow

2022-01-20 Thread Alexander Burger
On Wed, Jan 19, 2022 at 04:14:20PM +0100, Alexander Burger wrote: > talks like last time, we could have a look at the new Discrete-Event > Simulation > functions in @lib/simul.l (released in Pil21 yesterday). I prepared simple > demos > (a modified version of the dining philosophers, and funny ma

Re: PilCon tomorrow

2021-12-20 Thread Alexander Burger
Hi all, On Sun, Dec 19, 2021 at 07:09:46PM +0100, Alexander Burger wrote: > please note that tomorrow, 16:00 UTC, is PilCon again: > >https://meeting.itship.ch/PilCon Sorry for the inconvenience! Due to the log4 troubles our Jitsi server may be unavailable today. Beneroth is full power worki

Re: PilCon tomorrow

2021-09-20 Thread Jean-Christophe Helary
> On Sep 20, 2021, at 20:41, Mia Burger wrote: > > Hello, > > I created a small example in today's post: > > https://picolisp-blog.hashnode.dev/picolisp-explored-piping-from-the-command-line > > Hope it helps! Excellent :-) That: in is pretty much like do shell script "..." in Applescr

Re: PilCon tomorrow

2021-09-20 Thread Mia Burger
Hello, I created a small example in today's post: https://picolisp-blog.hashnode.dev/picolisp-explored-piping-from-the-command-line Hope it helps! Am 19.09.21 um 17:32 schrieb Alexander Burger: Hi Jean-Christophe, I won't be able to attend (UTC+9...) but I had a question *especially* after

Re: PilCon tomorrow

2021-09-19 Thread Alexander Burger
Hi Jean-Christophe, > I won't be able to attend (UTC+9...) but I had a question *especially* after > reading Mia's blog. > > How is it possible to "pipe" data to a pil script ? > > Something like > > myOtherScript's result | mypilscript.l This is not difficult. Just keep in mind that due to

Re: PilCon tomorrow

2021-09-19 Thread Jean-Christophe Helary
> On Sep 19, 2021, at 23:41, Alexander Burger wrote: > > Hi all, > > tomorrow, the 20th, we'll have a PilCon at 16:00 UTC. As ever on > > https://meeting.itship.ch/PilCon > > I think we have still Razzy's issues open, about Vip and terminals. But any > other ideas or questions are welcome

Re: PilCon tomorrow

2021-09-09 Thread Mia Burger
Hi! I will also participate. I have received some input ideas about possible blog content, I could share the updated "plan". :-) Mia Am 09.09.21 um 09:06 schrieb Alexander Burger: Hi all, tomorrow is the 10th, so let's have a PilCon at 8:00 UTC on https://meeting.itship.ch/PilCon Any i

Re: PilCon tomorrow

2021-09-09 Thread Alexander Burger
Hi Razzy, > I think I would find value in topics (most value on top): > vip workflow with focus on linux terminal interaction. (I know i missed > PilCons with vip topic.) > linux-terminals\picolisp interaction > linux processes\linux terminal interaction. Yes, good ideas! > I can offer introdu

Re: PilCon tomorrow

2021-09-09 Thread Radek Svoboda
Hi all, I think I would find value in topics (most value on top): vip workflow with focus on linux terminal interaction. (I know i missed PilCons with vip topic.) linux-terminals\picolisp interaction linux processes\linux terminal interaction. I can offer introduction to linux-fuzzy-search workfl

Re: PilCon tomorrow

2021-08-10 Thread Alexander Burger
On Mon, Aug 09, 2021 at 09:32:14AM +0200, Alexander Burger wrote: > 2. I could also show the new Pseudo TTY interface for PilBox, which allows to >connect an external terminal (e.g. from Termux) to a running PilBox. This >will allow much more comfort than the built-in REPL (e.g. edit lines

Re: PilCon tomorrow

2021-07-19 Thread Alexander Burger
Hi Thorsten, > I won't be able to participate during the whole meeting, maybe just half an > hour, and I already was in the first meeting about the topic. No problem, as you know most of the issues. > Would it be possible to use Picolisp as "super fat client" by installing > the server app on t

Re: PilCon tomorrow

2021-07-19 Thread Thorsten Jolitz
Hi Alex, I won't be able to participate during the whole meeting, maybe just half an hour, and I already was in the first meeting about the topic. But I have questions about distributed databases. Would it be possible to use Picolisp as "super fat client" by installing the server app on the clien

Re: PilCon tomorrow

2021-06-19 Thread O.Hamann
On 19.06.21 10:39, Alexander Burger wrote: > Please make up some questions and ideas. Hi, my 'colored picolisp source code viewer'(1) has made some progress. So we could look into it and discuss code and intention, if there's interest for. Regards, Olaf 1) 'Colored picolisp source code viewer

Re: PilCon tomorrow

2021-05-09 Thread Alexander Burger
Hi Mattias, > I could perhaps make a short presentation/ demo of an application I am > running in production? It is a simple app, so it could go well together > with the theme of showing more basic stuff? > > I'll try to prepare a bit this evening :) Perfect :) ☺/ A!ex -- UNSUBSCRIBE: mailto

Re: PilCon tomorrow

2021-05-09 Thread Mattias Sundblad
Hi, I could perhaps make a short presentation/ demo of an application I am running in production? It is a simple app, so it could go well together with the theme of showing more basic stuff? I'll try to prepare a bit this evening :) // Mattias On Sun, May 09, 2021 at 06:53:50AM +0200, Alexander

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-19 Thread Thorsten Jolitz
Hi Alex, thanks for your effort here, I can follow your reasoning, emulating Emacs produces a lot of commands , which is not exactly in the spirit of simplicity, and one can just adapt it's workflow instead of adding more commands. But maybe I can reuse your code anyway! Cheers Thorsten Alexander

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-18 Thread Alexander Burger
On Sun, Apr 18, 2021 at 07:13:50PM +0200, Alexander Burger wrote: > OK, thinking about it, I simplified it a little and will indeed use it > occasionally perhaps :) > >(de *F9 # Eval lines till mark "e" > (evCmd > (run (str (getText (jmpMark "e" ) ) > ... > So now I do "me"

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-18 Thread Alexander Burger
On Sun, Apr 18, 2021 at 06:51:26PM +0200, Alexander Burger wrote: > For example, put this into your .pil/viprc file: > >(de *F9 # Eval lines till mark > (evCmd > (run (str (getText (jmpMark (getch) NIL 1 ) ) OK, thinking about it, I simplified it a little and will indeed u

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-18 Thread Alexander Burger
Hi Thorsten, > that is cool, a bit like in Emacs, where you work in a major mode buffer > and eval expressions there, maybe sending the results to a repl buffer. Yeah, but I never missed these features, so I did not bother ;) > What do you think about some more enhancements in that spirit: > >

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-18 Thread Thorsten Jolitz
Hi Alex, that is cool, a bit like in Emacs, where you work in a major mode buffer and eval expressions there, maybe sending the results to a repl buffer. What do you think about some more enhancements in that spirit: [X] eval atom [X] eval expression [ ] eval definition/form (?) [ ] eval region [

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-18 Thread Alexander Burger
Hi all, when a question or request came up at PilCon about evaluating expressions in Vip's edit buffer, I explained how this works in a line-oriented way in the bottom command window. Now (version 21.4.18) I added a similiar feature to normal edit buffers: Hitting Ctrl-E (edit) on either an open

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-13 Thread pd
Hello all, I'm recorded the PilCon session but sadly I couldn't attend the whole session and thus set up a quick and dirty recording session, anyway I include the video to show what can be done. Next time will be better styled and fully recorded. I include a link to the video in vimeo as an exam

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-13 Thread polifemo
was the meeting recorded? where can I watch it? Vip is something I've wanted to hack for quite some time, but got really confused each time I tried to read it XD On Fri, Apr 9, 2021, 11:14 Cesar Rabak wrote: > Good for me too. > > Thanks for all the replies so far! > > l look forward to the nex

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-09 Thread Cesar Rabak
Good for me too. Thanks for all the replies so far! l look forward to the next meeting at 16h00 UTC! On Fri, Apr 9, 2021 at 12:53 PM Alexander Burger wrote: > On Fri, Apr 09, 2021 at 05:27:59PM +0200, pd wrote: > > this time I will try to record the session if you all agree (and if I can > >

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-09 Thread Alexander Burger
On Fri, Apr 09, 2021 at 05:27:59PM +0200, pd wrote: > this time I will try to record the session if you all agree (and if I can > attend) For me it is OK ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-09 Thread pd
this time I will try to record the session if you all agree (and if I can attend) regards On Fri, Apr 9, 2021 at 9:44 AM Alexander Burger wrote: > Hi all, > > let's have a PilCon tomorrow (10th of Aqril, 8:00 UTC)! > As ever, at https://meeting.itship.ch/PilCon > > If no questions, I might talk

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-09 Thread Alexander Burger
Hi Cesar, > As I'm a newcomer and customs are already in place, I want just to point > out that 8:00 UTC is an European centric time, and for this humble > interested party in this corner of the World it means I would have to > attend at 5 o'clock local time 😶... We are aware of this problem, and

Re: PilCon tomorrow (Anatomy of Vip)

2021-04-09 Thread Cesar Rabak
As I'm a newcomer and customs are already in place, I want just to point out that 8:00 UTC is an European centric time, and for this humble interested party in this corner of the World it means I would have to attend at 5 o'clock local time 😶... May I suggest other/next meetings could be arranged

Re: PilCon tomorrow

2021-03-09 Thread Alexander Burger
Hi Christian, > > tomorrow, the 10th, we'll have the early PilCon at 8:00 UTC :) > > How can one join the fun? We meet the 10th each month at 8:00 UTC (thus 9:00 in central Europe), and the 20th each month at 16:00 UTC, on https://meeting.itship.ch/PilCon Sorry, I forgot to mention: Like l

Re: PilCon tomorrow

2021-03-09 Thread Christian Kellermann
* Alexander Burger [210309 09:10]: > Hi all, > > tomorrow, the 10th, we'll have the early PilCon at 8:00 UTC :) > > If there are no urgent questions, I could talk about some typical "Hazards" in > PicoLisp, perhaps with a focus on FEXPRs. How can one join the fun? -- May you be peaceful, may

Re: PilCon tomorrow

2021-02-19 Thread Alexander Burger
On Fri, Feb 19, 2021 at 03:23:53PM +0100, Alexander Burger wrote: > next PilCon in 24 hours and 36 minutes! To be excat: At 16:00 UTC (e.g. 17:00 CET). -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PilCon tomorrow

2021-02-19 Thread Alexander Burger
On Fri, Feb 19, 2021 at 03:23:53PM +0100, Alexander Burger wrote: > next PilCon in 24 hours and 36 minutes! To be exact: At 16:00 UTC (e.g 17:00 CET). -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PilCon tomorrow

2020-10-22 Thread pd
El mar., 20 oct. 2020 14:13, Laurent A > > Though I agree that without at least a table of content — meaning more > time > spent on the thing — it wouldn’t be as useful: the ability to skip a > subject one > isn’t interested in is the big advantage I find to the list! :-) > TOC can be made in pos

Re: PilCon tomorrow

2020-10-20 Thread Alexander Burger
Hi Laurent, > However, since the PilCon started, I noticed that the mailing list dried up… Oh, hmm, then let's try to keep it up :) > I attended to most of the PilCon last Friday > (anonymously and silently and it was mostly > way over my head) for the first time, and I > think that part of the

Re: PilCon tomorrow

2020-10-20 Thread Laurent Artaud
Le 20/10/2020 à 07:38, Alexander Burger a écrit : I think there is no single video stream. PilCon is not a linear presentation suitable for a youtube video. At least this is *my* impression. I use the smartphone App to communicate, frequently switching manually between the views, and a desktop b

Re: PilCon tomorrow

2020-10-19 Thread Alexander Burger
Dear pd, On Sat, Oct 17, 2020 at 02:10:20PM +0200, pd wrote: > it would be great if someone attending the meeting could record the event, > just capturing sound and video while attending it. This question popped up here several times, and we often discussed it in IRC. And again at PilCon last Fri

Re: PilCon tomorrow

2020-10-18 Thread Edgaras Šeputis
Yes recordings would be very welcome, even though I do not have time to watch them live, and am mostly very passive lurker of community, I find it fascinating, so would most likely watch at least parts of recordings. Note that them being on youtube could even help growing community! If jitsis jibri

Re: PilCon tomorrow

2020-10-17 Thread pd
it would be great if someone attending the meeting could record the event, just capturing sound and video while attending it. This way the meeting could be uploaded to youtube or another video streaming repository for public access (If A. Burger agrees, of course). I try to plan and reserve time

Re: PilCon tomorrow

2020-10-15 Thread Alexander Burger
On Thu, Oct 15, 2020 at 03:03:22PM +0200, pd wrote: > that's good for me. Also we can continue talking about pendent proposals in > proposals list Right. We also have items on the list from last time. I will update it. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PilCon tomorrow

2020-10-15 Thread pd
On Thu, Oct 15, 2020 at 7:30 AM Alexander Burger wrote: > > > Any proposals? From my side, I could report a little about the state of > pil21 > > that's good for me. Also we can continue talking about pendent proposals in proposals list regards

Re: PilCon tomorrow

2020-10-15 Thread Alexander Burger
Hi Olaf, thanks, good and valid questions. Let's talk about them! ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PilCon tomorrow

2020-10-15 Thread O.Hamann
On 15.10.20 07:24, Alexander Burger wrote: > Any proposals? From my side, I could report a little about the state of pil21 I could show a simple serverSentEvents + svg.l combination. And where I got stuck Why   (serverSend *Sse (pack "Hello " "World")) won't work, while (serverSend *Sse "He

Re: PilCon tomorrow

2020-10-01 Thread Alexander Burger
Hi Manuel, > Where is the PilCon? https://meeting.itship.ch/PilCon ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PilCon tomorrow

2020-10-01 Thread Manuel Cano
Where is the PilCon? Kind regards, Manu El jue., 1 oct. 2020 a las 8:34, Alexander Burger () escribió: > Hi all, > > tomorrow, Fri 8:00 UTC we have PilCon again :) > > Any requests or proposals? > > ☺/ A!ex > > -- > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe >

Re: PilCon tomorrow

2020-10-01 Thread Karl-Heinz Kreis
Am Thu, 1 Oct 2020 16:47:07 +0200 schrieb "O.Hamann" : > On 01.10.20 08:29, Alexander Burger wrote: > > Any requests or proposals? > > > Just some ideas ... if nothing else comes up ... > > (I created this earlier, before the post of pd, so perhaps we could > add this at the end of an (imagin

Re: PilCon tomorrow

2020-10-01 Thread Alexander Burger
Hi Olaf, wow, an impressive list ... Seems we have stuff for many sessions :) ☺/ A!ex > Just some ideas ... if nothing else comes up ... > > (I created this earlier, before the post of pd, so perhaps we could add > this at the end of an (imaginary) list of topics for the next > opportunities ..

Re: PilCon tomorrow

2020-10-01 Thread Alexander Burger
Hi Edgaras, > I'm just a super passive lurker/observer of picolisp, since I do not have > too much time to be involved, but nevertheless I think it has lots of > interesting things to offer, and would like to see what is being > discussed/shown. Is there any place where videos from conferences are

Re: PilCon tomorrow

2020-10-01 Thread O.Hamann
On 01.10.20 08:29, Alexander Burger wrote: > Any requests or proposals? Just some ideas ... if nothing else comes up ... (I created this earlier, before the post of pd, so perhaps we could add this at the end of an (imaginary) list of topics for the next opportunities ... ) - What about talking

Re: PilCon tomorrow

2020-10-01 Thread Edgaras Šeputis
I'm just a super passive lurker/observer of picolisp, since I do not have too much time to be involved, but nevertheless I think it has lots of interesting things to offer, and would like to see what is being discussed/shown. Is there any place where videos from conferences are accessible ? On Thu

Re: PilCon tomorrow

2020-10-01 Thread Alexander Burger
All of the below seem to be useful topics. Let's discuss them :) On Thu, Oct 01, 2020 at 01:15:57PM +0200, pd wrote: > it should be great talking about any of these themes: > > - compilation process in picolisp (sources are mainly based in lisp > itself and a kind of lisp-assembler, rather than

Re: PilCon tomorrow

2020-10-01 Thread pd
it should be great talking about any of these themes: - compilation process in picolisp (sources are mainly based in lisp itself and a kind of lisp-assembler, rather than C) to make the picolisp executable - how to include common technologies and frameworks in picolisp applications (such as CSS