-
This is an idea for the long-run, not a "please do now" request. I don't know if the right place for such discussion is here; let me know.
I think the architecture of the system should be more modula…
-
Continued from #308
Any possibility this can be moved to MIT? The ruby plugin is MIT.
If the issue is real world ramification I just had to rebase stuff out of a repo due to finding a worker copied…
-
|[](https://github.com/markrwilliams)| @markrwilliams reported|
|-|-|
|Trac ID|trac#8503|
|Type|enhancement|
|Created|2016-06-26 05:35:23Z|
|Branch|https://github.com/twisted/twisted/tree/8503-markrwi…
-
e.g. https://github.com/MonsantoCo/docker-min-jessie/blob/master/Dockerfile#L13-L14
-
Following instructions at https://github.com/dropbox/pyston/blob/master/docs/INSTALLING.md
```
$ freebsd-version; uname -a
11.0-CURRENT
FreeBSD z600 11.0-CURRENT FreeB…
-
Here is my source code:
``` java
def foo(a):
f=a*5
return f
def minus(a,b):
e=a-b+foo(5)
return e
def add(a,b):
c=a+b
d=minus(c,1)
print d
return d
s=add(22,66)
```
H…
-
Trying to compile with Clang 3.7 results in the following errors because of `-Werror` and the new [move warnings](http://llvm.org/releases/3.7.0/tools/clang/docs/ReleaseNotes.html#improvements-to-clan…
-
In Python, there's a special Ellipsis object that can be used as part of list slicing. This object is defined in Pyston, but isn't being used.
e.g.
```
range(10)[:,:,...]
```
-
I just opened page with alternative Python implementations (https://www.python.org/download/alternatives/) and have wondered that links not working anymore.
List of bad links and ways to fix them I a…
-
Here is my input:
```
def add(a,b):
c=a+b
return c
s=add(22,33)
print s
```
here is my command line
```
./pyston -Snvv aaa.py
```
here is the output IR:
```
define %"class.pyston::Box"* …