This is a ClojureScript viewer and editor you can embed in any website. I 
hope to make it better than CodeMirror for those who don't need polyglot 
support. I announced it last week but it was pretty much unusable because 
it didn't have paren completion. Now it is slightly more usable. Here are 
the features:

   - Syntax highlighting
   - Rainbow delimiters
   - Automatic indentation
   - InstaREPL (à la Light Table)
   
Code: https://github.com/oakes/paren-soup
Demo: http://oakes.github.io/paren-soup

I use the new ClojureScript eval capability for the instarepl, and the new 
CLJS version of tools.reader to provide highlighting and indentation. The 
downside to using tools.reader is that reader errors break both of those 
things, which is why paren completion was strictly necessary! It is still 
pretty flawed, but hopefully I'll be able to make this production-ready 
eventually.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to