<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 10, 2013 at 7:25 PM, Hendrik Boom <span dir="ltr"><<a href="mailto:hendrik@topoi.pooq.com" target="_blank">hendrik@topoi.pooq.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Dec 10, 2013 at 10:36:59AM -0500, Marc Feeley wrote:<br>
><br>
> On Dec 9, 2013, at 4:07 PM, Răzvan Rotaru <<a href="mailto:razvan.rotaru@gmail.com">razvan.rotaru@gmail.com</a>> wrote:<br>
><br>
> > Hi,<br>
> ><br>
> > Congratulations, and a big thank you. This is great news. I remember looking over scheme implementations some time ago, and not being sure whether gambit is actually still alive or not (besides bugfixing). Whether there's a community around it. Whether somebody is till actively working on it and/or supporting it. In the mean time I have learned the answer, and I've also found out that things are moving towards multi-core and multi-platform (speak: javascript). This is great.<br>


> ><br>
> > If I am allowed, I would like to criticize the lack of a "community adopted" module system, which I think can have a big (positive) influence on the community. My oppinion is that newcomers want to get started quickly. And they have stuff to do. They want to tackle the big questions later, and get stuff done now. Rick Hickey did put it very nicely: default matters. I can't but agree.<br>


> > If Black Hole is good enough, I can't but suggest to give it a "pseudo standard" status and include it in the distribution (or recommend it as a standard module system). And make sure it's handling libraries at least at convenient as maven (i.e. auto download and dependency resolution).<br>


> ><br>
> > It is incredibly important to have an easy quickstart, and have libraries at your fingertips, and get stuff quickly done. This is actually the secret recipe of Java (even if they discovered it in the second decade, and the core technology still sucks big time, even now). As much as I hate to wake a sleeping dragon, I must say that gambit has to make more bold moves and decisions and focus on gathering a community around it, if it intends to be practical.<br>


> ><br>
> > Thanks, and don't kill the critique.<br>
> > Razvan<br>
> ><br>
> ><br>
> ><br>
> > I'm not sure if and how I can help. If there are ideas out there, I'm open to suggestions.<br>
><br>
> Frankly, I think adopting the R7RS module system (subset or<br>
> compatible superset) is inevitable.  It is relatively simple and I<br>
> expect it to be adopted by other Scheme implementations, allowing<br>
> Gambit users to more easily share code with users of other Scheme<br>
> systems.  Also, I know that Alex Shinn is working on a new version of<br>
> the "snow" Scheme code repository that will be based on the R7RS<br>
> module system.<br>
<br>
</div>Agree.<br>
<br>
The first thing I thought when reading the suggestion that Gambit<br>
should standardize on Blackhole was, Where's the Scheme standard going<br>
with this.  Shouldn't we be tending in that direction?<br>
<span class="HOEnZb"><font color="#888888"><br></font></span><div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>I agree. I believe that Gambit will do itself and the community a favour following R7RS. Current Blackhole implementation does not deliver, and I see no real/practical benefit in it vs R7RS. This has been long discussed in this list. That Snow remake by A. Shinn sounds very promising. I hope we can integrate that into Gambit.</div>

<div><br></div><div>About having libaries at your fingertips, I totally agree. I tried to help in this regard, with a minimal set of tools for building, managing dependencies, task running, and packaging. But as happened to many of us through the history of Lisp, a single-man effort can oly get you so far. Eventually "real work" must be done. However, some of the things I achieved:</div>

<div>- Reviewing, collecting and improving as many implementations of SRFI as possible for Gambit</div><div>- Selecting and structuring some of the most important libraries made by the Scheme community, for Gambit or any other implementation that is or can be made compatible</div>

<div>- Trying to mimick some of the best "batteries included" libraries out there.</div><div>- Making app "skeletons" for Android, iOS (pending) and desktop platforms, so the developer could just start working as soon as possible</div>

<div>- Do it with a tiny layer, so the Gambit developer could feel in total posession of the control, unlike Blackhole where you can't bend the rules so easily.</div><div><br></div><div>The work is unfinished, but my intention is to continue with this:</div>

<div>- As soon as there is some good / standard implementation of modules, migrate to it. Currently is working with a custom/hacky-but-working system that simply automatizes building modules and its dependencies, with total flexibility.</div>

<div>- Release some apps and tutorials, showing the easiest way to get started with all this infrastructure in any of the platforms, to get a real app up and running, totally customizable. I'm following no framwork approach here, but rather a skeleton-based one, more like Yeoman does with Javascript. So each one could do things in a personal way, but starting from something.</div>

<div>- Release my first real app using only this system, as I'm currently using other languages/frameworks.</div><div><br></div><div><br></div><div>Cheers!</div><div><br></div><div><br></div><div><br></div></div><br>
</div>
</div>