Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Julia

You're reading from  Mastering Julia

Product type Book
Published in Jul 2015
Publisher
ISBN-13 9781783553310
Pages 410 pages
Edition 1st Edition
Languages

Interfacing with other programming environments


Julia has a rich and varied syntax, but it was always known that a vast wealth of code existed in object libraries covering a wide range of specialities. So, a simple mechanism to call functions from these libraries would prove to be useful, and a one-line native instruction call ccall() was added.

This has led to the development of packages that effectively wrap code around the existing application programming interfaces (APIs). An example would be to access a database that exposes an API to perform functions such as those to establish a database connection, to create and update records, and to execute queries.

Another major area of interoperability has been between Julia and Python, and we have already shown some evidence of that in using Python for displaying graphs and using the IPython system as a proxy IDE.

There is also some further work on interfacing with R, Java, and MATLAB, and I'll present a brief overview of this too later.

Calling...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}