Malx | 14 Aug 20:52
Favicon

Why not? :)

Posted at: http://interreality.org/phorum/read.php?2,286,286#msg-286
Malx wrote:

Hello!

I have seen this project a while ago and still it hard to grasp :)
Sorry if I miss the point.

Do you know the language:
http://www.iolanguage.com/
http://www.quag.geek.nz/io/getting-started/

 It is very small and easily embeddable language. It is Object oriented but very simple. It has no classes,
but only objects (same as JS). And instead of methods it has messages ( File.open() is actually "send
message 'open(param)' to object File). All things there are objects - numbers, base library, key words -
they are just ordinary objects.

 So why I mention it?

 Why not to build VOS on top of existing language implementation? :)))

 Instead of scripting bindings - you get whole language for scripting.
 Instead of recreating object environment - you just use existing one.
 Instead of hard way of creating all object in C++ you could use most of scripting language and implement base
library objects in C/C++ and embed them as IO objects.
This will help newcomers a lot - just write scripts to make content.

http://www.quag.geek.nz/io/visual/
 (could you draw something like this for VOS? ;)

(Continue reading)

HEBLACK, J | 18 Aug 13:11
Favicon

Re: Why not? :)


Hello!

It could simplify without Http or ftp server not that. 

Stay well.

Jason
-  
Entrante.fif
Search name: insondable
Find items: If any criteria are met
Sender contains myspace
Recipients contains myspace
Subject contains myspace
Message Body contains myspace 
Source Account is HEBLACK, J <jason.heblack@...>
Then Move to Folder Inbox/Air alert
http://www.allmyamigos.com/view_profile.php?member_id=6145 

On Thu, 2008-08-14 at 14:53 -0400, Malx wrote:
> Posted at: http://interreality.org/phorum/read.php?2,286,286#msg-286
> Malx wrote:
> 
> Hello!
> 
> I have seen this project a while ago and still it hard to grasp :)
> Sorry if I miss the point.
> 
> Do you know the language:
(Continue reading)

HEBLACK, J | 18 Aug 20:01
Favicon

Re: Why not? :)


Hi Pete or Reed,

I ?

Stay well.

-  
Entrante.fif
Search name: insondable
Find items: If any criteria are met
Sender contains myspace
Recipients contains myspace
Subject contains myspace
Message Body contains myspace 
Source Account is HEBLACK, J <jason.heblack@...>
Then Move to Folder Inbox/Air alert
http://www.allmyamigos.com/view_profile.php?member_id=6145 

On Thu, 2008-08-14 at 14:53 -0400, Malx wrote:
> Posted at: http://interreality.org/phorum/read.php?2,286,286#msg-286
> Malx wrote:
> 
> Hello!
> 
> I have seen this project a while ago and still it hard to grasp :)
> Sorry if I miss the point.
> 
> Do you know the language:
> http://www.iolanguage.com/
(Continue reading)

Malx | 18 Aug 22:30
Favicon

Re: Why not? :)

Posted at: http://interreality.org/phorum/read.php?2,286,290#msg-290
Malx wrote:

Hello

I have not understand an answer really :(

If you mean I need ftp/http server to use IO language it is not the case. Now there is VOS server. It will remain
for internet commuications, but inside of it will be IO interpreter for object processing. Every "site"
will have one. 

Malx
reed | 23 Aug 13:22
Favicon

Re: Why not? :)

Posted at: http://interreality.org/phorum/read.php?2,286,295#msg-295
reed wrote:

Looks like an interesting language, and it even has at least the start of a good library.  I think it would be
detrimental at this stage to switch implementation languages. Having a C++ base is pretty useful when it
comes to portability and integrating libraries.  But as you may know, one of the major features that Peter
is working on for the next version is infrastructure that will make it easier to have many language
bindings, IO could certainly be one of them, and we can try to think of ways of making the integration
natural and using its features to the fullest...   But I'll let Pete comment more authoritatively on that...

Reed

Gmane