Parenscript

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • lispyscript

    A javascript with Lispy syntax and macros

  • I've always been a fan of LispyScript. Too bad it never too off.

    https://github.com/santoshrajan/lispyscript

  • Jerrica

    Jerrica is a small, bare bones, 100% scheduled, web audio native, MOD player designed to be embedded in Javascript games

  • I love Parenscript specifically, and in general I love--as the Hylang project puts it--"Lisp lipstick on [language]" projects. I understand the sentiments that Parenscript isn't really Lisp and that "you could just use [real Lisp X]", I do. However, Javascript really did eat the world and sometimes being able to sling it really is essential.

    Math envy often means people downplay syntax when discussing programming languages, but the S-expression syntax is why I fell in love with Lisp all over again as a more experienced developer. S-expressions and macro based tooling give me the confidence to refactor in a much more experimental and improvisational manner. I can move logic around or invert the order of calls without having to worry if the change will leave the code in a broken state. Yes, VS and other IDE's offer similar features (especially as they embrace AI) but in my experience they just aren't as powerful, flexible, or--most importantly--reliable as decades old tools that exploits S-expressions.

    Parenscript brings this confidence and power to Javascript. And it isn't just syntax. The project goes out of its way to give little "quality of life" semantic boosts like supporting a proper "loop" macro and multiple value return.

    I use Parenscript extensively for my hobby projects[^1] and games[^2] and it's been great.

    Don't let the slow pace of dev scare you off. It's a cultural difference in the Lisp adjacent communities. There's this radical idea that projects can asymptotically reach "done" because the language is sensibly forward compatible and the projects have clear goals and aren't all agile managed CV-bait nightmares that want to grow into all encompassing "frameworks". At work, I comfortably rely on Common Lisp projects that haven't been touched in more than a decade because they do what they are supposed to regardless of how the calling enviroment around them changes.

    [^1]: https://github.com/trevorjay/Jerrica

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • ecl

  • Thanks!

    I suspect the work is still ongoing. But maybe not on priority.

    This diff from around 3 months ago shows it's likely possible to run it in the browser currently but with a lot of caveats (pretty great nonetheless!).

    https://gitlab.com/embeddable-common-lisp/ecl/-/commit/6af4b...

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