PicoLisp native FFI with Rust lang

2020-10-29 Thread Alexander Williams
Hi all, I've been playing around with Rust recently for some low-level code projects which I want to interface with PicoLisp, and decided to write a small project for others who may be interested in using Rust with PicoLisp: https://github.com/aw/picolisp-rust Enjoy, AW -- UNSUBSCRIBE

Re: fixed point math tutorial

2020-10-29 Thread Alexander Burger
Hi Mike, > I would like to announce yet another fixed point math tutorial for PicoLisp: > https://hub.darcs.net/tankf33der/fixedpoint Great, thanks! This is indeed an often misunderstood field. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PicoLisp native FFI with Rust lang

2020-10-29 Thread Alexander Burger
Hi Alexander, > I've been playing around with Rust recently > for some low-level code projects which I want > to interface with PicoLisp, and decided to > write a small project for others who may be > interested in using Rust with PicoLisp: > > https://github.com/aw/picolisp-rust Cool! Thanks