| Computers Forum Index » Computer Languages (Smalltalk) » GWT Smalltalk... |
|
Page 1 of 1 |
|
| Author |
Message |
| pfisk... |
Posted: Thu Sep 17, 2009 9:46 pm |
|
|
|
Guest
|
|
| Back to top |
|
|
|
| Christopher J. Demers... |
Posted: Fri Sep 18, 2009 2:36 am |
|
|
|
Guest
|
pfisk wrote:
Quote: GWT Smalltalk is an implementation of the Smalltalk language created
with GWT (Google Web Toolkit).
It compiles Smalltalk code to JavaScript and supports traditional
Smalltalk class inheritance and method lookup.
This is absolutely outstanding! Great work! I shall be eagerly
following your development.
Chris |
|
|
| Back to top |
|
|
|
| Steven Kelly... |
Posted: Fri Sep 18, 2009 4:31 pm |
|
|
|
Guest
|
Nice! 3 + 4 "ShowIt" gives 7, so it works .
7 class "ShowIt" gives "Number", so I tried defining factorial on the
instance side of Number. Saving the method works OK, since I can go back to
it and see it again, but evaluating 7 factorial "ShowIt" gives "7 does not
understand factorial". Is there some extra step I need to do for compilation
to JavaScript?
Steve
"pfisk" <peter.fisk at (no spam) gmail.com> wrote in message
news:eba38e26-e1c2-4dfa-ae37-47507177194f at (no spam) l34g2000vba.googlegroups.com...
|
|
|
| Back to top |
|
|
|
| Thomas Gagne... |
Posted: Tue Sep 29, 2009 6:37 pm |
|
|
|
Guest
|
I just heard the interview on Industry Misinterpretations. Sounds
interesting, but I'm still unclear what I'd use it for. I'll listen to
it again 'cause I was a bit distracted first-time thru. |
|
|
| Back to top |
|
|
|
| emptist... |
Posted: Thu Oct 01, 2009 10:21 am |
|
|
|
Guest
|
On 9月18日, 上午5时46分, pfisk <peter.f... at (no spam) gmail.com> wrote:
Quote: GWT Smalltalk is an implementation of the Smalltalk language created
with GWT (Google Web Toolkit).
It compiles Smalltalk code to JavaScript and supports traditional
Smalltalk class inheritance and method lookup.
Demo page:http://gwt-smalltalk.appspot.com
Blog:http://gwtsmalltalk.wordpress.com
It's great to hear from you again. How have you been these years? I
have visited your blog several times but it has not been updated since
very long ago.
Thanks for your gwt Smalltalk hope you'll open source it and so we can
learn more. It looks very interesting.
Best Regards,
Empt |
|
|
| Back to top |
|
|
|
|