Julia functions in TypeScript

TypeScript implementations of 11 Julia standard library functions across 1 module. Each function is individually importable and tree-shakeable.

Base

We have 11 Julia functions so far - help us add more

Got a rainy Sunday afternoon and a taste for a porting puzzle?

  • Get inspiration from the Julia documentation.
  • Click "New file" in the appropriate folder on GitHub. This will fork the project to your account, directly add the file to it, and send a Pull Request to us.

We will then review it. If it's useful to the project and in line with our contributing guidelines your work will become part of Locutus and you'll be automatically credited in the authors section accordingly.

Upstream Surface Inventory 11/1335 shipped · 28 next 1%

Locutus tracks 35 upstream namespaces for Julia and sorts them into what is already shipped, what we still want, what we intentionally keep, and what still needs a decision.

This inventory now tracks Julia's sane official stdlib/core module surface, excluding binary wrapper modules and tooling-only modules that are not realistic Locutus targets.

1% catalog shipped
Shipped Next Explicit non-goals
Base 1% Statistics 0% Base64 0% Printf 0% TOML 0% CRC32c 0% UUIDs 0% ArgTools 0% Artifacts 0% Dates 0% DelimitedFiles 0% Distributed 0% Downloads 0% FileWatching 0% Future 0% InteractiveUtils 0% LazyArtifacts 0% LibCURL 0% Libdl 0% LibGit2 0% LinearAlgebra 0% Logging 0% Markdown 0% Mmap 0% NetworkOptions 0% Pkg 0% Random 0% Serialization 0% SHA 0% Sockets 0% SparseArrays 0% StyledStrings 0% SuiteSparse 0% Tar 0% Unicode 0%
Tracked namespaces 35
Shipped 11/1335
Next to port 28
Explicit non-goals 1296

In progress

Base

Julia 1.11 · Catalog source: live runtime snapshot julia:1.11:Base

61% shipped
11/18 shipped 7 next 836 explicit non-goals
Shipped (11)

Next

Numeric boundary helpers have a clean plain-value contract.

  • clamp

String containment helpers are useful plain-value targets.

  • contains

String replacement helpers are strong portability targets.

  • replace

String and collection reversal fits Locutus' plain-value model.

  • reverse

String splitting is a high-value plain-value target.

  • split

Scalar math helpers remain useful cross-language portability targets.

  • sqrt

Trimming helpers are strong plain-value targets.

  • strip
