If there are any RPi Lispers here, I wrote a Common Lisp interface to pigpio

The Raspberry Pi is a series of credit card-sized single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and developing countries.

Post Reply
User avatar
/RaspberryPi
Corporate
Posts: 2449
Joined: Wed Jun 05, 2019 1:29 am

If there are any RPi Lispers here, I wrote a Common Lisp interface to pigpio

Post by /RaspberryPi »


Anyways, I prefer Common Lisp to python (speed, elegance, stability), and I have big personal libraries of Lisp, so I decided to port pigpio to Lisp.

https://github.com/jetmonk/cl-pigpio

It allows you to switch between hardware (ligpigpio.so) and daemon (libpigpiod_if2.so)

Generally, the best Lisp version for Pi seems to be 64 bit SBCL, because 32 bit SBCL doesn't have threads, and 32 bit CCL threads crash on multiple cores. But that's fine, because SBCL is my Lisp of choice elsewhere too.
submitted by /u/jet-monk
[link] [comments]

Source: https://www.reddit.com/r/raspberry_pi/c ... i_wrote_a/
/RaspberryPi
Post Reply

Return to “Raspberry Pi Forum”