-
**What programming language should we add?**
APL. It may seem like a weird phenomenon from the 1970s, but it has a lot to teach a modern programmer. I'm currently learning it, finding it extremely …
-
We need a new brand name for the set of specifications that will be created by the new community process. This brand name will also become a certification mark in the industry for compatible, independ…
-
A redesign of the standard library is on the roadmap for one of the next Scala versions (could be as early as 2.13). Some requirements for the redesign should be:
1. Normal usage of collections should…
-
I've started working on the revised 2nd Edition of Python for Data Analysis. The agenda / table of contents is not set in stone, though!
Any comments on the existing content or requests for new conte…
-
Currently, `transpose` is recursive. This is pretty unintuitive and leads to this unfortunateness:
```jl
julia> A = [randstring(3) for i=1:3, j=1:4]
3×4 Array{String,2}:
"J00" "oaT" "JGS" "G…
-
I've been working on an esoteric programming language for my AP CSP create task but I hit a brick wall about an hour ago. I was working on implementing mathematical operations in my language, but the …
-
_From [julian.r...@googlemail.com](https://code.google.com/u/107651864577259151853/) on March 01, 2013 11:36:39_
What steps will reproduce the problem? 1. run test case What is the expected output? W…
meg23 updated
7 years ago
-
It seems that the dependence on the
operating system library, the libpg, is a
[show-stopper](http://stackoverflow.com/questions/6040583/cant-find-the-libpq-fe-h-header-when-trying-to-install-pg-gem…
-
As of 0.17.x Crystal's syntax for Tuple and NamedTuples is as follows:
``` crystal
# A Tuple
tuple = {1, "hello", 'x'}
# A NamedTuple
named_tuple = {name: "Crystal", year: 2011}
```
I have a p…
-
by **fmccabe**:
I have been working on a programming language, also called Go, for the last 10 years.
There have
been papers published on this and I have a book.
I would appreciate it if google cha…