+ All Categories
Home > Documents > l43 other packages and languages - California Institute of...

l43 other packages and languages - California Institute of...

Date post: 26-Jul-2020
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
21
Lesson 43 other packages and languages Justin Bois BE/Bi/NB 203, June 24, 2017
Transcript
Page 1: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Lesson 43 other packages and languages

Justin Bois BE/Bi/NB 203, June 24, 2017

Page 2: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956
Page 3: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956
Page 4: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956
Page 5: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956
Page 6: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956
Page 7: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Compiled languages

John Backus1956

Page 8: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Compiled languages

Brian Kernighan Dennis Ritchie

1972

Page 9: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Compiled languages

Bjarne Stroustrup1983

Page 10: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Compiled/interpreted languages

James Gosling1995

Page 11: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Compiled/interpreted languages

Martin Odersky2003

Page 12: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Dynamic languages

Guido van Rossum1991

Page 13: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Dynamic languages

Yukihiro Matsumoto1995

Page 14: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Languages for the web

Brendan Eich1995

Page 15: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Science-specific languages

John Chambers1976

S

Page 16: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Science-specific languages

1993

Page 17: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Science-specific languages

Cleve Moler1976

(Octave is a Matlab clone)

Page 18: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Science-specific languages

Stephen Wolfram1988

Page 19: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Science-specific languages

2012

Page 20: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Julia: a major part of the future?

Large (and rapidly growing) set of packages

Ability to call Python functions (and vice versa)

Built-in package manager

Entirely JITted, very fast

Free and open source

Page 21: l43 other packages and languages - California Institute of ...bois.caltech.edu/bootcamp/l43_other_packages_and_languages.pdf · BE/Bi/NB 203, June 24, 2017. Compiled languages 1956

Julia: a major part of the future?

time relative to C


Recommended