Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.27 KB

Reference.md

File metadata and controls

20 lines (17 loc) · 1.27 KB

Reference

Relevant Discussions

Possible Alternatives

There are a number of interesting new languages that have sprung up, some of them listed below. None seem to capture the essence of "unfancy JavaScript" accomplished in CoffeeScript, but may be sources of inspiration nonetheless:

  • LiveScript – Extremely feature-rich, closest to CoffeeScript I've seen, functional-oriented
  • Earl Grey – Python-ish with macros
  • PureScript – Haskell-based, recommended by @michaelficarra (author of CoffeeScriptRedux)
  • Elm – Haskell-based, only works in the browser.
  • Frappe (just an idea)
  • TacoScript (in the early stages)