Subscribe

2023-08-08 Thread Heiko Henrich
Ich bin schon seit 16 Jahren ein heimlicher Fan von PicoLisp.
Jetzt will ich in die Mailinglist.

Schöne Grüße,
Heiko Henrich

___

Heiko Henrich 
Kirchenmusik, Jazz und Feldenkrais

Diestelkamp 54
24340 Eckernförde
01522 8776573
heiko.henr...@gmail.com



Note: Function names inside the interpreter

2023-08-08 Thread Alexander Burger
Hi all,

with the Pil21 release of today (version 23.8.8), the names of all Lisp entry
point functions inside the binary interpreter (bin/picolisp) were changed.

Until now, they were e.g. _car, _cdr, _read, _print etc. They were changed to an
upper case first letter, _Car, _Cdr, _Read, _Print etc. The reason was a
possible name conflict with system call functions in some operating systems
(most notably FreeBSD).

For "normal" PicoLisp programs nothing changes.

Only if you called built-in functions directly via native calls, e.g.

   (%@ "_cons" T '(T cons (+ 3 4) (* 3 4)))

you need to change that now to

   (%@ "_Cons" T '(T cons (+ 3 4) (* 3 4)))

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Subscribe

2023-08-08 Thread Pietro Cerutti

Hello Pietro Cerutti  :-)
You are now subscribed



--
Pietro Cerutti
I have pledged to give 10% of income to effective charities
and invite you to join me - https://givingwhatwecan.org

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe