← Back to home
Comparison · DevOps

Liquidsoap vs purrr

A side-by-side editorial comparison of Liquidsoap and purrr — release velocity, themes, recent moves, and the top alternatives to consider.

Liquidsoap vs purrr: at a glance

FeatureLiquidsoappurrr
SectorDevOpsDevOps
Velocity score6.30.0
Sparks · 30d10
Top themesaudio-streaming, subtitles, icecast, ocamltidyverse, functional-programming, deprecations, parallelism
Last editorial update3h ago6d ago
WebsiteVisit →Visit →

What is Liquidsoap?

Liquidsoap opens its 2.5 line with subtitles as a first-class content type and a streaming server of its own

The 2.5.x rolling release carries the accumulated 2.5.0 changelog, and it is the largest body of work Liquidsoap has staged in over a year. Subtitles become a dedicated content type alongside audio and video, with native SRT decoding, FFmpeg subtitle encode and decode, bitmap passthrough, callbacks, transformations and dynamic insertion. An Icecast-compatible server ships as icecast.server, with source authentication, mount points, relay and per-listener encoding. Underneath, the source composition model was rewritten: switch, fallback, rotate and random drop their parallel list parameters for per-source methods, and switching now fades by default.

Read the full Liquidsoap trajectory →

What is purrr?

purrr finished a decade of deprecations and picked up a parallel backend.

purrr is at 1.2.2, and the last two releases are CRAN check fixes and vctrs compatibility. The substance sits in 1.2.0, which removed everything deprecated back in 0.3.0 and fully deprecated the invoke, lift, cross and splice families soft-deprecated in 1.0.0, while making map_chr() stop silently coercing logicals and numbers to strings. 1.1.0 before it raised the floor to R 4.1 and added in_parallel() on the mirai backend.

Read the full purrr trajectory →

Liquidsoap vs purrr: editorial side-by-side

L6.3

Liquidsoap opens its 2.5 line with subtitles as a first-class content type and a streaming server of its own

◆ Current state

The 2.5.x rolling release carries the accumulated 2.5.0 changelog, and it is the largest body of work Liquidsoap has staged in over a year. Subtitles become a dedicated content type alongside audio and video, with native SRT decoding, FFmpeg subtitle encode and decode, bitmap passthrough, callbacks, transformations and dynamic insertion. An Icecast-compatible server ships as icecast.server, with source authentication, mount points, relay and per-listener encoding. Underneath, the source composition model was rewritten: switch, fallback, rotate and random drop their parallel list parameters for per-source methods, and switching now fades by default.

◆ Where it's heading

Liquidsoap is expanding on two axes at once. It is broadening what a stream can carry - subtitles are a third content modality in a system that has understood two - and it is moving up the stack from a source that feeds Icecast into something that can be the Icecast. The language work points the same way: a source(_) type for unknown content, callback release semantics, and effect-scoped clocks are the kind of changes made when scripts are getting large enough that lifetime and typing errors cost real production time.

◆ Prediction

The 2.5.0 final should follow the rolling branch within a release cycle, and the migration guide already shipped for the composition parameter changes suggests the breaking surface is considered settled. Watch whether subtitle support reaches the harbor and Icecast server paths, which the current notes do not say.

P
purrr
DEVOPS
0.0

purrr finished a decade of deprecations and picked up a parallel backend.

◆ Current state

purrr is at 1.2.2, and the last two releases are CRAN check fixes and vctrs compatibility. The substance sits in 1.2.0, which removed everything deprecated back in 0.3.0 and fully deprecated the invoke, lift, cross and splice families soft-deprecated in 1.0.0, while making map_chr() stop silently coercing logicals and numbers to strings. 1.1.0 before it raised the floor to R 4.1 and added in_parallel() on the mirai backend.

◆ Where it's heading

The direction is a smaller, stricter surface. Functions that predated the 1.0.0 redesign are being cleared out in stages, and the ones that remain are tightening their type contracts — map_chr() no longer coerces, every() and some() now demand a logical scalar. The parallel work is the one addition, and it arrives as a backend rather than a new way to write maps.

◆ Prediction

With the 1.0.0 soft deprecations now fully deprecated and marked for removal, the next release most likely deletes them rather than adding capability.

Alternatives to Liquidsoap and purrr

Other DevOps products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either Liquidsoap or purrr.

See all Liquidsoap alternatives → · See all purrr alternatives →

Recent activity from Liquidsoap and purrr

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 15h agoLiquidsoapSubtitles become a content type and Liquidsoap ships its own Icecast server
  2. 9d agoLiquidsoapLiquidsoap Rolling Release 2.4.x
  3. 2mo agoLiquidsoapQueue removal commands and O(1) clock propagation in Liquidsoap 2.4.5
  4. 4mo agoLiquidsoapLiquidsoap 2.4.4 supersedes 2.4.3 days after release
  5. 4mo agopurrrCRAN check fixes
  6. 4mo agoLiquidsoapRaw string literals arrive in Liquidsoap 2.4.3
  7. 7mo agoLiquidsoapLiquidsoap 2.4.1 opens the stabilization phase
  8. 7mo agopurrrCompatibility with upcoming vctrs 0.7.0
  9. 9mo agopurrrOld deprecations removed; map_chr() stops coercing
  10. 1y agopurrrin_parallel() adds parallel and distributed maps via mirai
  11. 3y agopurrrValgrind fix and lower map_chr() deprecation overhead
  12. 3y agopurrrIndexed map() errors gain a catchable class and fields

Frequently asked questions

What is the difference between Liquidsoap and purrr?

They serve adjacent needs but don't currently overlap on shipped themes. Liquidsoap is currently shipping more aggressively (velocity 6.3 vs 0.0), with 1 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is Liquidsoap better than purrr?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. Liquidsoap is currently shipping more aggressively (velocity 6.3 vs 0.0), with 1 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other DevOps products to evaluate alongside.

What are the best alternatives to Liquidsoap?

Top Liquidsoap alternatives in DevOps are ranked by recent ship velocity. Browse the "Liquidsoap alternatives" section above for the current picks, or visit /alternatives/liquidsoap for the full list with editorial commentary on each.

What are the best alternatives to purrr?

Top purrr alternatives in DevOps are ranked by recent ship velocity. Browse the "purrr alternatives" section above for the current picks, or visit /alternatives/purrr for the full list with editorial commentary on each.