Re: Alan Kay talk

2012-04-24 Thread Kai
report was released Oct. 31 2011, at http://www.vpri.org/pdf/tr2011004_steps11.pdf The OMeta language is described in Alessandro Warth's doctoral dissertation: http://www.vpri.org/pdf/tr2008003_experimenting.pdf - Kai -- You received this message because you are subscribed to the Google

Re: Use You a Spaced Repetition System for Great Good!

2012-01-11 Thread Kai
Hi Tim, Thanks for a thought-provoking reply. Well, I don't need much convincing that literate programming has better outcomes than traditional forms. :) So what's the next step w/ this idea? e.g. perhaps a wiki/list of algorithms, clojure internals, clojure projects that the community

Re: Use You a Spaced Repetition System for Great Good!

2012-01-10 Thread Kai
Hi Tim, I found your post very compelling in the questions, analogies, and possibilities raised - something like a Clojure Etudes is really needed to move beyond learning just the syntax and general concepts, and into the next level of skill with Clojure - or any other language. Perhaps that

Re: Displaying Clojure code on a Website

2009-07-06 Thread Kai
to it :) ~ Kai On Jul 3, 6:13 pm, Rick Moynihan rick.moyni...@gmail.com wrote: Hi Kai, 2009/7/2 Kai poki...@gmail.com: @Rick I got fairly far into this before I had problems with stack overflows. I found out later than I needed knowledge of trampoline and mutual recursion to solve the issue. I

Re: Displaying Clojure code on a Website

2009-07-02 Thread Kai
first post. I haven't received any criticism about that yet so I assume it's not a bad approach. Even though it seems lengthily, it reads linearly and doesn't have logic scattered in pieces all around. In the end, I think that's what functional programming is about anyway. ~ Kai On Jul 2, 6:48 am

Re: Displaying Clojure code on a Website

2009-07-02 Thread Kai
-list parse-code format-string parse-code format-list ... This is the domain of mutual recursion that drove me to find a different solution. ~ Kai On Jul 2, 2:37 pm, Laurent PETIT laurent.pe...@gmail.com wrote: Ok, I'll wait then, thanks. BTW, I don't really understand how you could have

Re: Displaying Clojure code on a Website

2009-07-02 Thread Kai
the creator must supersede the license anyway. ~ Kai --~--~-~--~~~---~--~~ 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: send versus send-off

2009-07-01 Thread Kai
Thanks Meikel and Steve it is quite clear now! I will redirect questions here should anybody ask. ~ Kai --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Displaying Clojure code on a Website

2009-07-01 Thread Kai
functions did more but you're right that I could now change them to a simple def. I'm still not too sure if I like the idiom of sets being functions but I suppose it's here to stay. ~ Kai On Jul 1, 8:50 am, Chouser chou...@gmail.com wrote: On Fri, Jun 26, 2009 at 5:12 PM, Kaipoki...@gmail.com

Re: Interest in creating a NYC Clojure user group?

2009-06-30 Thread Kai
I would be interested in meeting in NYC. On Jun 6, 11:38 am, John D. Hume duelin.mark...@gmail.com wrote: On Thu, Jun 4, 2009 at 12:09 PM, Eric Thorsenethor...@enclojure.org wrote: what kind of interest there might be in creating a Clojure user group in the NY metro area to meet up in

send versus send-off

2009-06-30 Thread Kai
. If this is the case, I think it would be useful to elaborate on that in the documentation of send-off, even if that's something implemented mostly in Java. ~ Kai --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post

Displaying Clojure code on a Website

2009-06-26 Thread Kai
to code :) ~ Kai --~--~-~--~~~---~--~~ 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

Re: Displaying Clojure code on a Website

2009-06-26 Thread Kai
I fixed a bug that messed up spacing (ampersands weren't converted in html-pre-format), so be sure to use the latest version. Of course, feel free to use it on your webpage! ~ Kai On Jun 26, 9:09 pm, CuppoJava patrickli_2...@hotmail.com wrote: Hi Kai, That is really cool! Do you mind if I

Re: intro to mutation?

2009-06-22 Thread Kai
I'm going to bash my own Stack Overflow post by repeating my disclaimer about not learning from it. I literally learned about mutation today and picked up Clojure about 3 days ago (although I've used Lisp and Java before so the learning curve wasn't huge). Otherwise, I'm glad if it helps :) On