Explicit non-goals (836)
  • __precompile__ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • - Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • : Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • != Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • !== Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ' Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @__DIR__ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @__dot__ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @__FILE__ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @__LINE__ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @__MODULE__ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @allocated Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @allocations Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @assert Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @assume_effects Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @async Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @atomic Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @atomiconce Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @atomicreplace Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @atomicswap Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @b_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @big_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @boundscheck Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @ccall Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @cfunction Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @cmd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @coalesce Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @constprop Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @debug Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @deprecate Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @doc Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @elapsed Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @enum Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @error Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @eval Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @evalpoly Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @fastmath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @generated Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @gensym Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @goto Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @html_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @inbounds Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @info Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @inline Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @int128_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @invoke Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @invokelatest Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @isdefined Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @Kwargs Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @kwdef Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @label Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @lazy_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @locals Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @lock Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @lock_conflicts Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @macroexpand Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @macroexpand1 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @main Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @MIME_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @NamedTuple Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @noinline Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @nospecialize Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @polly Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @propagate_inbounds Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @r_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @raw_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @s_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @show Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @showtime Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @simd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @something Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @specialize Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @static Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @sync Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @task Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @text_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @threadcall Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @time Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @timed Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @timev Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @uint128_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @v_str Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @view Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @views Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • @warn Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • * Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • / Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • // Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • \ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • & Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • % Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ^ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ∈ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ∉ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ∋ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ∌ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • + Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ÷ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • < Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • <: Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • << Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • <= Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ≠ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • == Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • > Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • >: Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • >= Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • >> Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • >>> Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • | Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • |> Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ~ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ∘ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • √ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ∛ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ∜ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ∩ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ∪ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ≈ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ≉ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ≡ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ≢ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ≤ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ≥ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ⊆ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ⊈ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ⊇ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ⊉ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ⊊ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ⊋ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ⊻ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ⊼ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ⊽ Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • abs2 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • abspath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • accumulate Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • accumulate! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • acos Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • acosd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • acosh Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • acot Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • acotd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • acoth Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • acquire Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • acsc Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • acscd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • acsch Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • active_project Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • addenv Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • adjoint Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • all Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • all! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • allequal Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • allunique Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • angle Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • any Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • any! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • append! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • argmax Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • argmin Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ascii Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • asec Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • asecd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • asech Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • asin Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • asind Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • asinh Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • asyncmap Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • asyncmap! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • atan Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • atand Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • atanh Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • atexit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • atreplinit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • axes Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • backtrace Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • basename Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • big Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • bind Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • binomial Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • bitreverse Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • bitrotate Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • bitstring Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • broadcast Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • broadcast! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • bswap Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • bytes2hex Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • bytesavailable Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • catch_backtrace Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cbrt Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cconvert Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cglobal Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • checkbounds Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • checked_length Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • checkindex Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • chmod Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • chomp Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • chop Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • chopprefix Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • chopsuffix Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • chown Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • circcopy! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • circshift Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • circshift! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cis Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cispi Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • clamp! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cld Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • close Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • closewrite Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cmp Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • coalesce Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • code_lowered Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • code_typed Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • codepoint Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • codeunit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • codeunits Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • collect Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • complex Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • conj Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • conj! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • contractuser Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • convert Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • copy Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • copy! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • copyline Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • copysign Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • copyto! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • copyuntil Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cos Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cosc Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cosd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cosh Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cospi Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cot Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cotd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • coth Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • count Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • count_ones Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • count_zeros Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • count! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • countlines Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cp Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • csc Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cscd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • csch Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ctime Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cumprod Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cumprod! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cumsum Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • cumsum! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • current_exceptions Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • current_task Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • deepcopy Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • deg2rad Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • delete! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • deleteat! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • denominator Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • depwarn Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • detach Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • diff Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • digits Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • digits! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • dirname Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • disable_sigint Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • diskstat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • display Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • displayable Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • displaysize Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • div Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • divrem Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • download Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • dropdims Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • dump Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eachcol Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eachindex Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eachline Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eachmatch Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eachrow Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eachrsplit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eachslice Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eachsplit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • elsize Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eltype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • empty Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • empty! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • endswith Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • enumerate Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eof Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • eps Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • error Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • errormonitor Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • esc Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • escape_string Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • evalfile Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • evalpoly Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • exit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • exit_on_sigint Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • exp Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • exp10 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • exp2 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • expanduser Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • expm1 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • exponent Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • extrema Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • extrema! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • factorial Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • falses Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fdio Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fetch Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fieldcount Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fieldname Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fieldnames Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fieldoffset Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fieldtypes Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • filemode Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • filesize Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fill Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fill! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • filter Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • filter! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • finalize Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • finalizer Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • findfirst Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • findlast Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • findmax Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • findmax! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • findmin Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • findmin! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • findnext Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • findprev Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • first Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • firstindex Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fld Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fld1 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fldmod Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fldmod1 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • flipsign Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • float Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • floatmax Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • floatmin Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • flush Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fma Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • foldl Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • foldr Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • foreach Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fourthroot Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • frexp Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • front Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • fullname Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • functionloc Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • gcd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • gcdx Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • gensym Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • get Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • get_extension Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • get_zero_subnormals Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • get! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • gethostname Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • getindex Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • getkey Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • getpid Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • getproperty Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • gperm Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hardlink Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hasfield Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hash Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • haskey Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hasmethod Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hasproperty Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hcat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hex2bytes Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hex2bytes! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • homedir Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • htol Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hton Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hvcat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hvncat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • hypot Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • identify_package Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • identity Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ifelse Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ignorestatus Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • imag Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • in Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • in! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • include_dependency Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • include_string Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • indexin Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • insert! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • insorted Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • instances Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • intersect Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • intersect! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • inv Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • invmod Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • invokelatest Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • invperm Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • invpermute! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isabspath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isabstracttype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isambiguous Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isapprox Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isascii Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isassigned Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isbinaryoperator Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isbits Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isbitstype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isblockdev Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ischardev Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • iscntrl Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isconcretetype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isconst Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isdigit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isdir Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isdirpath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isdisjoint Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isdispatchtuple Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isdone Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isempty Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isequal Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • iseven Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isexecutable Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isexported Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isexpr Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isfifo Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isfile Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isfinite Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isidentifier Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isimmutable Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isinf Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isinteger Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isinteractive Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isless Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isletter Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • islink Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • islocked Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • islowercase Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ismarked Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ismissing Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ismount Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ismutable Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ismutabletype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isnan Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isnothing Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isnumeric Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isodd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isone Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isopen Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isoperator Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ispath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isperm Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ispow2 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isprimitivetype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isprint Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ispublic Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ispunct Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isqrt Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isreadable Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isreadonly Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isready Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isreal Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • issetequal Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • issetgid Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • issetuid Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • issingletontype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • issocket Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • issorted Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isspace Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • issticky Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isstructtype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • issubnormal Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • issubset Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • istaskdone Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • istaskfailed Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • istaskstarted Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • istextmime Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isunaryoperator Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isunordered Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isuppercase Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isvalid Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • iswritable Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • isxdigit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • iszero Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • iterate Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • jit_total_bytes Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • join Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • joinpath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • keepat! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • keys Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • keytype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • kill Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • kron Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • kron! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • last Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • lastindex Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • lcm Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ldexp Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • leading_ones Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • leading_zeros Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • length Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • link_pipe! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • load_path Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • locate_package Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • lock Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • log Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • log10 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • log1p Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • log2 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • logrange Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • lowercasefirst Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • lpad Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • lstat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • lstrip Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ltoh Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • macroexpand Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • map Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • map! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mapfoldl Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mapfoldr Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mapreduce Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mapslices Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mark Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • match Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • max Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • maximum Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • maximum! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • maxintfloat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • memoryref Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • merge Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • merge! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mergewith Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mergewith! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • methods Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • min Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • minimum Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • minimum! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • minmax Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mkdir Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mkpath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mktemp Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mktempdir Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mod Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mod1 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mod2pi Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • modf Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • modifyproperty! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • moduleroot Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mtime Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • muladd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • mv Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • nameof Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • names Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • nand Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ncodeunits Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ndigits Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ndims Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • nextfloat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • nextind Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • nextpow Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • nextprod Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • nonmissingtype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • nor Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • normpath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • notify Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • notnothing Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ntoh Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ntuple Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • numerator Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • objectid Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • occursin Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • oftype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • one Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • ones Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • oneunit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • only Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • open Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • operator_associativity Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • operator_precedence Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • operm Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pairs Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • parent Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • parentindices Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • parentmodule Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • parse Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • partialsort Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • partialsort! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • partialsortperm! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pathof Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • peek Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • permute! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • permutedims Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • permutedims! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • PipeBuffer Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pipeline Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pkgdir Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pkgversion Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pointer Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pointer_from_objref Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pop! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • popat! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • popdisplay Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • popfirst! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • position Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • powermod Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • precision Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • precompile Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • prepend! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • prevfloat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • prevind Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • prevpow Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • print Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • println Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • printstyled Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • process_exited Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • process_running Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • prod Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • prod! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • promote Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • promote_rule Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • promote_shape Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • promote_type Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • propertynames Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • push! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pushdisplay Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pushfirst! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • put! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • pwd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rad2deg Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rand Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • randn Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • range Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rationalize Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • read Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • read! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • readavailable Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • readbytes! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • readchomp Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • readdir Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • readeach Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • readline Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • readlines Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • readlink Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • readuntil Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • real Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • realpath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • redirect_stderr Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • redirect_stdin Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • redirect_stdio Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • redirect_stdout Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • redisplay Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • reduce Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • reenable_sigint Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • reim Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • reinterpret Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • release Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • relpath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rem Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rem2pi Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • remove_linenums! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • repeat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • replace! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • replaceproperty! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • repr Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • reset Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • reseteof Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • reshape Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • resize! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rest Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rethrow Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • retry Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • reverse! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • reverseind Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rm Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rot180 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rotl90 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rotr90 Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • round Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rounding Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rpad Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rsplit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • rstrip Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • run Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • runtests Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • samefile Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • schedule Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sec Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • secd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sech Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • seek Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • seekend Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • seekstart Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • selectdim Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • set_zero_subnormals Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • setcpuaffinity Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • setdiff Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • setdiff! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • setenv Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • setindex! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • setprecision Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • setproperty! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • setpropertyonce! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • setrounding Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • show Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • showable Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • showerror Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sign Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • signbit Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • signed Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • significand Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • similar Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sin Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sinc Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sincos Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sincosd Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sincospi Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sind Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sinh Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sinpi Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • size Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sizehint! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sizeof Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • skip Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • skipchars Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • skipmissing Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sleep Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • something Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sort Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sort! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sortperm! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sortslices Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • splat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • splice! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • split_rest Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • splitdir Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • splitdrive Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • splitext Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • splitpath Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sprint Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • stack Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • stacktrace Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • startswith Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • stat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • step Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • stride Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • strides Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • string Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • success Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sum Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • sum! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • summary Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • summarysize Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • supertype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • swapproperty! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • symdiff Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • symdiff! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • symlink Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • systemerror Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • tail Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • take! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • tan Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • tand Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • tanh Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • tanpi Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • task_local_storage Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • tempdir Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • tempname Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • textwidth Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • thisind Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • time Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • time_ns Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • timedwait Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • titlecase Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • to_index Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • to_indices Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • touch Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • trailing_ones Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • trailing_zeros Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • transcode Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • transpose Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • trues Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • trunc Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • truncate Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • trylock Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • tryparse Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • typeintersect Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • typejoin Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • typemax Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • typemin Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unescape_string Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • union Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • union! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unique Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unique! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unlock Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unmark Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_convert Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_copyto! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_load Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_modify! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_pointer_to_objref Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_read Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_replace! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_store! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_string Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_swap! Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_trunc Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_wrap Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsafe_write Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • unsigned Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • uperm Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • uppercasefirst Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • valtype Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • values Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • vcat Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • vec Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • vect Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • view Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • wait Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • walkdir Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • which Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • widemul Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • widen Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • windowserror Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • withenv Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • write Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • xor Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • yield Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • yieldto Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • zero Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • zeros Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.
  • zip Skip Julia Base is too broad and syntax- and runtime-heavy to treat as a general Locutus wishlist.

