Looking for feedback/help on a project

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

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

    Experiments on workflow with common lisp (by fstamour)

  • Here's my project: https://github.com/fstamour/breeze And the description from the readme:

  • rust-analyzer

    Discontinued A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer] (by rust-analyzer)

  • Something I started with my most recent project is an ARCHITECTURE.md file. And my goal with that is to map out as completely as possible how the whole project will be organized, both functionally and structurally. It's helped tremendously so far, knowing in advance how every piece should git together even before I've written those pieces. As I'm working on the project, I keep that file updated, with the goal of having it be a design reference for others when (or if) I push the project up to github. The rust-analyzer project has a good example.

  • 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
  • protest

    PROtocol and TESTcase manager

  • Oh yeah, I feel you, I got that problem every time too. One project that I think has the potential to help with that is Phoe's Protest it's a wrapper around the other test framework. (I think it only support Parachute and 1am at the moment). If we have some kind of common interface to the different test framework, then it would be much easier to write something that can be easily called form the CLI.

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