Cookbook

MakrellPy is a good place to learn the Makrell family by doing. It currently has the broadest practical language surface in the repository, so many common Makrell ideas are easiest to approach here first.

Use this cookbook when you want task-oriented examples rather than a language walkthrough from first principles.

Typical recipe areas

The MakrellPy cookbook is most useful for tasks such as:

  • partial application with placeholders

  • pipes and reverse pipes

  • custom operators and compact functional flow

  • Python interop

  • macros and quote/unquote

  • embedded mini-languages

  • pattern matching

Use alongside the guide pages

The cookbook works best alongside the main explanatory pages:

When to use MakrellPy recipes first

If you are deciding which implementation to learn from, MakrellPy is often the most direct starting point when you want:

  • the richest currently documented language behaviour

  • Python ecosystem access

  • strong macro and pattern-matching examples

If your main goal is browser work or .NET interop, the MakrellTS or Makrell# sections may be a better first stop.