- Julia 1.0 Programming Complete Reference Guide
- Ivo Balbaert Adrian Salceanu
- 75字
- 2021-06-24 14:21:44
Functions
Julia is first and foremost a functional language because computations and data transformations are done through functions; they are first-class citizens in Julia. Programs are structured around defining functions and to overload them for different combinations of argument types. This chapter discusses this keystone concept, covering the following topics:
- Defining functions
- Optional and keyword arguments
- Anonymous functions
- First-class functions and closures
- Recursive functions
- Broadcasting
- Map, filter, and list comprehensions
- Generic functions and multiple dispatch
推薦閱讀
- Python量化投資指南:基礎、數據與實戰
- Python高級編程
- YARN Essentials
- Python Data Analysis(Second Edition)
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- The Complete Coding Interview Guide in Java
- R大數據分析實用指南
- 案例式C語言程序設計實驗指導
- Zabbix Performance Tuning
- Instant Automapper
- Python預測分析實戰
- Mastering ASP.NET Core 2.0
- Android應用程序設計
- Java程序設計教程
- 一步一步學Spring Boot:微服務項目實戰(第2版)