scispace - formally typeset
J

Jeff Bezanson

Researcher at Massachusetts Institute of Technology

Publications -  11
Citations -  5499

Jeff Bezanson is an academic researcher from Massachusetts Institute of Technology. The author has contributed to research in topics: Multiple dispatch & Compiler. The author has an hindex of 8, co-authored 11 publications receiving 3058 citations.

Papers
More filters
Journal ArticleDOI

Julia: A Fresh Approach to Numerical Computing

TL;DR: The Julia programming language as mentioned in this paper combines expertise from the diverse fields of computer science and computational science to create a new approach to numerical computing, which is designed to be easy and fast and questions notions generally held to be “laws of nature" by practitioners of numerical computing.
Posted Content

Julia: A Fresh Approach to Numerical Computing

TL;DR: The Julia programming language as discussed by the authors combines expertise from the diverse fields of computer science and computational science to create a new approach to numerical computing, which is designed to be easy and fast.
Posted Content

Julia: A Fast Dynamic Language for Technical Computing

TL;DR: Julia is presented, a new dynamic language for technical computing, designed for performance from the beginning by adapting and extending modern programming language techniques, which enables an expressive programming model and successful type inference, leading to good performance for a wide range of programs.
Journal ArticleDOI

Julia: dynamism and performance reconciled by design

TL;DR: This paper details the design choices made by the creators of Julia and reflects on the implications of those choices for performance and usability.
Proceedings ArticleDOI

Array Operators Using Multiple Dispatch: A design methodology for array implementations in dynamic languages

TL;DR: The Julia language as mentioned in this paper provides a trade-off between flexibility and compile-time analysis by expressing key functions such as array indexing using multi-method signatures, in a way that is both relatively easy to write and amenable to compiler analysis.