My favorites | Sign in
Google
       
Details: Show all Hide all

Yesterday

  • 36 hours ago
    r148 (Module imports and inheritance now works. Fixed a bug in fun...) committed   -   Module imports and inheritance now works. Fixed a bug in function resolution. Have to make minor rewrite of all tests.
    Module imports and inheritance now works. Fixed a bug in function resolution. Have to make minor rewrite of all tests.
  • 40 hours ago
    r147 (Fixing a bunch of small bugs related to the new conversion t...) committed   -   Fixing a bunch of small bugs related to the new conversion to module instances.
    Fixing a bunch of small bugs related to the new conversion to module instances.

Last 7 days

  • Dec 27, 2009
    r146 (Renamed a bunch of files. Cleaned up some of the VM code. Re...) committed   -   Renamed a bunch of files. Cleaned up some of the VM code. Removed unused files. Created a few new files. Big thing: adding a module instantiation system. This is very important.
    Renamed a bunch of files. Cleaned up some of the VM code. Removed unused files. Created a few new files. Big thing: adding a module instantiation system. This is very important.
  • Dec 27, 2009
    r145 (Renamed a bunch of files. Cleaned up some of the VM code. Re...) committed   -   Renamed a bunch of files. Cleaned up some of the VM code. Removed unused files. Created a few new files. Big thing: adding a module instantiation system. This is very important.
    Renamed a bunch of files. Cleaned up some of the VM code. Removed unused files. Created a few new files. Big thing: adding a module instantiation system. This is very important.

