- Julia 1.0 Programming Complete Reference Guide
- Ivo Balbaert Adrian Salceanu
- 77字
- 2021-06-24 14:21:47
Summary
In this chapter, we explored different control constructs, such as if and while. We also saw how to catch exceptions with try or catch, and how to throw our own exceptions. Some subtleties of scope were discussed, and finally, we got an overview of how to use coroutines in Julia with tasks. Now we are well-equipped to explore more complex types that consist of many elements. This is the topic of the next chapter, Collection Types.
推薦閱讀
- Learning PostgreSQL
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 基于Java技術的Web應用開發
- Linux網絡程序設計:基于龍芯平臺
- 深入理解Java7:核心技術與最佳實踐
- Oracle Database 12c Security Cookbook
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Learning JavaScript Data Structures and Algorithms
- 編程菜鳥學Python數據分析
- HTML5+CSS3 Web前端開發技術(第2版)
- Visual Basic程序設計上機實驗教程
- 時空數據建模及其應用
- Android群英傳
- Modern C++ Programming Cookbook