Esempio n. 1
0
		public static void Main (string[] args)
		{
			var env = new Dynamo.FSchemeInterop.ExecutionEnvironment ();
			FScheme.REPL (true);
		}
Esempio n. 2
0
        public static void Main(string[] args)
        {
            var env = new Dynamo.FSchemeInterop.ExecutionEnvironment();

            FScheme.REPL(true);
        }