Posted

Macaron: Macros for CoffeeScript

Macaron allows you to use Macros within your CoffeeScript.

MakersThere are no makers yet

Discussion

H
Fatih Kadir Akın
@fkadev · Front-end Developer at Protel Inc.
Hi everyone! This is Macaron. Simple macros for CoffeeScript. You can think of it as a CoffeeScript equivalent of Sweet.js. Macros are simply code templates for programming languages. Define once and use again and again. The compiler replaces your macro instances with the given macro template before compiling. Macaron built on the powerful parser of Coffe… See more