The Wayback Machine - https://web.archive.org/web/20210501125256/https://github.com/topics/programming-language
Skip to content
#

programming-language

Here are 3,998 public repositories matching this topic...

julia
palday
palday commented Apr 26, 2021
julia> versioninfo()
Julia Version 1.7.0-DEV.1011
Commit 4e176ac965* (2021-04-26 08:26 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Xeon(R) E-2288G CPU @ 3.70GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Environment:
  JULIA_EDITOR = code
  JULIA_NUM_THREADS = 8

julia> Float64(-2)^5
-32.0

julia> Float32(-2)^5
E
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 1, 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