Re: This week on parrot?

2008-05-07 Thread Thomas Fjellstrom
loser to Rakudo being reality." > > -- > Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance -- Thomas Fjellstrom [EMAIL PROTECTED]

Re: multiple languages clarification - newbie

2004-09-13 Thread Thomas Fjellstrom
On September 13, 2004 07:52 am, Dan Sugalski wrote: > At 3:31 AM -0600 9/11/04, Thomas Fjellstrom wrote: > >On September 8, 2004 04:34 pm, Dan Sugalski wrote: > >> At 11:02 PM +0100 9/8/04, Richard Jolly wrote: > >> >Hi, > >> > > >> > &g

Re: Namespaces

2004-09-11 Thread Thomas Fjellstrom
, class isa namespace isa hash isa type. (type is my pmc like thing, I can't believe I thought about my "type" stuff before I started reading this list :o) How well this will actually work for me or Parrot? I've no idea. -- Thomas Fjellstrom [EMAIL PROTECTED] http://strangesoft.net

Re: multiple languages clarification - newbie

2004-09-11 Thread Thomas Fjellstrom
er. Now why can't you use other languages symbols in your chosen language? They are all PMCs. It should "just work"(tm). Besides, that eval will either have to load the Python compiler (which may not exist) itself, or you "use" it prior... Still I think the libs sh

Re: register allocation

2004-08-13 Thread Thomas Fjellstrom
t;>Now we need to cut down the runtimes just a touch. :) > > > >DSWEPIC > > > >Dan Stop Writing Evil Pathological Intermediate Code. > > Hah! I wish I was writing this. Instead, I'm writing a compiler for > an Evil Pathological Language. :( Perl? >:) -- Thomas Fjellstrom [EMAIL PROTECTED] http://strangesoft.net

Re: An evil task for the interested

2003-10-09 Thread Thomas Fjellstrom
ps except, perhaps, > the final one, though I expect perl, python, and ruby code will all enable > ordered destruction. I've been interested in how to clean up circular dependencies... Just how easy is it to find all cases? Is it possible? Like say a really really deep case... Should you just not care at that point, and say the programmer deserves what [s]he gets? > Dan -- Thomas Fjellstrom [EMAIL PROTECTED] http://strangesoft.net

Re: [COMMIT] PerlHash class added.

2002-01-05 Thread Thomas Fjellstrom
urse, different PMC classes will have different ways > of hashing things, so we might need a different vtable operation to > retrieve by float, or by PMC, or ... Do you see what I'm saying? > > Basically, we need to retrieve by a generic key structure. yes.. By PMC :) wasnt there alot of talk about perl5 having 'PMC' like keys? -- Thomas Fjellstrom [EMAIL PROTECTED] http://strangesoft.net