Greetings! And thanks for your interest in GCL! 2.7 is the master branch in git.
Unfortunately, I've put too many experimental ideas in 2.7 for production use at the moment. The compiler output is far superior, as is the compliance, but the compiler is too slow, and needs a cache to avoid recompiling the same lisp primitives (automatically inlined) repeatedly. So for now I take ideas from master and graft onto the 2.6 series to produce incremental releases. Hopefully the gap will be narrowed soon and we can restore master to its proper role. Take care, Evan Hughes <[email protected]> writes: > Ahh thankyou, I missed the info folder. > > A colleague of mine has pointed me along that a 2.7 branch has been noted > to be more ANSI compatible, is this in the git branch I cant seem to > find it? > > Also my colleague and I would like to contribute on the project, a lot of > documentation so we can understand how the project works before we delve > into helping out with the compiler itself. Is there anything we should know > like style guide's or whether you guys like inline commenting as there > seems to be a lack of it. Also any help along the lines of "this is how > everything is set out" if you have a spare few moments would not go > unheard. > > On 18 November 2015 at 00:52, Camm Maguire <[email protected]> wrote: > > Greetings! In the source tree, these files are found under doc/ and > info/. In an installed package, /usr/share/doc/gcl/ and > /usr/share/info/gcl* (which can be read using your favorite info > browser) should be available, if the gcl-doc package is also installed. > > Take care, > > Evan Hughes <[email protected]> writes: > > > Hello > > > > Just inquiring on where I may find some documentation for gcl, details > about its specific implementation? > > > > Any help would be greatly appreciated. > > > > Evan Hughes > > > > _______________________________________________ > > Gcl-devel mailing list > > [email protected] > > https://lists.gnu.org/mailman/listinfo/gcl-devel > > -- > Camm Maguire [email protected] > ========================================================================== > "The earth is but one country, and mankind its citizens." -- Baha'u'llah > -- Camm Maguire [email protected] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gcl-devel
