Skip to content

Commit

Permalink
Improve ABOUT.md phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann authored Feb 22, 2017
1 parent 19d7ef5 commit e148a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ABOUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Interesting features include:
- Easy to use interfaces to call libraries written in other languages, such as [C, Fortran](http://docs.julialang.org/en/stable/manual/calling-c-and-fortran-code/) and [Python](https://github.com/JuliaPy/PyCall.jl), directly.
- [Multiple dispatch](http://docs.julialang.org/en/stable/manual/methods/#man-methods)
- A dynamic, nominative and parametric [type system](http://docs.julialang.org/en/stable/manual/types/).
- Homoiconicity: Julia code can be represented in Julia itself, making it a good language to get into [metaprogramming](http://docs.julialang.org/en/stable/manual/metaprogramming/).
- Homoiconicity: Julia code can be represented in Julia itself, making it a good language to learn about [metaprogramming](http://docs.julialang.org/en/stable/manual/metaprogramming/).

The first public release was in 2012. You can find out more about the motivation behind it in the blog post ["Why We Created Julia"](http://julialang.org/blog/2012/02/why-we-created-julia) by the core developers.

Expand Down

0 comments on commit e148a9b

Please sign in to comment.