Statistics

Julia 1.11 · Catalog source: live runtime snapshot julia:1.11:Statistics

0% shipped
0/10 shipped 10 next 3 explicit non-goals

Next

Aggregate statistics helpers are strong plain-value portability targets in Julia.

  • cor
  • cov
  • mean
  • median
  • middle
  • quantile
  • std
  • stdm
  • var
  • varm
Explicit non-goals (3)
  • mean! Skip In-place statistics helpers mutate caller-owned arrays.
  • median! Skip In-place statistics helpers mutate caller-owned arrays.
  • quantile! Skip In-place statistics helpers mutate caller-owned arrays.

Base64

Julia 1.11 · Catalog source: live runtime snapshot julia:1.11:Base64

0% shipped
0/3 shipped 3 next

Next

Base64 encode and decode helpers are strong plain-value portability targets.

  • base64decode
  • base64encode
  • stringmime

Printf

Julia 1.11 · Catalog source: live runtime snapshot julia:1.11:Printf

0% shipped
0/3 shipped 3 next

Next

String formatting helpers are useful plain-value portability targets.

  • @printf
  • @sprintf
  • format

TOML

Julia 1.11 · Catalog source: live runtime snapshot julia:1.11:TOML

0% shipped
0/3 shipped 3 next 2 explicit non-goals

