FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 21 matches
Forum Index
Author Message
  Topic: MiniD 2 spec
r.lph50

Replies: 5
Views: 10106

PostForum: MiniD   Posted: Thu Mar 06, 2008 5:32 am   Subject: MiniD 2 spec
'\\' (Identifier | 'vararg' | Parameters) '->' Expression
[url=http://www.dsource.org/projects/minid/changeset/279]Fun Smile
  Topic: Module reloading
r.lph50

Replies: 6
Views: 10090

PostForum: MiniD   Posted: Mon Feb 18, 2008 4:49 pm   Subject: Module reloading
Oh I meant any new connections after modules have been reloaded would use the new MDContext. So its a per application context, and if the application gets modified or upgraded you'd create a new conte ...
  Topic: Module reloading
r.lph50

Replies: 6
Views: 10090

PostForum: MiniD   Posted: Mon Feb 18, 2008 12:00 am   Subject: Module reloading
I'd always imagined that if it a server application, you would handle new connections with a new MDContext. Any existing connections could be eased off the old MDContext. Problem then becomes is it po ...
  Topic: MiniD 2...
r.lph50

Replies: 15
Views: 24302

PostForum: MiniD   Posted: Mon Dec 17, 2007 12:33 am   Subject: MiniD 2...
Cheers for the reply

Looking at the Python property() function
I should probably never have mentioned it, because its not really what I'm after. Turns out I am after You mean, i.e. opLess, opLessE ...
  Topic: Caching
r.lph50

Replies: 4
Views: 8315

PostForum: MiniD   Posted: Fri Dec 14, 2007 11:33 pm   Subject: Caching
Ya, for example. If i am not mistaken PHP caches its bytecode, too.
PHP doesn't by default, but there are readily available extensions that do. I think MiniD is more like python in this case, and eve ...
  Topic: MiniD 2...
r.lph50

Replies: 15
Views: 24302

PostForum: MiniD   Posted: Fri Dec 14, 2007 11:04 pm   Subject: MiniD 2...
Cool. I like the attribute tables and opMethod additions.

You can do properties with the new opField and opFieldAssign metamethods. It's one of the main reasons I introduced them Smile
What about py ...
  Topic: Making copy of a class instance?
r.lph50

Replies: 6
Views: 14022

PostForum: General   Posted: Sun Sep 02, 2007 7:33 am   Subject: Making copy of a class instance?
If using phobos, memcpy ([url=http://www.digitalmars.com/d/phobos/std_c_string.html]see the phobos docs) from std.c.string will do the same thing as RtlMoveMemory on windows, linux, etc.

Is your co ...
  Topic: A bit of static typing
r.lph50

Replies: 6
Views: 13131

PostForum: MiniD   Posted: Sat Sep 01, 2007 3:20 am   Subject: A bit of static typing
This is sort of off-topic but if we are talking about function signatures.. it would be awesome to have a type (or even just fancy symbol) that made whatever was passed as an argument into a syntax tr ...
  Topic: May 2 -- Dynamic code funcs, JSON, speed improvements
r.lph50

Replies: 7
Views: 11739

PostForum: MiniD   Posted: Sun May 06, 2007 10:42 pm   Subject: May 2 -- Dynamic code funcs, JSON, speed improvements
Aah. I get it now. Other VMs would be referring to the equivalent of MDValue through pointers or reference types.

I keep trying to thing of stuff you haven't covered Smile Albeit it unsuccessfully..
...
  Topic: MiniD Feature Freeze -- Now in effect!
r.lph50

Replies: 15
Views: 26493

PostForum: MiniD   Posted: Fri May 04, 2007 10:47 pm   Subject: MiniD Feature Freeze -- Now in effect!
I don't know if you have looked at the [url=http://www.nekovm.org/doc/ffi]NekoVM's C FFI? It uses a lot of C text macros in its implementation, but I've always (rightly or wrongly) perceived it as sim ...
  Topic: May 2 -- Dynamic code funcs, JSON, speed improvements
r.lph50

Replies: 7
Views: 11739

PostForum: MiniD   Posted: Fri May 04, 2007 10:14 pm   Subject: May 2 -- Dynamic code funcs, JSON, speed improvements
I couldn't trace it through the code, but is MiniD allocating a MDValue for every boolean value? Would doing what you have done for nullValue (i.e. having only one global instance) for true and false ...
  Topic: MiniD Feature Freeze -- Now in effect!
r.lph50

Replies: 15
Views: 26493

PostForum: MiniD   Posted: Thu May 03, 2007 7:50 pm   Subject: MiniD Feature Freeze -- Now in effect!
One interesting (and useful) feature would be allowing function execution at class declaration time, but without assigning it to a local.
Something like the mixinProperties function in samples\simple ...
  Topic: MiniD Feature Freeze -- Now in effect!
r.lph50

Replies: 15
Views: 26493

PostForum: MiniD   Posted: Thu May 03, 2007 6:32 pm   Subject: MiniD Feature Freeze -- Now in effect!
Some ideas:

Can that LZW code be used to load/store compressed bytecode?

One interesting (and useful) feature would be allowing function execution at class declaration time, but without assignin ...
  Topic: May 2 -- Dynamic code funcs, JSON, speed improvements
r.lph50

Replies: 7
Views: 11739

PostForum: MiniD   Posted: Thu May 03, 2007 5:14 pm   Subject: May 2 -- Dynamic code funcs, JSON, speed improvements
All awesome!

Are there any plans for a toJSON()?
  Topic: Just hold on! It takes a while.
r.lph50

Replies: 1
Views: 6586

PostForum: MiniD   Posted: Mon Dec 25, 2006 3:41 am   Subject: Just hold on! It takes a while.
Wow.

Hope you have a good Christmas!
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group