SymbolHound search engine

2017-05-25 Thread Alex Miller
Created an issue: https://github.com/clojure/clojure-site/issues/181 -- 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

SymbolHound search engine

2017-05-25 Thread Alex Miller
There has been some talk of updating this and adding it as a guide on clojure.org as a guide, which I think would be great. That would require permission from the author or alternately could be a clean rewrite with the same approach. I think it's a useful inverted complement to the reader refer

Re: SymbolHound search engine

2017-05-25 Thread Andy Fingerhut
Yep, useful things, those. "The weird and wonderful characters of Clojure" article is also linked from the Clojure Cheat Sheet, in the Special Characters section, the link called "tutorial": https://clojure.org/api/cheatsheet http://jafingerhut.github.io Andy On Thu, May 25, 2017 at 8:04 AM, A

SymbolHound search engine

2017-05-25 Thread Alan Thompson
Hi - Just came across a reference to a search engine *symbolhound.com * which explicitely *does not* ignore special characters. This could be very useful in searching for Clojure literals like *#{}* & reader macros like *#' *which are difficult to search for using Google et