View Single Post
  #13  
Old 05-04-2009, 05:16 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Inverness View Post
Graal is highly dynamic language, I don't think it's a good idea to have private variables unless there is easy to tell the access level of any variable.
I do not see what being dynamic has to do with anything. In Ruby, which is dynamic as ****, every member variable is private.

Quote:
const is not part of GScript itself, they are resolved by the compiler, similar to a macro in C.
By that logic, C has no language features since they are all resolved by the compiler to assembly.

Quote:
Making changes to a language syntax is something that requires alot of thought, and I'm annoyed with the lack of it right now.
Just give us Scheme macros so we do not have to bug Stefan to change the syntax for us.
Reply With Quote