The Wayback Machine - https://web.archive.org/web/20201103092844/https://github.com/topics/julia
Skip to content
#

The Julia Language

julia logo

Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.

Here are 2,669 public repositories matching this topic...

julia
dash
Pluto.jl
klaff
klaff commented Oct 9, 2020

Create a new notebook, add cells containing @__FILE__ and @__DIR__. Then move the file from the default location to a new name and location. For fun, add additional cells containing @__FILE__ and @__DIR__. Note that re-running the cells which display the out-of-date results does not cause them to update their results.

![image](https://user-images.githubusercontent.com/6796478/95547373

JuMP.jl
yordiak
yordiak commented Mar 5, 2020

The last few weeks I have to switched to JuMP in order to perform my (optimization) analysis. Having a look at the documentation related to "Query Solutions" I found that you can extract very useful information regarding the optimizations results.

Thus, I was thinking that it would be a nice all of this information to be presented in a table. I understand that not everything is useful for every

AshtonSBradley
AshtonSBradley commented Oct 24, 2020

In UnicodePlots.jl, there is a heatmap() command that seems to work well, but is absent from Plots.jl:

julia> heatmap([x^2+y^2 for x in LinRange(-10,10,100), y in LinRange(-10,10,100)])
ERROR: The backend must not support the series type Val{:heatmap}, and there isn't a series recipe defined.

Is it possible to add it?

yuri-la-torre-ortiz
yuri-la-torre-ortiz commented Mar 2, 2019

Hi there. It's my first day coding & I really appreciate this resource and I find it more or less easy to follow. However, I would recommend either providing a link to a glossary or simply having a glossary available for absolute beginners to explain terminology such as those referring to the various data types & examples given. Just to make the language a bit more accessible.

I'm enjoying

Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman

Released February 14, 2012

Organization
JuliaLang
Website
julialang.org
Wikipedia
Wikipedia

Related Topics

language
You can’t perform that action at this time.