<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 19, 2011, at 6:07 PM, gonzalo diethelm wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Lucida Grande'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">Can Scheme (Racket) be used for a more “enterprise-y” project (console app, GUI app, web app, whatever, accessing data from any RDBMS in transactional ways) where I will have a team of developers working on separate parts of the system at the same time? How can Scheme (Racket) help me with the software engineering aspects of such a project? Has anybody here had any experience in projects similar to this?</span></div></span></blockquote><div><br></div><div>Yes for Scheme and yes for Racket. Example: Disney World has some virtual rides running on Chez Scheme. Example: Boeing/USAF use Racket to control large, expensive telescope arrays.&nbsp;</div><div><br></div><br><blockquote type="cite"><span class="Apple-style-span" style="font-family: Calibri, sans-serif; font-size: 15px; ">Which brings me to my second question: can Scheme (Racket) be used to develop all these different kinds of applications (console, GUI, etc.)? Can anybody point me to real life examples of each type of application developed with Scheme (Racket)?</span></blockquote><div><br></div><div><br></div><div>Yes. See above.&nbsp;</div><div><br></div><br><blockquote type="cite"><span class="Apple-style-span" style="font-family: Calibri, sans-serif; font-size: 15px; ">If Scheme is the be-all and end-all of programming languages, how come I don’t hear of more success stories using it</span></blockquote><br></div><div><br></div><div>Correction:&nbsp;Scheme (current standard) is the third-best language.&nbsp;Racket is the second-best language.&nbsp;</div><div><br></div><div>Compared to C++, Racket is an infant. This is especially true when you think in terms of programming language evolution.&nbsp;</div><div><br></div><div>So the first answer is come back when Racket is as old as C++.&nbsp;</div><div><br></div><div>The second&nbsp;answer is a simple statement about history and business. When tool X enables the constructions of systems S and T and is older than tool Y, then people will build systems S and T in X. Because people wish to get things done, not wait for some mythical perfect thing. Once a system S is built in X, there is little incentive to re-build the system in Y. Why? It costs money to do so. A good businessman must wonder whether he can recoup this money. &nbsp;Based on historical experience we also know that the reconstruction of a system makes it buggier. &nbsp;Some bugs will be avoided, new ones will be invented. Why introduce buggy behavior when the system is reliable enough to make money in the market? &nbsp;Equally important, the world of software gets built in layers. When layer Bot is built in X, traditionalists believe that it is best to build the layer on top of Bot, call it Mid, in X, too. Guess what they use to build layer Top? Even when a new language finally injects radically new ideas into the commercial world of software, as Java did with sound/safe types and safe memory/gc, programmers tend to deal with it as if it were the previous language. Indeed, you will find Java code that looks like Fortran code. I am sure when Racket's popularity explodes, you will find Racket code that looks like Fortran code, too.&nbsp;</div><div><br></div><div>-- Matthias</div><div><br></div><div><br></div><div><br></div><br></body></html>