- Learning Scala Programming
- Vikash Sharma
- 80字
- 2021-06-30 19:07:44
A programming paradigm
A paradigm is simply a way of doing something. So a programming paradigm means a way of programming or a certain pattern of writing programs. There are a number of programming paradigms in existence, but four of them have gained popularity:
- Imperative Paradigm: First do this and then do that
- Functional Paradigm: Evaluate and use
- Logical Paradigm: Answer through solution
- Object-Oriented Paradigm: Send messages between objects to simulate temporal evolution of a set of real-world phenomena
推薦閱讀
- 極簡算法史:從數學到機器的故事
- 黑客攻防從入門到精通(實戰秘笈版)
- Flask Web全棧開發實戰
- Learning ArcGIS for Desktop
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Clojure for Java Developers
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Groovy 2 Cookbook
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Vue.js 3.x高效前端開發(視頻教學版)
- 大話程序員:從入門到優秀全攻略
- VMware vRealize Orchestrator Essentials
- C語言程序設計教程