It does it matter to me how it gets written (C# or ClojureCLR) The desire is to have a plugin that supports syntax highlighting, completion, debugging, etc. but what I really am looking for is something that can manage repl(s) that can load the libraries for a given solution or set of projects (similar to what the Enclojure plugin does in Netbeans). Roadmap: 1. Have a REPL window running within VS that has history (preferably persistant across restarts), and can see a set of selected libs. The libs could come from the solution or some other way of setting up a context for REPLs. 2. Have the plugin know about Clojure files. Syntax highlighting, completion, folding, etc. 3. Debugger support
Eric On Mar 9, 1:47 pm, mmwaikar <[email protected]> wrote: > Forgot to ask the below mentioned questions earlier - > > Which version of Visual Studio are you targeting - 2008 or 2010? > Do you have a development road-map for your plug-in features? > > Thanks, > Manoj. > > On Mar 9, 1:05 pm, mmwaikar <[email protected]> wrote: > > > > > Is it possible to write a plug-in in Clojure CLR? And if it is, would > > you prefer it in Clojure CLR or C# is fine? Also do you want both REPL > > and syntax highlighting for clj files in Visual Studio? > > > Thanks, > > Manoj. > > > On Mar 8, 2:17 pm, Eric Thorsen <[email protected]> wrote: > > > > Is there/is anyone working on/is anyone interested in working on a > > > Visual Studio plugin for a Clojure REPL for clojureCLR? > > > > My company might be interested in sponsoring this work. > > > > Thanks! > > > eric -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
