Hi,

Seems real interesting  !

What I was not able to understand by reading your blog post, is which
subset of clojure you ported to the client side ?

Is it just a declarative API for the widgets part, or will it be
possible, as with GWT java client side code, to embed logic,etc ?

will it be possible to use atoms for managing state mutation, wiring
fns as asynchronous callback functions , etc. ?


2010/6/17 pfisk <peter.f...@gmail.com>:
> I will release an open source version of Gwt-Clojure next week.
>
> My approach to building web applications is based on "frame
> technology" which has been used commercially in mainframe code
> generation for nearly 30 years. You build a library of data structures
> (frames) that describe an application and then send it to a code
> generator to write the application. I have used Clojure to build my
> frame engine. Gwt-Clojure was developed to make scripting easier on
> the client side. In summary, my approach is to build web apps 100% in
> Lisp.
>
>
> On Jun 16, 6:50 pm, Rick Moynihan <rick.moyni...@gmail.com> wrote:
>> Neat!
>>
>> I'm currently writting a webapp with GWT for the browser client, and
>> clojure on the server... What is your approach to doing this, and is
>> the code available anywhere yet?
>>
>> R.
>>
>> On 15 June 2010 19:48, pfisk <peter.f...@gmail.com> wrote:
>>
>>
>>
>> > Gwt-Clojure is a subset of the Clojure language which was developed
>> > for scripting GWT (Google Windows Toolkit) widgets in the browser
>> > environment. It is designed to be able to share code with Clojure
>> > running on the server.
>>
>> > The current deployment size is about 145kb of Javascript - including
>> > the interpreter and several GWT widget classes.
>>
>> > Test environment:http://wisperweb.appspot.com/
>>
>> > Gwt-Clojure blog post:http://framegen.wordpress.com/2010/06/15/gwt-clojure/
>>
>> > --
>> > 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

-- 
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

Reply via email to