uLisp wireless message display with a Pi Pico W

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ulisp

    A version of the Lisp programming language for ATmega-based Arduino boards.

  • I've been checking uLisp recently. AFAIK, all sources for it is this single `.ino` file (Arduino variant of C++): https://github.com/technoblogy/ulisp/blob/master/ulisp.ino

    Is it so that they built uLisp on top of Arduino SDK? Like can it be ported to rely on STM32 SDK, libopencm3 or FreeRTOS?

  • ulisp-builder

    Builds a version of uLisp for a particular platform from a common repository of source files

  • There is a uLisp Builder that generates platform-specific builds from a single codebase.

    > The uLisp Builder is a set of programs written in Common Lisp to allow you to build a version of uLisp for a particular platform from a common repository of source files.

    > The aim of the Builder was to make it easier to maintain uLisp across multiple platforms. Where the C function for a particular uLisp feature is identical on all platforms there is just a single occurrence of that source in the Builder repository.

    uLisp Builder - http://www.ulisp.com/show?3F07

    GitHub repo - https://github.com/technoblogy/ulisp-builder

    ---

    uLisp for STM32 boards - http://www.ulisp.com/show?29ST

    Repo - https://github.com/technoblogy/ulisp-stm32

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ulisp-stm32

    A version of the Lisp programming language for STM32-based boards

  • There is a uLisp Builder that generates platform-specific builds from a single codebase.

    > The uLisp Builder is a set of programs written in Common Lisp to allow you to build a version of uLisp for a particular platform from a common repository of source files.

    > The aim of the Builder was to make it easier to maintain uLisp across multiple platforms. Where the C function for a particular uLisp feature is identical on all platforms there is just a single occurrence of that source in the Builder repository.

    uLisp Builder - http://www.ulisp.com/show?3F07

    GitHub repo - https://github.com/technoblogy/ulisp-builder

    ---

    uLisp for STM32 boards - http://www.ulisp.com/show?29ST

    Repo - https://github.com/technoblogy/ulisp-stm32

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts