The Wayback Machine - https://web.archive.org/web/20210624073623/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 3,281 public repositories matching this topic...

dash
Pluto.jl
JuMP.jl
ufechner7
ufechner7 commented May 30, 2021

According to the documentation you can do:

on(events(fig).keyboardbutton) do event
    if event.action in (Keyboard.press, Keyboard.repeat)
        event.button == Keyboard.left   && move_left()
        event.button == Keyboard.up     && move_up()
        event.button == Keyboard.right  && move_right()
        event.button == Keyboard.down   && move_down()
    end
    # Let the event 

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