Re: [Pharo-project] [squeak-dev] Re: [BUG] [ :a | ] value: 1

2009-12-16 Thread Stephen Pair
On Wed, Dec 16, 2009 at 1:24 PM, Eliot Miranda wrote: > > > I like Peter's response. How about making it a preference? ;) ;) What I > mean is we replace the code by something that compiles code that either > raises an error or answers nil. y default the preference is set to generate > the error

Re: [Pharo-project] MIT strikes back (was Re: [smalltalk-research] Re: [Esug-list] Google Summer Of Code 2010 news!!!)

2010-03-11 Thread Stephen Pair
On Wed, Mar 10, 2010 at 7:37 PM, Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com> wrote: > 2010/3/10 Stéphane Ducasse : > >> What the starting point is will depend on to what extent Cog has > been open sourced (Teleplace may choose to open source > single-threaded Cog initially, ke

[Pharo-project] [ANN] Trax downloads

2010-03-11 Thread Stephen Pair
I have made the source code (as well as a pre-loaded image) for Trax available here: http://squeak.pairhome.net/trax Trax is a general object versioning system for Squeak. As of right now, I've only tried to run it in Squeak 3.9. It also depends on the pinesoft widgets. If anyone is interested

Re: [Pharo-project] why FileDirectory sucks

2009-07-01 Thread Stephen Pair
On Wed, Jul 1, 2009 at 9:42 AM, Stéphane Ducasse wrote: > Hi guys > > we should really consider to have an alternate (may be building on / > rewriting part of RIO) > but FileDirectory sucks. > > I have a file > >FileDirectory default > > and now I want to get two levels up. > > Well after

Re: [Pharo-project] why FileDirectory sucks

2009-07-01 Thread Stephen Pair
On Wed, Jul 1, 2009 at 2:18 PM, John M McIntosh < john...@smalltalkconsulting.com> wrote: > > So I'd suggest one thinks about reusing the URI logic > 2009/7/1 Cameron Sanders > > And back to the main topic here... aren't URL's fairly well generalized? > Are they not the right way to fully general

Re: [Pharo-project] why FileDirectory sucks

2009-07-01 Thread Stephen Pair
On Wed, Jul 1, 2009 at 5:32 PM, Michael Rueger wrote: > Igor Stasenko wrote: > > > how then i could write a 'FileDirectory default' in terms of URIs? > > 'file://.' asURI ? > > No, you would still write FileDirectory default :-) > > But then you would do something like > > (FileDirectory default

Re: [Pharo-project] NativeBoost and Cog. A working protype.

2010-09-30 Thread Stephen Pair
On Wed, Sep 29, 2010 at 11:41 PM, Igor Stasenko wrote: > On 30 September 2010 06:20, Schwab,Wilhelm K > wrote: > > One really crazy idea: inline C. Is there any way that one could put C > code into a method, have it compiled and captured somehow as part of the > image? Perhaps I am underestima