Last 30 days

  • Dec 19, 2009
    r144 (Renamed test files. Module names and file names must match. ...) committed   -   Renamed test files. Module names and file names must match. Got static method calls to work.
    Renamed test files. Module names and file names must match. Got static method calls to work.
  • Dec 17, 2009
    r143 (Removed superflous function "GetStatementType") committed   -   Removed superflous function "GetStatementType"
    Removed superflous function "GetStatementType"
  • Dec 16, 2009
    heron-0-8-1.msi (Heron 0.8.1 - Executable and C# source code) file uploaded   -  
    Labels: Featured Type-Installer OpSys-Windows
    Labels: Featured Type-Installer OpSys-Windows
  • Dec 16, 2009
    heron-0-8-1.zip (Heron 0.8.1 - Executable and C# source code) file uploaded   -  
    Labels: Featured OpSys-Windows Type-Archive
    Labels: Featured OpSys-Windows Type-Archive
  • Dec 16, 2009
    r142 (Renaming the tests, fixed some problems with "is" and "as". ) committed   -   Renaming the tests, fixed some problems with "is" and "as".
    Renaming the tests, fixed some problems with "is" and "as".
  • Dec 16, 2009
    r141 (Duck typing. ) committed   -   Duck typing.
    Duck typing.
  • Dec 16, 2009
    r140 (Added the code to support duck-typing. Renamed some of the t...) committed   -   Added the code to support duck-typing. Renamed some of the test files.
    Added the code to support duck-typing. Renamed some of the test files.
  • Dec 14, 2009
    issue 9 (Source code) commented on   -   I'm confused. If this is an open-source project, then where exactly is the source to the DLLs?
    I'm confused. If this is an open-source project, then where exactly is the source to the DLLs?
  • Dec 12, 2009
    issue 14 (Run-time and Compile-time Entry Points ) reported   -   Currently the run-time and compile-time entry points are the constructors for classes named Main and Meta respectively. It seems inelegant that the entire program execution occurs in a single constructor. Probably considered bad style by many. Should move to a more standard model of either using a static function, or strictly use scripts (my preferred choice) to drive programs.
    Currently the run-time and compile-time entry points are the constructors for classes named Main and Meta respectively. It seems inelegant that the entire program execution occurs in a single constructor. Probably considered bad style by many. Should move to a more standard model of either using a static function, or strictly use scripts (my preferred choice) to drive programs.
  • Dec 12, 2009
    issue 13 (Requesting non-visible field behaves weird) commented on   -   I think I fixed this. If it doesn't show up again for a while I will close the issue.
    I think I fixed this. If it doesn't show up again for a while I will close the issue.
  • Dec 12, 2009
    heron-0-8.msi (Heron 0.8 - Executable and C# source code) file uploaded   -  
    Labels: Featured Type-Installer OpSys-Windows
    Labels: Featured Type-Installer OpSys-Windows
  • Dec 12, 2009
    heron-0-8.zip (Heron 0.7 - Executable and C# source code) file uploaded   -  
    Labels: Featured OpSys-Windows Type-Archive
    Labels: Featured OpSys-Windows Type-Archive
  • Dec 12, 2009
    r139 (Release 0.8.) committed   -   Release 0.8.
    Release 0.8.
  • Dec 10, 2009
    r138 (The list operators of mapeach, select, and range are now eva...) committed   -   The list operators of mapeach, select, and range are now evaluated lazily. They are implemented as returning iterators. This is nice. Also now "Seq" properly supports ToList and ToIterator.
    The list operators of mapeach, select, and range are now evaluated lazily. They are implemented as returning iterators. This is nice. Also now "Seq" properly supports ToList and ToIterator.
  • Dec 10, 2009
    HeronGrammar (The grammar of Heron) Wiki page edited   -   Revision r137 Edited wiki page through web user interface.
    Revision r137 Edited wiki page through web user interface.
  • Dec 10, 2009
    HeronGrammar (The grammar of the Heron syntax) Wiki page edited   -   Revision r136 Edited wiki page through web user interface.
    Revision r136 Edited wiki page through web user interface.
  • Dec 10, 2009
    HeronGrammar (The grammar of the Heron syntax) Wiki page edited   -   Revision r135 Edited wiki page through web user interface.
    Revision r135 Edited wiki page through web user interface.
  • Dec 10, 2009
    r134 ([No log message]) committed   -   [No log message]
    [No log message]
  • Dec 10, 2009
    HeronGrammar (The grammar of the Heron syntax) Wiki page edited   -   Revision r133 Edited wiki page through web user interface.
    Revision r133 Edited wiki page through web user interface.
  • Dec 10, 2009
    HeronGrammar (The grammar of the Heron syntax) Wiki page added   -   Revision r132 Created wiki page through web user interface.
    Revision r132 Created wiki page through web user interface.
  • Dec 10, 2009
    r131 (Added functionality to generate the heron syntax and a list ...) committed   -   Added functionality to generate the heron syntax and a list of primitives. Now passes all Heron Unit tests. Had to fix a bug related to type resolution.
    Added functionality to generate the heron syntax and a list of primitives. Now passes all Heron Unit tests. Had to fix a bug related to type resolution.
  • Dec 09, 2009
    r130 (The pretty printing program test now works. The "debugger" w...) committed   -   The pretty printing program test now works. The "debugger" which never really worked, now really doesn't work at all, so I disabled it.
    The pretty printing program test now works. The "debugger" which never really worked, now really doesn't work at all, so I disabled it.
  • Dec 07, 2009
    issue 9 (Source code) commented on   -   To be more specific: I would like the source code to the 3ds Max plug-in that you use blurPython24.dlx. Thanks!
    To be more specific: I would like the source code to the 3ds Max plug-in that you use blurPython24.dlx. Thanks!
  • Dec 07, 2009
    issue 9 (Source code) reported   -   Hi, I can't find the source code to the DLLs.
    Hi, I can't find the source code to the DLLs.
  • Dec 06, 2009
    r129 ([No log message]) committed   -   [No log message]
    [No log message]
  • Dec 06, 2009
    r128 (Updating algorithm for iterating over statements. ) committed   -   Updating algorithm for iterating over statements.
    Updating algorithm for iterating over statements.
  • Dec 06, 2009
    r127 (I have improved the sub-expression algorithm. It uses reflec...) committed   -   I have improved the sub-expression algorithm. It uses reflection now. This reduces the chance of an error, and reduces the amount of necessary code. I have also started adding the expressions to the primitives so that they can be reflected over.
    I have improved the sub-expression algorithm. It uses reflection now. This reduces the chance of an error, and reduces the amount of necessary code. I have also started adding the expressions to the primitives so that they can be reflected over.
  • Dec 05, 2009
    r126 (Some renaming and refactoring. Improving the compile-time re...) committed   -   Some renaming and refactoring. Improving the compile-time reflection sample. Fixing bugs. Exposing a lot more values to the Heron run-time.
    Some renaming and refactoring. Improving the compile-time reflection sample. Fixing bugs. Exposing a lot more values to the Heron run-time.
  • Dec 04, 2009
    issue 13 (Requesting non-visible field behaves weird) reported   -   In a heron program I called: FieldDefn.type but I forgot to declare the type field of FieldDefn as "HeronVisible". I expect this to be a lookup error, but instead I got success a "null". Which is bad.
    In a heron program I called: FieldDefn.type but I forgot to declare the type field of FieldDefn as "HeronVisible". I expect this to be a lookup error, but instead I got success a "null". Which is bad.
  • Dec 03, 2009
    TableOfContents (A table of contents for the Wiki-documentation) Wiki page edited   -   Revision r125 Edited wiki page through web user interface.
    Revision r125 Edited wiki page through web user interface.
  • Dec 02, 2009
    issue 12 (Single Assignment) reported   -   I think that preventing local variables from being reassigned is probably a good thing.
    I think that preventing local variables from being reassigned is probably a good thing.
  • Dec 02, 2009
    Closures (How heron supports closures.) Wiki page edited   -   Revision r124 Edited wiki page through web user interface.
    Revision r124 Edited wiki page through web user interface.
  • Dec 02, 2009
    Closures (How heron supports closures.) Wiki page added   -   Revision r123 Created wiki page through web user interface.
    Revision r123 Created wiki page through web user interface.
  • Dec 02, 2009
    FirstClassFunctions (First class functions in Heron.) Wiki page added   -   Revision r122 Created wiki page through web user interface.
    Revision r122 Created wiki page through web user interface.
  • Dec 02, 2009
    issue 11 (Comments in AST) reported   -   I want comments to be part of the AST.
    I want comments to be part of the AST.
  • Dec 02, 2009
    issue 4 (Discriminated Unions) Labels changed   -  
    Labels: Priority-Medium
    Labels: Priority-Medium
  • Dec 02, 2009
    issue 3 (Non-nullable types by default) Labels changed   -  
    Labels: Priority-Medium
    Labels: Priority-Medium
  • Dec 02, 2009
    issue 10 (Compile-Time Code Generation) reported   -   I want to be able to modify the AST at compile-time.
    I want to be able to modify the AST at compile-time.
  • Dec 02, 2009
    issue 9 (Asynchronous Message Passing) reported   -   I want some kind of async message passing mechanism.
    I want some kind of async message passing mechanism.
  • Dec 02, 2009
    issue 8 (Annotations) reported   -   I want to support annotations on functions, fields, classes, etc.
    I want to support annotations on functions, fields, classes, etc.
  • Dec 02, 2009
    issue 7 (Imports) reported   -   I want to support module importing.
    I want to support module importing.
  • Dec 02, 2009
    issue 6 (Script Piping) reported   -   I want to be able to pipe a scripts output into another scripts input asynchronously using the "|>" operator.
    I want to be able to pipe a scripts output into another scripts input asynchronously using the "|>" operator.
  • Dec 02, 2009
    issue 5 (Primitive Subtyping) reported   -   I want to be able to derive from primitives.
    I want to be able to derive from primitives.
  • Dec 02, 2009
    issue 4 (Discriminated Unions) reported   -   I want to support discriminated unions, aka algebraic data types, such as found in ML, OCaml, F#, and Haskell
    I want to support discriminated unions, aka algebraic data types, such as found in ML, OCaml, F#, and Haskell
  • Dec 02, 2009
    issue 3 (Non-nullable types by default) reported   -   All types should prevent being assigned null, unless the special form "Type?" is used.
    All types should prevent being assigned null, unless the special form "Type?" is used.
  • Dec 02, 2009
    r121 (What I did: - HeronPrimitiveType has disappeared. - Starte...) committed   -   What I did: - HeronPrimitiveType has disappeared. - Started simplifying the exposure of types to Heron. - Most just derive from HeronValue and expose functions and fields through [HeronVisible]. - Added a new file "HeronUserType" for HeronClass, HeronInterface, etc. - HeronASTValue and HeronTree is being experimented with - new file tests/test16.heron demonstrates compile-time reflection. - "Premain" classes have been renamed to "Meta"
    What I did: - HeronPrimitiveType has disappeared. - Started simplifying the exposure of types to Heron. - Most just derive from HeronValue and expose functions and fields through [HeronVisible]. - Added a new file "HeronUserType" for HeronClass, HeronInterface, etc. - HeronASTValue and HeronTree is being experimented with - new file tests/test16.heron demonstrates compile-time reflection. - "Premain" classes have been renamed to "Meta"