programming-language
Here are 3,017 public repositories matching this topic...
-
Updated
May 6, 2020 - Kotlin
julia> replace("Keno", 'e'=>"abc", 'f'=>'g', 'a'=>'z')
ERROR: MethodError: no method matching similar(::String, ::Type{Any})
Closest candidates are:
similar(::Array{T,1}, ::Type) where T at array.jl:357
similar(::Array{T,2}, ::Type) where T at array.jl:358
similar(::Array, ::Type, ::Tuple{Vararg{Int64,N}}) where N at array.jl:360
...
Stacktrace:
[1] _similar_or_copy(::String,
-
Updated
May 6, 2020 - V
Hi all! After working on it for 3 months, I'm excited to announce that the first draft of 《文言陰符:文言文編程入門》, Introduction to Programming in Wenyan is available! It is an introduction to wenyan-lang as well as programming in general, written completely in idiomatic Classical Chinese! Check it out!
You can either download an authentic-looking [PDF](https://g
-
Updated
May 2, 2020
-
Updated
May 4, 2020 - Shell
-
Updated
May 1, 2020 - JavaScript
-
Updated
Apr 22, 2020 - Perl
In signatures, it would be nice to name unnamed args just for documentation purposes:
let x : (firstArg : int, secondArg : string) => int;
-
Updated
Apr 29, 2020 - Rust
In the version deployed at http://play.witheve.com/#/examples/quickstart.eve the hover text for sidebar expand/collapse button is reversed. Look through the repo for the offending code but could not find it.
-
Updated
Oct 4, 2019
Our docs show:
dart --enable-experiment super-mixins
This format does not work on the VM. It should be:
dart --enable-experiment=super-mixins
-
Updated
Apr 24, 2020
-
Updated
May 6, 2020 - Red
-
Updated
May 5, 2020 - C
-
Updated
May 5, 2020 - JavaScript
-
Updated
May 6, 2020 - Go
-
Updated
May 6, 2020 - Java
-
Updated
Apr 25, 2020 - Clojure
Hi there, I'm trying to build Haxe with OCaml 4.02.3 and dune 1.11.4. When I try running make however, I get this error:
File "libs/javalib/jData.ml", line 1:
Error: Some fatal warnings were triggered (2 occurrences)
ocamlc libs/mbedtls/mbedtls_stubs.o (exit 2)
(cd _build/default/libs/mbedtls && /home/admin/.opam/4.02.3/bin/ocamlc.opt -g -ccopt -O -ccopt -fno-defer-pop -ccopt -Wall
-
Updated
May 5, 2020 - Python
-
Updated
Apr 29, 2020 - JavaScript
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:
-
Updated
Jun 25, 2019 - Swift
-
Updated
Mar 23, 2020 - C
Motivation
In supercollider/supercollider#4572 we discussed the need for better documentation on when collection functions test on equality vs identity. For instance, SequenceableCollection:indexOf tests on identity, but you wouldn't know it f
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
-
Updated
Apr 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.
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."
What is the URL of the page with the issue?
https://pkg.go.dev/golang.org/x/vgo/vendor/cmd/go/internal/modfile
What did you do?
Open https://godoc.org/golang.org/x/vgo/vendor/cmd/go/internal/modfile
which says I should check out https://pkg.go.dev/golang.org/x/vgo/vendor/cmd/go/internal/modfile
What did you expect to see?
Documentation of golang.org/x/vgo/vendor