[Chicken-users] Tools to make a graphviz dot map of a scheme program?

2014-02-10 Thread Matt Welland
I made a hack to try this out and although very interesting the output (i) is crude. The script itself (ii) is an awful mess. Somehow though it seems to me there could be some useful insight to be gained from something visual like this and I imagine it has been done before. Any pointers to nice wa

Re: [Chicken-users] CMake build support

2014-02-10 Thread Matt Welland
From my Android phone on T-Mobile. The first nationwide 4G network. Original message From: Oleg Kolosov Date: 02/10/2014 3:09 PM (GMT-07:00) To: Matt Welland ,chicken-users Subject: Re: [Chicken-users] CMake build support On 02/11/14 01:07, Matt Welland wrote: Hi Ole

Re: [Chicken-users] CMake build support

2014-02-10 Thread Oleg Kolosov
On 02/11/14 01:07, Matt Welland wrote: > Hi Oleg, > > What is the purpose of switching to cmake? Can the transition be done > without adding another dependency to building for mingw-msys? > > I guess my concern is that even if cmake is an improvement over make > that the impact can still be negativ

Re: [Chicken-users] CMake build support

2014-02-10 Thread Matt Welland
Hi Oleg, What is the purpose of switching to cmake? Can the transition be done without adding another dependency to building for mingw-msys? I guess my concern is that even if cmake is an improvement over make that the impact can still be negative on the community. For me the interesting platf

[Chicken-users] CMake build support

2014-02-10 Thread Oleg Kolosov
Hello All. I am happy to inform you that I have achieved some success converting Chicken build system from Makefiles to CMake. This initial work is a proof of concept and still very ugly and incomplete, but certainly will be improved. I've created a fork of Chicken on https://github.com/bazurbat/c