[squeak-dev] Interesting blog post

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Interesting blog post

Andreas.Raab
Hi -

I'm sure some people here will be interested to see this:

   http://cogblog.mirandabanda.org/

Go Eliot! ;-)

Cheers,
   - Andreas

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Interesting blog post

Juan Vuletich-4
Wow! That's great news!

Thanks guys!!!

Cheers,
Juan Vuletich

Andreas Raab wrote:

> Hi -
>
> I'm sure some people here will be interested to see this:
>
>   http://cogblog.mirandabanda.org/
>
> Go Eliot! ;-)
>
> Cheers,
>   - Andreas
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Interesting blog post

garduino
Very interesting news!

Thanks.


2008/6/7 Juan Vuletich <[hidden email]>:

> Wow! That's great news!
>
> Thanks guys!!!
>
> Cheers,
> Juan Vuletich
>
> Andreas Raab wrote:
>>
>> Hi -
>>
>> I'm sure some people here will be interested to see this:
>>
>>  http://cogblog.mirandabanda.org/
>>
>> Go Eliot! ;-)
>>
>> Cheers,
>>  - Andreas
>>
>>
>>
>
>
>

Reply | Threaded
Open this post in threaded view
|

RE: [squeak-dev] Interesting blog post

Ivan Tomek
In reply to this post by Andreas.Raab
Hi Eliot,

This is very interesting news, especially because I have been involved
in developing a collaborative environment along lines somewhat related
to QWAG with my students. It's called FVE and is text-based. A MOO-style
environment, unfortunately not in Smalltalk. It is at the stage of a
working and tested prototype and its most interesting features are the
following:

- Written to be runtime programmable by users. MOOs are usually
programmed in LambdaMOO, FVE can be programmed in any mixture of
JVM-based interpreted languages such as Jython, JRuby, and BeanShell.
- Written using IBM's Eclipse and thus supporting further extendibility
via plugins.
- Supports any number of transparently interconnected servers running
interconnected 'virtual buildings'.

FVE work is now suspended because my last student has just graduated.
However, I think this model - flexibility, wide-ranging user
programmability, (preferably) platform independence, etc. applied in a
more complete way as a framework for collaboration and social
interaction (work teams and social communities). And a text-based
paradigm complemented by a virtual reality paradigm as used in QWAG
would make it even better because there are uses for both.

My questions, fuzzy and not well formulated in my mind, are: Is QWAG
going to be user programmable in Squeak if Squeak is at least partially
underlying its implementation? Is there room for the kind of work that I
am describing above as an open source project of some kind? It seems to
me that with the explosion of interest in work and social collaboration
this type of project could be of considerable interest.

Ivan

P.S. I have been retired for three years now and my access to students
is limited as is the time I can spend on a project such as this. I am
describing it to the community more as a project idea.

> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On
> Behalf Of Andreas Raab
> Sent: Saturday, June 07, 2008 2:37 AM
> To: Croquet-dev; The general-purpose Squeak developers list
> Subject: [squeak-dev] Interesting blog post
>
> Hi -
>
> I'm sure some people here will be interested to see this:
>
>    http://cogblog.mirandabanda.org/
>
> Go Eliot! ;-)
>
> Cheers,
>    - Andreas
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Interesting blog post

Randal L. Schwartz
>>>>> "Ivan" == Ivan Tomek <[hidden email]> writes:

Ivan> My questions, fuzzy and not well formulated in my mind, are: Is QWAG
Ivan> going to be user programmable in Squeak if Squeak is at least partially
Ivan> underlying its implementation? Is there room for the kind of work that I
Ivan> am describing above as an open source project of some kind? It seems to
Ivan> me that with the explosion of interest in work and social collaboration
Ivan> this type of project could be of considerable interest.

Qwaq is a commercial offering, based on opencroquet
(http://opencroquet.org/index.php/Main_Page), which is open source.  I'm not
yet clear whether the cog engine will be open source as well.  Maybe I just
missed that line.

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[hidden email]> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Interesting blog post

cedreek
> Qwaq is a commercial offering, based on opencroquet
> (http://opencroquet.org/index.php/Main_Page), which is open source.  I'm not
> yet clear whether the cog engine will be open source as well.  Maybe I just
> missed that line.

From what I can read, it seems to me there is some code of Qwaq
released under MIT, plus Eliot said in his post
"I'm delighted to say that Qwaq has taken me on to write a fast
Croquet VM and that the VM is to be released under the Qwaq open
source licence (an MIT license).  I".

So it sounds good to me :)

My 2 cents,

Cédrick


Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Interesting blog post

Andreas.Raab
In reply to this post by Randal L. Schwartz
Randal L. Schwartz wrote:
> Qwaq is a commercial offering, based on opencroquet
> (http://opencroquet.org/index.php/Main_Page), which is open source.  I'm not
> yet clear whether the cog engine will be open source as well.  Maybe I just
> missed that line.

First sentence: "the VM is to be released under the Qwaq open source
licence (an MIT license)".

Cheers,
   - Andreas


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: Interesting blog post

Randal L. Schwartz
>>>>> "Andreas" == Andreas Raab <[hidden email]> writes:

Andreas> First sentence: "the VM is to be released under the Qwaq open source
Andreas> licence (an MIT license)".

Yes, so cleverly hidden, right there in the first sentence!  Thanks
for clarifying!

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[hidden email]> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Interesting blog post

Adrian Lienhard
In reply to this post by Randal L. Schwartz
On Jun 7, 2008, at 17:34 , Randal L. Schwartz wrote:
>
> Qwaq is a commercial offering, based on opencroquet
> (http://opencroquet.org/index.php/Main_Page), which is open source.  
> I'm not
> yet clear whether the cog engine will be open source as well.  Maybe  
> I just
> missed that line.

In the first sentence of the blog post Eliot says: "[...] the VM is to  
be released under the Qwaq open source licence (an MIT license)."

Cheers,
Adrian

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Interesting blog post

stephane ducasse
In reply to this post by Andreas.Raab
excellent!
This will make Squeak and its forks really competitive

Stef

On Jun 7, 2008, at 7:36 AM, Andreas Raab wrote:

> Hi -
>
> I'm sure some people here will be interested to see this:
>
>  http://cogblog.mirandabanda.org/
>
> Go Eliot! ;-)
>
> Cheers,
>  - Andreas
>
>