Next

TOML parsing and printing are useful plain-value portability targets.

  • parse
  • print
  • tryparse
Explicit non-goals (2)
  • parsefile Skip File-backed TOML entry points depend on host filesystem access.
  • tryparsefile Skip File-backed TOML entry points depend on host filesystem access.

CRC32c

Julia 1.11 · Catalog source: live runtime snapshot julia:1.11:CRC32c

0% shipped
0/1 shipped 1 next

Next

Checksum helpers have a clean scalar plain-value contract.

  • crc32c

UUIDs

Julia 1.11 · Catalog source: live runtime snapshot julia:1.11:UUIDs

0% shipped
0/1 shipped 1 next 3 explicit non-goals

Next

UUID inspection helpers have a clean plain-value contract.

  • uuid_version
Explicit non-goals (3)
  • uuid1 Skip UUID generators are lower-priority than direct parsing and inspection helpers.
  • uuid4 Skip UUID generators are lower-priority than direct parsing and inspection helpers.
  • uuid5 Skip UUID generators are lower-priority than direct parsing and inspection helpers.

Triaged as out of scope

ArgTools Julia 1.11
0/0 7 skipped
Artifacts Julia 1.11
0/0 7 skipped
Dates Julia 1.11
0/0 50 skipped
DelimitedFiles Julia 1.11
0/0 2 skipped
Distributed Julia 1.11
0/0 32 skipped
Downloads Julia 1.11
0/0 3 skipped
FileWatching Julia 1.11
0/0 7 skipped
InteractiveUtils Julia 1.11
0/0 23 skipped
LazyArtifacts Julia 1.11
0/0 7 skipped
LibCURL Julia 1.11
0/0 63 skipped
Libdl Julia 1.11
0/0 9 skipped
LibGit2 Julia 1.11
0/0 1 skipped
LinearAlgebra Julia 1.11
0/0 101 skipped
Logging Julia 1.11
0/0 9 skipped
Markdown Julia 1.11
0/0 4 skipped
Mmap Julia 1.11
0/0 1 skipped
NetworkOptions Julia 1.11
0/0 10 skipped
Pkg Julia 1.11
0/0 20 skipped
Random Julia 1.11
0/0 16 skipped
Serialization Julia 1.11
0/0 2 skipped
SHA Julia 1.11
0/0 28 skipped
Sockets Julia 1.11
0/0 19 skipped
SparseArrays Julia 1.11
0/0 22 skipped
StyledStrings Julia 1.11
0/0 7 skipped
Unicode Julia 1.11
0/0 2 skipped

Not yet triaged

Future Julia 1.11
0/0
SuiteSparse Julia 1.11
0/0
Tar Julia 1.11
0/0