资源描述:
《pragmatic programming.erlang.software.for.a.concurrent.world.(2007).bbl.[193435600x]外语英文电子书》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Theworldisparallel.Ifwewanttowriteprogramsthatbehaveasotherobjectsbehaveintherealworld,thentheseprogramswillhaveaconcurrentstructure.Usealanguagethatwasdesignedforwritingconcurrentapplications,anddevelopmentbecomesaloteasier.Erlangprogramsmodelhowwethinkandinter
2、act.JoeArmstrongProgrammingErlangSoftwareforaConcurrentWorldJoeArmstrongThePragmaticBookshelfRaleigh,NorthCarolinaDallas,TexasManyofthedesignationsusedbymanufacturersandsellerstodistinguishtheirprod-uctsareclaimedastrademarks.Wherethosedesignationsappearinthisbo
3、ok,andThePragmaticProgrammers,LLCwasawareofatrademarkclaim,thedesignationshavebeenprintedininitialcapitallettersorinallcapitals.ThePragmaticStarterKit,ThePragmaticProgrammer,PragmaticProgramming,PragmaticBookshelfandthelinkinggdevicearetrademarksofThePragmaticPr
4、ogrammers,LLC.Everyprecautionwastakeninthepreparationofthisbook.However,thepublisherassumesnoresponsibilityforerrorsoromissions,orfordamagesthatmayresultfromtheuseofinformation(includingprogramlistings)containedherein.OurPragmaticcourses,workshops,andotherproduc
5、tscanhelpyouandyourteamcreatebettersoftwareandhavemorefun.Formoreinformation,aswellasthelatestPragmatictitles,pleasevisitusathttp://www.pragmaticprogrammer.comCopyright©2007armstrongonsoftware.Allrightsreserved.Nopartofthispublicationmaybereproduced,storedinaret
6、rievalsystem,ortransmit-ted,inanyform,orbyanymeans,electronic,mechanical,photocopying,recording,orotherwise,withoutthepriorconsentofthepublisher.PrintedintheUnitedStatesofAmerica.ISBN-10:1-9343560-0-XISBN-13:978-1-934356-00-5Printedonacid-freepaperwith50%recycle
7、d,15%post-consumercontent.P1.1printing,July,2007Version:2007-7-17Contents1Begin121.1RoadMap..........................131.2BeginAgain.........................161.3Acknowledgments......................172GettingStarted182.1Overview...........................182.2I
8、nstallingErlang......................212.3TheCodeinThisBook...................232.4StartingtheShell......................242.5SimpleIntegerArithmetic.................