Inadequate behavior of agent await?

2020-06-10 Thread Sam Griffith
You may want to ask this on ClojureVerse or on the official Q/A site at https://ask.clojure.org/index.php/ -- 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

Re: Clojurecademy: Learning Clojure Made Easy

2017-10-02 Thread Sam Griffith
Terms of service prevent me from helping. I'm not willing to write things for the site and then have you own them like it says. That said, good luck. It does look guise nice from looking at your GitHub. Sam -- You received this message because you are subscribed to the Google Groups "Clojure"

Going to SXSW - Come to the Austin Clojure Meetup

2014-02-10 Thread Sam Griffith
leave a comment on the comment section of that page so we can make sure and get a big enough conference room. Thanks, Sam Griffith -- 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

Domain-specific language design books

2013-07-19 Thread Sam Griffith
This book has examples in several JVM languages like Java, Scala, Clojure, Ruby, and Groovy and contains fully explained code snippets that implement real-world DSL designs. http://www.manning.com/ghosh/ I found it quite good. -- -- You received this message because you are subscribed to the

Another JavaFX and Clojure Demo

2010-08-22 Thread Sam Griffith
ls rolling on linking up JavaFX and Clojure.... Sam Griffith Jr -- 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 pati

Re: Has anyone tried using Clojure with JavaFX?

2009-07-31 Thread Sam Griffith
eans project of it all. Sam Griffith Jr. On Jul 29, 6:19 pm, samppi wrote: > I haven't tried JavaFX much myself, but has anyone tried or thought > about using Clojure to manage the logic and data of a JavaFX > application yet? What limitations would there be, other than having

Re: Displaying Clojure code on a Website

2009-06-30 Thread Sam Griffith
Thanks for doing this. I think I fixed one bug so wanted to mention it. In your html-post- format function, you have a string that creates the first . It has a explicit style set to have a font-family: courier new and a font- size of 14px. I took those styles out so that the style sheet contro