Questions tagged [blackcoffee]

BlackCoffee is a CoffeeScript dialect that adds hygienic macros (also known as black magic, hence the name).

BlackCoffee is a CoffeeScript dialect that adds hygienic macros (also known as black magic, hence the name). Besides macros, BlackCoffee sneaks one additional feature in CoffeeScript: Coco-like !-> and !=> procedures.

1 questions
0
votes
1 answer

How to use blackcoffee with grunt watch

I was hoping that grunt-contrib-coffee could work with blackcoffee but it seems that it uses the coffee-script npm module directly instead of calling the coffee executable which would have invoked blackcoffee. I have looked around to see if there…
jkndrkn
  • 4,012
  • 4
  • 36
  • 41