Introducing cl-cmark

This page summarizes the projects mentioned and recommended in the original post on /r/Common_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
  • cl-cmark

  • For those who don't want to read the blog post, here is the direct link to repo: https://gitlab.com/HiPhish/cl-cmark

  • cl-cmark

    CommonMark implementation for Common Lisp based on libcmark. This system wraps the official reference implementation library, written in C, and provides lispy bindings for Common Lisp.

  • Link to GitHub mirror: https://github.com/hiphish/cl-cmark

  • 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
  • commonmark-spec

    CommonMark spec, with reference implementations in C and JavaScript

  • Huh? I says right in the README, it's a parser for CommonMark, a dialect of Markdown. Rather than write a new parser from scratch (which I don't know how to do) I decided to wrap the C library libcmark, which is the reference implementation.

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