Re: tree-il begin deprecated?

2018-07-15 Thread Mark H Weaver
Hi Matt, Matt Wette writes: > I noticed that from 2.0 to 2.2 the reference manual section on compiling > to tree-il replaced `begin' with `seq'.  Is `begin' going to be deprecated? It's not merely deprecated, is no longer part of tree-il in 2.2. However, 'parse-tree-il' still handles 'begin', a

loading an ecmascript file

2018-07-15 Thread Matt Wette
Hi All, I was hoping to kludge together a procedure to load a file containing a non-Scheme extension language. I am not surprised that it doesn't work, given the complexity of the load/compile code in (ice-9 boot-9 (check load-in-vicinity) and (system base compile) (check compile-file). Any idea

tree-il begin deprecated?

2018-07-15 Thread Matt Wette
Hi All, I noticed that from 2.0 to 2.2 the reference manual section on compiling to tree-il replaced `begin' with `seq'.  Is `begin' going to be deprecated? Matt