- Getting Started with Julia
- Ivo Balbaert
- 87字
- 2021-07-23 20:34:08
Other editors and IDEs
For terminal users, the available editors are as follows:
- Vim together with
Julia-vim
works great (https://github.com/JuliaLang/julia-vim) - Emacs with
julia-mode.el
from the https://github.com/JuliaLang/julia/tree/master/contrib directory
On Linux, gedit is very good. The Julia plugin works well and provides autocompletion. Notepad++ also has Julia support from the contrib
directory mentioned earlier.
The SageMath project (https://cloud.sagemath.com/) runs Julia in the cloud within a terminal and lets you work with IPython notebooks. You can also work and teach with Julia in the cloud using the JuliaBox platform (https://juliabox.org/).
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- JMeter 性能測試實戰(第2版)
- Vue.js 3.x從入門到精通(視頻教學版)
- Magento 2 Development Cookbook
- Linux環境編程:從應用到內核
- 飛槳PaddlePaddle深度學習實戰
- Node.js全程實例
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 軟件供應鏈安全:源代碼缺陷實例剖析
- Mastering C++ Multithreading
- Tkinter GUI Application Development Blueprints
- 大象:Thinking in UML(第二版)
- Jenkins 2.x實踐指南
- 精通Spring MVC 4