Skip to content
#

programming-language

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

julia
tomhaber
tomhaber commented Sep 1, 2020

Calling the extrema function on a SparseArray falls back to iterating over all elements on the Array (including zeros).
This makes it extremely slow for large sparse matrices. It would be better to compute the extrema of the nonzeros and then account for the zeros (if there are zeros).

Kind regards,
Tom

hypotext
hypotext commented Aug 25, 2020

Currently, labels are placed in a very ad-hoc manner, by applying repel/atDist/etc objectives and constraints in a very brittle way in the Style program. The goal is to come up with a general, fast, flexible, label-specific layout strategy that also works with the rest of the diagram.

It is easy to get started with some small existing Penrose diagrams, and working to improve their labeling

ponyc
SeanTAllen
SeanTAllen commented May 18, 2020
➜ corral --help=false
ERRR: Error: missing subcommand at: 'corral'

and yet...

Options:
   -g, --debug=0             Configure debug output: 0=off, 1=err, 2=warn, 3=info, 4=fine.
   -n, --nothing=false       Don't actually apply changes.
   -h, --help=false

according to the options, that should work.

Options shouldn't have "=false" as the default displayed really.

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 Aug 28, 2020
  • 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 Jun 25, 2019
  • Swift
Samrose-Ahmed
Samrose-Ahmed commented Mar 9, 2020

Really nice project.

Writing in coconut files, you lose all the IDE integrations for Python. For example, I use VSCode and all the intellicode and hints of course doesn't work for cocount.

I am not too familiar but perhaps theres needs to be a separate language server or maybe you could leverage the existing Python integrations. Either way, better IDE integration wo

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

You can’t perform that action at this time.