Embeddable Common Lisp 23.9.9

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

Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SaaSHub - Software Alternatives and Reviews
  • janet

    A dynamic language and bytecode vm

  • nbb

    Scripting in Clojure on Node.js using SCI

    The SCI/babashka clojure interpreter might be a good fit, if you're ok with a lisp.

    It's mature and fully sandboxed.

    https://github.com/babashka/nbb

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • luau

    A fast, small, safe, gradually typed embeddable scripting language derived from Lua

    Lua is usually the embedded language of choice. If you are focused on security, you could check out the Roblox fork, Luau (https://github.com/Roblox/luau) where the creators took extra care to lock down the language on what scripts could do.

  • biwascheme

    Scheme interpreter written in JavaScript

    If Scheme is something you enjoy, BiwaScheme's interpreter can be instantiated from within Javascript and can be used to evaluate Scheme code.

    https://www.biwascheme.org/

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