Re: [sage-support] Re: SAGE and .NET interoperability.

2010-01-08 Thread Dag Sverre Seljebotn
On Fri, 2010-01-08 at 07:10 -0800, Dima Pasechnik wrote: > > On Jan 8, 11:02 pm, Dag Sverre Seljebotn > wrote: > > On Fri, 2010-01-08 at 06:51 -0800, dimpase wrote: > > > > > On Jan 8, 9:59 pm, kcrisman wrote: > > > > > no, it doesn't give you *

Re: [sage-support] Re: SAGE and .NET interoperability.

2010-01-08 Thread Dag Sverre Seljebotn
On Fri, 2010-01-08 at 06:51 -0800, dimpase wrote: > > On Jan 8, 9:59 pm, kcrisman wrote: > > > no, it doesn't give you *any* reasonable figures, at all! > > > In fact, I am sure lots of people (a vast majority) are running Cygwin > > > (or Mingw - a clone of Cygwin) apps on their Windows boxes wi

Re: [sage-support] SAGE and .NET interoperability.

2010-01-03 Thread Dag Sverre Seljebotn
Jaap Spies wrote: > Dr. David Kirkby wrote: >> William Stein wrote: >> But that is very different from a native Windows port, which was I thought we were talking about. >>> We are talking about porting Sage to windows. I will leave it to the >>> lawyers to define "native Windows p

Re: [sage-support] Re: An abbreviation for lambda?

2009-12-14 Thread Dag Sverre Seljebotn
Robert Bradshaw wrote: > On Dec 14, 2009, at 11:43 AM, Carlos Córdoba wrote: > >> I have to agree with Marshall, because it could be confusing for new >> sage users that come from python to see such a different syntax >> meaning. >> >> But what about the Mathematica syntax? Could it be adopted

Re: [sage-support] Re: An abbreviation for lambda?

2009-12-14 Thread Dag Sverre Seljebotn
Jason Grout wrote: > kcrisman wrote: > >> On Dec 14, 9:19 am, Carlos Córdoba wrote: >> >>> I don't think it would be so hard to do but this could break >>> interoperability with Python, the language on which Sage is based. Besides >>> it could make Sage like a dialect of python, something

[sage-support] Re: random number generation from cython

2009-11-04 Thread Dag Sverre Seljebotn
Flavio Coelho wrote: > Thanks for the pointer, > > but randstate.pyx, which allows one to choose between differents RNGs, > offers the built-in python RNG as a python object. > > on line 561 it does a > import random > rand = random.Random() > return rand > > What I am looking for is a way to c

[sage-support] Re: Python lists and removals

2009-10-27 Thread Dag Sverre Seljebotn
Robert Bradshaw wrote: > On Oct 27, 2009, at 3:15 AM, Francois Maltey wrote: > > >> Hello, >> >> I'm an old lisp-list user and python is my first use of dynamic >> array-list. >> >> Complexity for lisp-list is constant and fast o(1) when we add a new >> element at the head of the list. >> (co

[sage-support] Re: Python lists and removals

2009-10-26 Thread Dag Sverre Seljebotn
kcrisman wrote: > Dear support, > > I'm trying to resolve #7315 and have discovered something that > disturbs me, but probably is reasonable to someone who really > understands Python lists. Namely: > > {{{ L=[1,2,3,4] for x in L: > ... L.remove(x) > ... x > ... L > ... >

[sage-support] Re: graphic with R statistic program

2009-10-23 Thread Dag Sverre Seljebotn
Vincent Delecroix wrote: > Hi, > > I'm working on simple statistic example for which I use the SAGE > interface of the R program. I'm not able to plot a graphic. > > In R we use : > {{{ > R: x <- (1, 1, 1, 2, 3, 3, 4, 5, 5, 6) > R: hist(x) > }}} > > I try the following in SAGE (version 4.1) : > {{

[sage-support] Re: changeing sage -b (cython)

2009-07-29 Thread Dag Sverre Seljebotn
Robert Bradshaw wrote: > On Jul 29, 2009, at 1:14 PM, dagss wrote: > >> On Jul 29, 7:22 pm, Robert Bradshaw >> wrote: >>> On Jul 29, 2009, at 9:46 AM, Dag Sverre Seljebotn wrote: >>> >>> >>> >>>> Robert Bradshaw wrote: &g