- Julia 1.0 Programming Complete Reference Guide
- Ivo Balbaert Adrian Salceanu
- 105字
- 2021-06-24 14:21:48
Summary
In this chapter, we looked at the built-in collection types Julia has to offer. We saw the power of matrices, the elegance of dictionaries, and the usefulness of tuples and sets. However, to dig deeper into the fabric of Julia, we need to learn how to define new types, which is another concept necessary that we need to organize code. We must know how types can be constructed, and how they are used in multiple dispatch. This is the main topic of the next chapter, where we will also see modules, which serve to organize code, but at an even higher level than types.
推薦閱讀
- Vue.js設計與實現
- Instant Testing with CasperJS
- Python數據可視化:基于Bokeh的可視化繪圖
- Visual Basic程序開發(學習筆記)
- PyTorch自動駕駛視覺感知算法實戰
- Android Development with Kotlin
- Kivy Cookbook
- 微課學人工智能Python編程
- RESTful Web Clients:基于超媒體的可復用客戶端
- Java EE 7 with GlassFish 4 Application Server
- DB2SQL性能調優秘笈
- Monitoring Docker
- Java程序設計入門(第2版)
- 高質量程序設計指南:C++/C語言
- Java 7 Concurrency Cookbook