Revisited: A casual Clojure / Common Lisp code/performance comparison

This page summarizes the projects mentioned and recommended in the original post on /r/lisp

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
  • clim.flamegraph

    Flamegraph-style visualization of sb-sprof results in CLIM

  • I found through clim.flamegraph that a lot of time was spent in printing local-time timestamps. So I just used decode-universal-time and this function to print a timestamp the same way:

  • wscl

    Sources of the "Well Specified Common Lisp" specification which is based on the final draft of the Common Lisp standard but is not a new Common Lisp standard.

  • The HyperSpec is a (derived work of a) language specification - its job is precisely to explain infrequently used things in too much detail. (And it ironically fails in many places.) Generally, one does not want to read a specification, unless they know they need to check something specific.

  • 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
  • cl-cookbook

    The Common Lisp Cookbook

  • The HyperSpec does leave a lot to be desired, but it is technically a specification. The Common Lisp Cookbook is great and I thing people should be willing to add more to it.

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