roterdam / heron-language

Automatically exported from code.google.com/p/heron-language
0 stars 0 forks source link

Run-time and Compile-time Entry Points #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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. 

Original issue reported on code.google.com by cdiggins on 12 Dec 2009 at 9:00

GoogleCodeExporter commented 8 years ago

Original comment by cdiggins on 26 Mar 2010 at 1:18