Skip to content

Instantly share code, notes, and snippets.

@myguidingstar-zz
Created April 26, 2013 18:21
Show Gist options
  • Save myguidingstar-zz/5469298 to your computer and use it in GitHub Desktop.
Save myguidingstar-zz/5469298 to your computer and use it in GitHub Desktop.
Using ChlorineJS on Plunker. Sample compiling error http://plnkr.co/edit/gist:5469298?p=preview
<!DOCTYPE html>
<html>
<head>
<script src="http://cl2-plnkr.herokuapp.com/dev/script.cl2"></script>
</head>
<body>
<h1>Should yell at an unknown error while compiling!</h1>
</body>
</html>
(console.log "Hello cl2-service")
(defmacro will-cause-throwable []
(throw (Throwable. "An error")
"I do nothing"))
(will-cause-throwable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment