Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Alpha release 018 is available
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jose L. Cuevas  
View profile  
 More options Nov 10 2005, 7:17 pm
From: "Jose L. Cuevas" <c...@realopen.org>
Date: Thu, 10 Nov 2005 16:17:54 -0800
Local: Thurs, Nov 10 2005 7:17 pm
Subject: Alpha release 018 is available
I'm uploading 018 tomorrow together with the source code. The code is
somewhat still messy. If anybody wants to join the development I think
we should talk about establishing some coding standards and protocols,
also we should work on a roadmap.

Even when bOSL is a "programming language" laboratory I still think it
has lots of practical uses. Perhaps define a few more syntax features
and behavior and then work on optimizing the runtime engine.

Here is a list of things I would love to see:
1. Allow to treat classes as objects, so we can call methods and
constant values of the class. Similar to objective-c.
2. Convert event dispatchers into a global Notifications/Callback
engine. Similar to cocoa.
3. To be able to attach methods and variables to an object at runtime.
4. To be able to treat a method like a literal object. For example if I
define the following method:

doThis(param1 as string, param2 as integer)

then I can say this:

doThis.param1 = "Jose"
doThis.param2 = 225
doThis.run()

I already changed bOSL so parameters are static by default. So when I
call this function a second time I can skip the parameters and just
call the run() method or modify only the parameters I need to change.

5. Add error/exception handling.
6. Operator overloading
7. Convert methods for objects. So we can cast an object into another
other datatype.
8. To compile to an iCode (intermediate code) that can be executed
faster by skipping the parsing.
9. Convert all data types into objects.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google