My own Squeak direction

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
86 messages Options
My own Squeak direction – Folks - I feel like the recent discussion about directions left us without much progress in terms of where we think Squeak is headed. I actua...
Folks, thanks to Andreas for a great topic. My Squeak directions are two-fold, pragmatics (performance and interoperability), and program...
On Sun, Nov 29, 2009 at 4:42 PM, Eliot Miranda <eliot.miranda@...> wrote: > For a vision I think both of the above point in the directio...
Cool thread Andreas. The direction I am looking to move Squeak in as part of the Open Cobalt project: I would like Squeak (Cobalt) to be a rea...
On Sun, 29 Nov 2009, Matthew Fulmer wrote: > I also am going to make an attempt over the winter break to > rebase Cobalt atop Pharo. The...
On Sun, Nov 29, 2009 at 4:36 PM, Levente Uzonyi <leves@...> wrote: > On Sun, 29 Nov 2009, Matthew Fulmer wrote: > > I also am...
On Sun, 29 Nov 2009, Eliot Miranda wrote: > On Sun, Nov 29, 2009 at 4:36 PM, Levente Uzonyi <leves@...> wrote: >> >> AFA...
Re: My Own Squeak Direction – @German Arduino "But, and is a big but on my pov, I wants also all the possibilities to make web development. I don't like the idea of th...
>>>>> "Chris" == Chris Cunnington <smalltalktelevision@...> writes: Chris> It's clear to me from things Julia...
On Sun, 15 Nov 2009, Randal L. Schwartz wrote: >>>>>> "Chris" == Chris Cunnington <smalltalktelevision@...> w...
Seaside support in Squeak (Re: My Own Squeak Direction) – Levente Uzonyi wrote: > According to the seaside website, squeak is not supported anymore: > http://www.seaside.st/download/squeak Then...
On 16-Nov-09, at 5:46 PM, Andreas Raab wrote: > From a practical perspective, I feel quite comfortable with saying > that Seaside su...
Colin Putney wrote: > On 16-Nov-09, at 5:46 PM, Andreas Raab wrote: >> From a practical perspective, I feel quite comfortable with sayi...
On 16-Nov-09, at 9:03 PM, Andreas Raab wrote: > Colin Putney wrote: >> On 16-Nov-09, at 5:46 PM, Andreas Raab wrote: >>> ...
>>>>> "Colin" == Colin Putney <cputney@...> writes: Colin> Yup, shouldn't affect existing code. I'll take a s...
Re: Re: Seaside support in Squeak (Re: My Own Squeak Direction) – On Mon, Nov 16, 2009 at 9:50 PM, Randal L. Schwartz <merlyn@...> wrote: >>>>>> "Colin" == Colin Putney <cpu...
Re: Re: Seaside support in Squeak (Re: My Own Squeak Direction) – >>>>> "Julian" == Julian Fitzell <jfitzell@...> writes: Julian> It's just a matter of continually testing, fi...
Re: Seaside support in Squeak (Re: My Own Squeak Direction) – Randal L. Schwartz wrote: > As a datapoint, the alpha5 release works just fine in Squeak-trunk. > > I'd like to reduce the "scar...
El dom, 15-11-2009 a las 12:17 -0500, Chris Cunnington escribió: > I'm content to watch Pharo take new Seaside releases and disappear over t...
> > It's clear to me from things Julian Fitzel has said that the Seaside maintainers will not be porting to Squeak. They plan to develop fo...
On 11/14/2009 11:29 PM, Andreas Raab wrote: > Folks - > > I feel like the recent discussion about directions left us without much >...
I would like to see the following directions included for Squeak: Modularity and minimal core - so that you can load what you want onto a minim...
Andreas Raab wrote: > Folks - > > I feel like the recent discussion about directions left us without > much progress in terms of ...
Jecel Assumpcao Jr wrote: > Juan Vuletich wrote: > >> My own Squeak direction is described in >> http://www.jvuletich.or...
Hi guys! Gotta chime in somewhere here and since Jecel mentioned DS... :) Jecel Assumpcao Jr wrote: > I want it to be easy and elegant t...
2009/11/16 Göran Krampe <goran@...>: > Hi guys! > > Gotta chime in somewhere here and since Jecel mentioned DS... :) > >...
On Tue, Nov 17, 2009 at 10:37 PM, Igor Stasenko <siguctua@...> wrote: > 2009/11/16 Göran Krampe <goran@...>: > > If we co...
2009/11/17 Michael van der Gulik <mikevdg@...>: > > > On Tue, Nov 17, 2009 at 10:37 PM, Igor Stasenko <siguctua@...> wrote...
On Monday 16 November 2009 07:58:16 pm Göran Krampe wrote: > Jecel Assumpcao Jr wrote: > > I want it to be easy and elegant to create a...
Splitting Object Memory (was Re: My own Squeak direction) – On 17.11.2009, at 04:18, K. K. Subramaniam wrote: > On Monday 16 November 2009 07:58:16 pm Göran Krampe wrote: >> Jecel Assumpcao J...
On 17.11.2009, at 16:59, Jecel Assumpcao Jr wrote: > Bert Freudenberg wrote: >> On 17.11.2009, at 04:18, K. K. Subramaniam wrote: ...
Problem handling nextLine – After today's update, the following code: [ fHandle atEnd ] whileFalse: [ stringFromFile := fHandle nextLine. draw := Dra...
Hi Casimiro, it would help if you would provide receiver class information. Otherwise, I see I probably messed up the horrific Stream hierarchy ...
I get it. I wanted to use #upToAnyOf: crlf. Unfortunately, this one would not tell me whether a cr or a lf was hit (or the end of stream). So ...
Bert Freudenberg wrote: > > Sure: http://wiki.squeak.org/squeak/584 > > Sounds a bit less simple than what I had in mind. Your ide...
On Tue, 17 Nov 2009 12:52:28 +0100, Bert Freudenberg <bert@...> wrote: >I'd love to have even a simple version of this. E.g., split t...
Re: Splitting Object Memory – On 17.11.2009, at 17:07, Jon Hylands wrote: > On Tue, 17 Nov 2009 12:52:28 +0100, Bert Freudenberg > <bert@...> wrote: > &...
Bert Freudenberg wrote: > On 17.11.2009, at 04:18, K. K. Subramaniam wrote: > > The object memory has old/new areas, but the image is s...
Hi! K. K. Subramaniam wrote: > On Monday 16 November 2009 07:58:16 pm Göran Krampe wrote: >> Jecel Assumpcao Jr wrote: >>>...
Göran Krampe wrote: > Gotta chime in somewhere here and since Jecel mentioned DS... :) It wouldn't make sense to make plans for the future ...
Jecel Assumpcao Jr wrote: > Juan Vuletich wrote: > >> Jecel Assumpcao Jr wrote: >> >>> Juan Vuletich wrote...
Juan Vuletich wrote: > Well, the part I didn't get was: "This image would support multiple > simultaneous viewpoints such that if yo...
Juan Vuletich wrote: > Jecel Assumpcao Jr wrote: > > Juan Vuletich wrote: > > [single, world-wide image for Squeak] > >...
Juan Vuletich wrote: > No matter how many times we said this, from what I see in responses to > this thread, it seems people still don't ...
Andreas Raab wrote: > Juan Vuletich wrote: >> No matter how many times we said this, from what I see in responses >> to this th...
Personal media, multimedia capabilities, eToys and all the goals mentioned by Andreas are my own also, and I think that they don't exclude the J...
Juan Vuletich wrote: > My own Squeak direction is described in > http://www.jvuletich.org/Cuis/Index.html . As it seems to be > inco...
Andreas, Personal dynamic media sounds excellent, media experience and malleability is what brought me to squeak in the first place. I agree w...
64 bit images – On 15.11.2009, at 03:46, Travis Kay wrote: > I would like to see [..] 64bit (image too) Curious: what would you do if you could have a h...
On Sun, Nov 15, 2009 at 5:39 AM, Bert Freudenberg <bert@...>wrote: > On 15.11.2009, at 03:46, Travis Kay wrote: > > > I wo...
On 16.11.2009, at 23:40, Eliot Miranda wrote: > > > On Sun, Nov 15, 2009 at 5:39 AM, Bert Freudenberg <bert@...> wrote: &...
On Mon, Nov 16, 2009 at 2:50 PM, Bert Freudenberg <bert@...>wrote: > > On 16.11.2009, at 23:40, Eliot Miranda wrote: > > ...
Ok, one of the objectives of building 64 bit Squeak VM hosting app was to let people explore solutions to address what a 64 bit image can do, wi...
My brother is a mathematician that researches on issues related to the flow of gases in the atmosphere. He runs tests on enormous amounts of dat...
2009/11/17 Ramiro Diaz Trepat <ramiro@...>: > My brother is a mathematician that researches on issues related to the flow > of gases...
If I had a 64 bit image I would import all OpenStreetMap data and experiment with algorithms to access/render this dataset fast... Marco Schmi...
2009/11/17 Eliot Miranda <eliot.miranda@...>: > > > On Mon, Nov 16, 2009 at 2:50 PM, Bert Freudenberg <bert@...> > wro...
Nicolas Cellier wrote: > 2009/11/17 Eliot Miranda <eliot.miranda@...>: >>> Travis, Martin, what's the current demand like? ...
On 16-Nov-09, at 2:40 PM, Eliot Miranda wrote: > One was Quallaby. They did a network monitoring app that had huge > numbers of lar...
Package name "SharedPool-Speech", "SharedPool-FFI", etc ? – There is currently a package dependency for VMMaker that requires the entire Speech package (for KlattSynthesizerPlugin). This can be resolved t...
Speech Klatt package on SqueakSource (was: Package name "SharedPool-Speech", "SharedPool-FFI", etc ?) – On Sun, Nov 15, 2009 at 10:48:49AM -0500, David T. Lewis wrote: > There is currently a package dependency for VMMaker that requires the > ...
Re: Speech Klatt package on SqueakSource – David T. Lewis wrote: > The purpose of this change is to enable "VMMaker updateFromServer" to > first load the Klatt shared pool...
On Mon, Nov 16, 2009 at 06:18:23PM -0800, Andreas Raab wrote: > David T. Lewis wrote: > >The purpose of this change is to enable "...
Re: Speech Klatt package on SqueakSource – David T. Lewis wrote: >> * FFI-SharedPools >> * FFI-Kernel >> * FFI-Tests >> * FFI-Examples > > Good, if you ...
Not just laziness, but also convenience. The people who trying it first time, obviously having lack of knowledge, where all those plugins reside...
On Tue, Nov 17, 2009 at 02:23:13PM +0200, Igor Stasenko wrote: > Not just laziness, but also convenience. > The people who trying it first...
On 15.11.2009, at 16:48, David T. Lewis wrote: > There is currently a package dependency for VMMaker that requires the > entire Speech...
On Sun, Nov 15, 2009 at 05:03:11PM +0100, Bert Freudenberg wrote: > > On 15.11.2009, at 16:48, David T. Lewis wrote: > > > Th...
On 15-Nov-09, at 8:46 AM, David T. Lewis wrote: > On Sun, Nov 15, 2009 at 05:03:11PM +0100, Bert Freudenberg wrote: >> >> On...
On Sun, Nov 15, 2009 at 02:39:24PM +0100, Bert Freudenberg wrote: > On 15.11.2009, at 03:46, Travis Kay wrote: > > > I would like...
On 11/15/09 12:20 PM, "David T. Lewis" <lewis@...> wrote: > John McIntosh with support from ESUG is planning to do new...
RE: 64 bit images – I built a 64bit VM a few years ago and converted one of my images. I had some success but I don't remember the issues I had run into with the ima...
Hi Andreas, Hi All, here's an interesting rant: http://www.xent.com/pipermail/fork/Week-of-Mon-20091109/054578.html from one Jeff Bone. ...
On 2009-11-16 21:22, Eliot Miranda wrote: > Hi Andreas, Hi All, > > here's an interesting rant: > http://www.xent.com/piperm...
On 11/14/09 9:28 PM, "Andreas Raab" <andreas.raab@...> wrote: > Folks - > > I feel like the recent discussion...
On Sunday 15 November 2009 04:58:49 am Andreas Raab wrote: > Folks - > > I feel like the recent discussion about directions left us w...
On Sat, Nov 14, 2009 at 03:28:49PM -0800, Andreas Raab wrote: > > I'd be interested in hearing what others working on and in Squeak have ...
Clever title:) I'm new around here, but here's a short list of things that I fancy (being the Fancy New Guy) doing with Squeak: - Media. I ...
> - Music. I want to make music with Squeak. Has anyone heard of Siren > or DynaPiano? see Musical Objects for Squeak, my own project: ...
> My long-term vision for Squeak is to bring it back to being a medium for > personal dynamic media. I want Squeak to be a fun, educationa...
El sáb, 14-11-2009 a las 15:28 -0800, Andreas Raab escribió: > > I'd be interested in hearing what others working on and in Squeak have...
>>>>> "Miguel" == Miguel Enrique Cobá Martinez <miguel.coba@...> writes: Miguel> I would like a timeline for ...
El sáb, 14-11-2009 a las 20:24 -0800, Randal L. Schwartz escribió: > >>>>> "Miguel" == Miguel Enrique Cobá Martinez &...
I would like to make a Squeak.dll that is callable by other application programs like Computer Aided Design software (CAD). I want to make addons ...
askoh wrote: > I would like to make a Squeak.dll that is callable by other application > programs like Computer Aided Design software (CAD...
>>>>> "Andreas" == Andreas Raab <andreas.raab@...> writes: Andreas> I'd be interested in hearing what others ...