I added this:
var x = struct {
var a = 1;
var b = 2;
};
just to make it easy to capture a set of variable initialisations
into a record when refactoring a program.
I typically start with horrid globals and straight line code
and gradually introduce subroutines and group the variables
into records, finally making procedures into functions with
parameters.
Roughly: I start with BASIC and end up with HASKELL :-)
--
john skaller
[email protected]
http://felix-lang.org
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language