Re: Using the Clojure Logo

2012-03-29 Thread Chip Collier

On 3/29/12 12:33 AM, Marco Dalla Stella wrote:
 Il 26 marzo 2012 16:33, Marco Dalla Stella m.dallaste...@gmail.com ha 
 scritto:
 Hi,

 We would like to use the Clojure logo for our new Italian Clojure User Group.
 Thank you all for your kind answer.
 We are not going to use any logo until Rich will give us his permission.
 It will be great if something like the powered by Clojure logos were
 to be available to the public without requiring permission, as other
 languages do.

 HAND,

Seconded. :)



signature.asc
Description: OpenPGP digital signature


Re: Using the Clojure Logo

2012-03-28 Thread Chip Collier
I was also intending on using the logo in such a way to communicate that
a site I'm building is powered by clojure or something to that effect
with a link to clojure.org. Is that frowned upon?

Chip


On 3/28/12 5:37 AM, Dimitrios wrote:
 On 28/03/12 13:12, Stuart Sierra wrote:
 Rich Hickey holds the copyright on the Clojure logo design, and it's
 not under an open-source license.

 He has asked that the logo not be used to refer to anything except
 the language itself.

 Does that mean it can be used freely by anyone
 (presentations/web-sites etc) as long as it refers to Clojure itself?

 Jim





signature.asc
Description: OpenPGP digital signature


Re: Clojure cheatsheet with tooltips (alpha)

2012-03-27 Thread Chip Collier
Hi,

 The key question is Why do we need a cheatsheet? Well, the learning


Speaking from personal experience as someone who writes Python for a
living. There are a lot of cases where I know that Clojure *could*
already have a function to do something but I don't know what it's
called. So I have to spend a lot of time looking at things and more or
less feeling around in the dark until I get a lead.
To give a concrete example: in Python there is a function `enumerate`
and in Clojure there is a function `map-indexed`. The cheatsheet was a
handy way to make this mental connection.


Cheers,
Chip



signature.asc
Description: OpenPGP digital signature


Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-15 Thread Chip Collier
Holy excellent development Batman!


On 3/14/12 2:08 PM, Nathan Sorenson wrote:
 I've modified the output of the ClojureScript compiler to emit Scheme
 code. At this point the core library is successfully compiled by
 Gambit Scheme. A nice advantage of this is that Gambit compiles code
 via C, meaning that stand-alone Clojure executables are now available
 for any platform with a suitable gcc compiler!

 Gambit, notably, also compiles to iOS. Just recently I've confirmed
 that Clojure's core library runs on the iPad simulator.

 There is a ton of yak-shaving required at this point---compilation
 consists of a combination of shell commands, Clojure-interpreted
 commands and Gambit-interpreted commands. Hopefully this will soon be
 streamlined.

 https://github.com/takeoutweight/clojure-scheme
 -- 
 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 




signature.asc
Description: OpenPGP digital signature


Re: [ANN] kibit, A static code analyzer

2012-03-05 Thread Chip Collier

I'm picturing flymake-clojure in our futures.


On 03/04/2012 05:05 PM, Ambrose Bonnaire-Sergeant wrote:

What an awesome idea! Nice work Jonas.

Ambrose

On Mon, Mar 5, 2012 at 3:23 AM, Jonas jonas.enl...@gmail.com 
mailto:jonas.enl...@gmail.com wrote:


Kibit[1] is a simple code analysis tool (and leiningen plugin) which
someone hopefully will find interesting or useful. The purpose of the
tool is to tell its users that Hey, There's already a function for
that!.

Kibit uses the core.logic[2] unifier to search for patterns of code
for which there might exist simpler functions. For example, if the
analyzer finds

(apply concat (apply map ...)

It will notify its user about the availability of `mapcat`.

Jonas

[1] https://github.com/jonase/kibit
[2] https://github.com/clojure/core.logic
-- 
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
mailto: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
mailto:clojure%2bunsubscr...@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 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 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

Re: ClojureScript + Overtone

2012-02-22 Thread Chip Collier
You, sir, are doing it right! Thanks for posting this. :)


On 2/20/12 7:09 PM, Chris Granger wrote:
 People have been asking for an example using Noir and CLJS for a
 while, so today I threw together a recording and a blog post of me
 building an iPad controller for overtone :)

 HN link: http://news.ycombinator.com/item?id=3615022
 Post: http://www.chris-granger.com/2012/02/20/overtone-and-clojurescript/

 Cheers,
 Chris.





signature.asc
Description: OpenPGP digital signature