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

julia
o314
o314 commented Oct 23, 2021
using Test
@test :(1 = 2) |> repr == Expr(:(=), 1, 2) |> repr == ":(1 = 2)"

but others (reserved) assignment ops are not shown as they are typed, eg in infix form but in prefix one.

@test :(1 := 2) |> repr == ":($(Expr(:(:=), 1, 2)))"

a small annoyance, but one that may easily be fixed by adding them to expr_infix_wide @ https://github.com/JuliaLang/juli

dash
Pluto.jl
Makie.jl
jonathan-laurent
jonathan-laurent commented Sep 10, 2021

In order to profile and optimize the current inference server architecture and best tune its hyper-parameters for various applications, it would be very useful for AlphaZero.jl to have a mode where it outputs a debugging timeline in which it is possible to easily visualize when each worker submits an inference request, when it gets an answer, and when inference concretely runs on the GPU (along wi

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