Re: How to set internal page links in a PicoLisp Wiki?

2025-01-10 Thread Lindsay Lawrence
On Fri, Jan 10, 2025 at 12:53 PM Alexander Burger wrote: > Great! So I installed it on picolisp.com, and also released a new TGZ > > Thanks Alex! I am happy to have made a small contribution. /Lindsay

Subscribe

2025-01-10 Thread Henrique Solér Kalinovski

Re: How to set internal page links in a PicoLisp Wiki?

2025-01-10 Thread Lindsay Lawrence
On Fri, Jan 10, 2025 at 3:01 AM Alexander Burger wrote: > I would slightly change it to suppress the "#" if no > jump label is given: > >(de wikiLink (Lst) > (let > (L (++ Lst) > S (split L "#") > Nm (or (pack (car S)) (: nm)) > Loc (if (cdr

Re: How to set internal page links in a PicoLisp Wiki?

2025-01-10 Thread Alexander Burger
On Thu, Jan 09, 2025 at 05:29:12PM -0800, Lindsay Lawrence wrote: > On Thu, Jan 9, 2025 at 1:26 PM Lindsay Lawrence < > lawrence.lindsayj...@gmail.com> wrote: > > > > > PS: After all of that, I realize another, and perhaps contextually better, > > solution may be to modify the 'wikiLink function,

Re: How to set internal page links in a PicoLisp Wiki?

2025-01-10 Thread Alexander Burger
On Fri, Jan 10, 2025 at 10:36:54AM -0800, Lindsay Lawrence wrote: > Very neat! That change works well in my testing. Great! So I installed it on picolisp.com, and also released a new TGZ https://software-lab.de/wiki.tgz Thanks for the ideas and coding! ☺/ A!ex -- UNSUBSCRIBE: mailto:picoli

Installation

2025-01-10 Thread Henrique Solér Kalinovski
Hello, PicoLisp community. Recently, I tried to build PicoLisp from source (master branch at github). I've followed the instructions at INSTALL, but GNU Make complains that it can't find "../bin/picolisp" (from "src" directory). Am I supposed to download an executable and insert it there in order

Re: Installation

2025-01-10 Thread Alexander Burger
Hello Henrique, > Recently, I tried to build PicoLisp from source (master branch at github). > I've followed the instructions at INSTALL, but GNU Make complains that it > can't find "../bin/picolisp" (from "src" directory). Am I supposed to > download an executable and insert it there in order to