Hi everyone,

I recently wrote a Chrome browser extension for Clojure. Basically, it
allows users to select a code snippet, right click it and choose Eval
as Clojure from the context menu. Code would then be evaluated in the
backend and the result shown in a message.

I found the lack of ability to eval code directly on the blog where it
is published so annoying that I wrote this plugin. If anyone else
considers this feature useful, feel free to install it.

Plugin link: 
https://chrome.google.com/webstore/detail/dkhaobmljgohccicjemmbacpooaacgeo

GitHub repo: https://github.com/goranjovic/chromeclojure

My blog post explaining what it is and how to use it:
http://clockwork-fig.blogspot.com/2012/01/clojure-extension-for-chrome.html

The project is open source - EPL specifically. If anyone wants to
extend its functionality - fork it from GitHub and for the rest, you
know what to do.

P.S. Is it ok to use Clojure logo in the extension icon? Do I need a
permission to use and if so, do I have it?

-- 
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

Reply via email to