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

julia
KristofferC
KristofferC commented Nov 1, 2020

One of the main use cases of lpad and rpad is, at least for me personally, to align things in the terminal. However, lpad and rpad are defined (and documented) to work in terms of code units (i.e. they call length on the input string) which means that when length and textwidth disagree, you get unaligned output:

julia> s1 = "⟨k|H₁|k̃⟩"
"⟨k|H₁|k̃⟩"
julia> s2 = "⟨k|H₁|k⟩"
"⟨
dash
Pluto.jl
fonsp
fonsp commented Nov 22, 2020

Last I checked, Pluto does not pass tests on Julia 1.6 because something changed internally in the method table ordering. Run the tests to see what's up.

If you are comfortable with building Julia from source, and if you have some experience with manipulating method tables in Julia, then this would be a good issue to help out Pluto, without working on javascript!

JuMP.jl
remi-garcia
remi-garcia commented Nov 9, 2020

I would like to access the objective coefficients yet it just possible to access the function as an expression.
My solution would be:

"""
    objective_coefficient(model::Model, variable::VariableRef)

Return the coefficient associated with `variable` in the objective function. See
also [`set_objective_coefficient`](@ref).

Note: this function will throw an error if a nonlinear o
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.