1 / 31
文档名称:

scala及clojure:完美协作.pptx

格式:pptx   大小:9,110KB   页数:31页
下载后只包含 1 个 PPTX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

scala及clojure:完美协作.pptx

上传人:2112770869 2019/3/11 文件大小:8.90 MB

下载得到文件列表

scala及clojure:完美协作.pptx

相关文档

文档介绍

文档介绍:Scala&ClojurePlayingNiceDavidPollakQConBeijingApril,2015! ! ! !******@dppWrotesomeSpreadsheetsFoundedLift/WroteBeginningScalaCodingClojure3YearsCrazyPassionateLawyer-trainedTechDude! ! !PresoStructureBackgroundonScala&ClojureLiveCodingThoughts&Questions! ! ! !ScalaHybridFunctional/OOLanguage…AllthingstoallpeopleGnarly(特别危险的冲浪条件)TypeSystemJava-likesyntaxExcellentJavaInteropt! ! ! !ClojureModernLisp/FunctionalOptionalTypeSystemsOpinionatedre:ImmutabilitySuper-piletoJVMByteCode…CanSubclassJavaClasses…AndImplementJavaInterfaces! ! ! !SimilaritiesImmutableData&CollectionsSupereasytopass“functions”(reallyanonymousinnerclasses)plexity&concurrentsystemsBothaddress“ExpressionProblem”ExpressionProblem“Thegoalistodefineadatatypebycases,whereonecanaddnewcasestothedatatypeandnewfunctions overthedatatype,without pilingexistingcode.”