Is Lisp particularly suitable for sole developer or small teams?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • slite

    a SLIme-based TEst runner for FiveAM and Parachute Tests

  • But that's also what makes it worse for large teams: the same "immediate" productivity doesn't always translate to clean long-time maintainable code. Working in a large teams involves creating the right incentives to developers for long term maintability. For instance, if developers have a hard time testing complex code, they're more likely to write unit tests to test components. In Lisp, testing complex code is super easy interactively, so unit-testing can sometimes be harder. (Actually, this was an inspiration for one of my open source tools: https://github.com/tdrhq/slite, I wanted to make testing as easy as interactive development)

  • Folly

    An open-source C++ library developed and used at Facebook.

  • vast swathes of dependencies have been shown to sometimes be huge liabilities in team-based settings. The biggest companies end up going as far as not depending on the standard library! When I worked at Facebook a decade ago, we couldn't use the C++ STL in a lot of cases, we had to dogfood and use their own in-house creation: folly

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pie

    The Pie language, which accompanies The Little Typer by Friedman and Christiansen (by the-little-typer)

  • I really should read https://thelittletyper.com/

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

  • Backend-Genese: Von PHP zu Node.js & TypeScript (Teil 1)

    2 projects | dev.to | 8 May 2024
  • The PHP Orkestra Framework

    7 projects | dev.to | 5 May 2024
  • ¿PHP, Muerto o No?

    2 projects | dev.to | 4 May 2024
  • Integration Testing in Obsidian

    3 projects | dev.to | 2 May 2024
  • Como configurar imagem Docker(PHP e Nginx) para projetos Laravel com PHP 8.3

    1 project | dev.to | 24 Apr 2024