- 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.
推薦閱讀
- Debian 7:System Administration Best Practices
- Java程序設計與計算思維
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Java:Data Science Made Easy
- Java加密與解密的藝術
- Oracle Database 12c Security Cookbook
- Java應用開發技術實例教程
- Go并發編程實戰
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- C#實踐教程(第2版)
- Mobile Device Exploitation Cookbook
- ElasticSearch Cookbook(Second Edition)
- C語言程序設計簡明教程:Qt實戰
- Building Serverless Architectures
- MongoDB Cookbook(Second Edition)