English 中文(简体)
学习如何使用利波语等语言设计和执行大型复杂应用[封闭式]
原标题:Learn how to design and implement large and complex applications using Lisp like languages [closed]

传统的辅导和书本主要解释子、数据结构、功能、高顺序功能、宏观等,而不是传统的项目Euler像练习一样,而是学习如何用利乌语设计大型应用的最佳综合资源,涵盖客户方面以及服务器方面的设计与执行?

是否有任何指南说明从第1步到第42步,如何逐步执行令人感兴趣的申请?

最佳回答

http://www.manning.com/rathore/“rel=“noretinger”职称=“联系与Maning出版物在《行动》的“Clojure in Action上的页上的联系”。 这本书首先对Clojure进行了介绍,继续讨论使用国家管理、一致性、代码生成和Java-interop等“real world”软件中的服装shin光的情况,然后通过开发使用单位测试、海关数据系统、Hadoop、HBase和RabbitMQ的非物质、可衡量的网络应用来浏览。

问题回答

The best book IMHO to really get Scheme is Structure and Interpretation of Computer Programs (SICP).

通过这些章节,你将逐步实施更复杂的系统——一个数字塔、一个图像操纵语言、一个流处理器、同时编制方案......直到最后,在最后两章中,你最后撰写了几种不同语文的口译员(Schem本身,一种逻辑语言,......)和一个虚拟机器和一个计划汇编器。

这些例子开始缓慢而容易,在你达到相当庞大、复杂和自足的系统之前,就更加困难。 它为真正了解方案拟订语言如何发挥作用以及如何在你的法典中管理复杂性和抽象性提供了最终经验。 在阅读这本书后,我可以向各位保证。

书上没有客户服务申请,但所开发的系统将使你准备好在计划中处理相当复杂的方案拟定任务。

见http://www.gigamonkeys.com/book/>。 实际共同文件。 此外,我认为,某些研究比较好:例如,建立网站。 尽管如此,任何教学或书都不会涵盖你可以部署的一个全称应用的例子。

实际上,Practical Common Lisp 描述了许多有益的模式和做法。 并参看、Land of Lisp。 Lisp Outside the Box, which isn t french, alas.

Personally, I found this book to be quite useful. It has an AI-centric approach oftentimes (as one would expect, given the title), but it also covers broader topics (especially PL stuff [compilers and interpreters specifically]), and it offers a deep understanding of common lisp. As an alternative, I also like Graham s On Lisp for esoteric lispiness (advanced macros, some further exploration of PL-implementation stuff). And yeah, you can t go wrong with SICP. Happy hunting.





相关问题
SQL Server - How many users do I *really* need?

I m setting up an application, and I m looking into purchasing a license for SQL Server. My question is pretty simple (though may have a complicated answer...) How many users accounts do I really ...

Object Graph / Persistence Question

I m currently working with an online application that requires multiple screens/steps in order to complete. The application domain is modeled using an object graph. Persistence to and from a database ...

Why does stack get truncated in Exception.StackTrace?

Why does the high part of the stack (in Exception.StackTrace) gets truncated? Let s see a simple example: public void ExternalMethod() { InternalMethod(); } public void InternalMethod() { try ...

ASP.NET MVC and Service Oriented Architecture

I would like to know how do i incorporate a feature like wcf within and MVC application. My current idea of the architecture is as follows: EntityFramework -> ASP.NET MVC (Views) ...

热门标签