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
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
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,
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
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
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