Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!wuarchive!udel!new From: new@udel.edu (Darren New) Newsgroups: comp.sys.amiga Subject: Re: Lattice 5.04 and LSE Message-ID: <10660@nigel.udel.EDU> Date: 9 Feb 90 19:31:24 GMT References: <1990Feb8.233832.12352@cec1.wustl.edu> Sender: usenet@udel.EDU Reply-To: new@udel.edu (Darren New) Organization: University of Delaware Lines: 21 In article <1990Feb8.233832.12352@cec1.wustl.edu> bdo8650@cec2.wustl.edu (Bryan Dennis O'Connor) writes: > Also. What else does Lattice come with, I have heard that it >contains the 'compiler companion'. But I am unsure what the means. LC5.04 comes with the compiler, LSE, and codeprobe. It also comes with some utilities like find, grep, "batch" and "extract" (giving you similar stuff but more powerful that list lformat), CXRef, diff, lmk (make), profiler, touch, wc, and "splat" (grep w/ replace). There are many libraries for math and such and there is the GREP library similar to but more powerful than the UNIX regexp library (take unix or ados style wildcards). CodeProbe is great. It also has a Rexx port, allowing things like "single step until I've created any file in temp:" and lots of wack-like stuff. BLink supports normal linking, creating resident programs, creating programs that automatically detatch from the CLI, creating programs that catch GURUs and write snapshots for later traceback-debugging (a la unix "core" files), and comibnations of these. It also supports fairly easy creation of shared libraries (which I have not tried, but it looks quite easy).