Skip to content
#

programming-language

Here are 4,021 public repositories matching this topic...

julia
jamblejoe
jamblejoe commented May 4, 2021
julia> firstindex(enumerate(1:3))
ERROR: MethodError: no method matching firstindex(::Base.Iterators.Enumerate{UnitRange{Int64}})
Closest candidates are:
  firstindex(::Any, ::Any) at abstractarray.jl:366
  firstindex(::Pair) at pair.jl:63
  firstindex(::AbstractChar) at char.jl:195
  ...

Shouldn't this be defined? The return of iterate(enumerate...) is a tuple of an index and t

ponyc
autumnblazey
autumnblazey commented Apr 18, 2021

Hey! I was trying to build Pony from source, and I found out that when running make libs it clones the LLVM repo as a submodule. This is fine, but it appears that the LLVM repo is really big (1.5GB I think). Is it possible to create a shallow clone (with --depth 1)?

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!

  • Updated May 7, 2021
  • Red
aryairani
aryairani commented Mar 28, 2020

Current behavior:

.> view ##Nat

  ⚠️
  
  The following names were not found in the codebase. Check your spelling.
    ##Nat

.> names ##Nat

  😶
  
  I couldn't find anything by that name.

.> alias.type ##Nat Nat

  Done.

.> names ##Nat

  Type
  Hash:  ##Nat
  Names: Nat

.> view ##Nat

  -- Nat is built-in.

Desired behavior would be something like:

精心收集并分类整理的Swift开发学习资源,包括Apple官方提供的示例代码和文档,以及github上的项目和国内外开发者的技术博客。欢迎提交pull-request一起维护。https://t.me/SwiftCN QQ交流群 32958950 申请请注明开发经验

  • Updated Feb 3, 2021
  • Swift

Improve this page

Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."

Learn more