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 3,098 public repositories matching this topic...

julia
fonsp
fonsp commented Mar 25, 2021

Julia 1.6.0-rc3

runtests.jl:

using Test

d = Dict("hello" => "world")
@test keys(d) == ["hello"]

Test output:

     Testing Running tests...
Test Failed at /Users/fons/Documents/Pluto.jl/test/runtests.jl:4
  Expression: keys(d) == ["hello"]
   Evaluated: ["hello"] == ["hello"]
ERROR: LoadError: There was an error during testing
in expression starting at /Users/
dash
Pluto.jl
fonsp
fonsp commented Apr 16, 2021

Besides being a great interactive programming environment, Pluto is also a carefully engineered.... web server? That's right! To make Pluto work, we spent a lot of time into making a static asset server + websocket server. They are actually pretty good! We might want to split it into its own package one day.

As part of making Pluto a good web server (which benefits the project in numerous ways)

JuMP.jl
lazarusA
lazarusA commented Apr 20, 2021

the following
to_colormap((Reverse(:plasma), 0.6))
gives this error.

StackOverflowError:

Stacktrace:
[1] copy
@ ./broadcast.jl:930 [inlined]
[2] materialize
@ ./broadcast.jl:883 [inlined]
[3] convert_attribute(cm::Vector{Any}, ::AbstractPlotting.Key{:colormap}, n::Int64)
@ AbstractPlotting ~/.julia/packages/AbstractPlotting/FPbrI/src/conversio

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