[sage-devel] Re: How to build patch for documentation

2012-04-12 Thread Keshav Kini
ancienthart writes: > Hi guys, wanted to have a crack at the following trac ticket. > http://trac.sagemath.org/sage_trac/ticket/9824 > Basically the documentation at http://www.sagemath.org/doc/reference/sage/ > calculus/desolvers.html#sage.calculus.desolvers.desolve_system > needs to be changed s

Re: [sage-devel] weird version issue

2012-04-12 Thread Dan Drake
On Thu, 12 Apr 2012 at 09:06PM +0100, John Cremona wrote: > Looking at the install log I first saw the message "Installing GCC > because your 'gcc' is not so recent." The same message is used when you have gcc 4.6.1, which is quite recent. The message also appears when building the documentation,

[sage-devel] Attn: Confidential

2012-04-12 Thread Joachim Dahl
Hello, How are you doing today? I know this might be a surprise to you but am sorry to reach out to you in this manner. I apologize for not informing you about my travel to Scotland for a workshop on financial optimization. Everything is going fine but there's a little problem, I misplaced my walle

[sage-devel] Re: Julia

2012-04-12 Thread Simon King
Hi! On 12 Apr., 16:41, rjf wrote: > OMG I put in an extra space and my indentation is wrong. Somewhere. I > wonder where? +1. One of my first Sage patches was about fixing a wrong indentation that resulted in some line of code not being executed. Cheers, Simon -- To post to this group, send a

[sage-devel] weird version issue

2012-04-12 Thread John Cremona
I may be going mad but: I just built sage-5.0.beta13 on a machine where I had not built sage since 4.7. It went fine, apparently. Without changing directories after the build finished I typed ./sage and was surprised to see the banner for 4.7 appeared. Looking at the install log I first saw the

[sage-devel] Re: Julia

2012-04-12 Thread rjf
On Apr 12, 2:47 am, Volker Braun wrote: > In other words, the reason why many programmers don't like lisp is >   * OMG I forgot a closing parenthesis, where is it actually, a proper editor for lisp keeps the parentheses well in hand. Personally I find it quite convenient to see the automaticall

[sage-devel] Re: How to build patch for documentation

2012-04-12 Thread kcrisman
On Apr 12, 9:57 am, ancienthart wrote: > Hi guys, wanted to have a crack at the following trac > ticket.http://trac.sagemath.org/sage_trac/ticket/9824 > Basically the documentation > athttp://www.sagemath.org/doc/reference/sage/calculus/desolvers.html#sa... > needs to be changed so that it's c

[sage-devel] Re: OS X 10.7 testing again

2012-04-12 Thread Bruce Cohen
> I will try again after installing the latest version: > XCode 4.3.2 and ctools_late_march12 Update. Same problem make[1]: *** [installed/ecm-6.3.p4] Error 1 -Bruce On Apr 11, 6:11 pm, Bruce Cohen wrote: > I've borrowed a new Mac Air from and installed the following > MacOS 10.7.3, XCode 4.

[sage-devel] Re: Julia

2012-04-12 Thread Bill Hart
Julia is, at the moment, my favourite programming language. It uses LLVM as the back end for speed. It is a dynamic language like Python, but to make it really fast they use dynamic type inference behind the scenes. The compiler is insanely clever. Moreover, unlike Cython, Julia has an interactiv

[sage-devel] How to build patch for documentation

2012-04-12 Thread ancienthart
Hi guys, wanted to have a crack at the following trac ticket. http://trac.sagemath.org/sage_trac/ticket/9824 Basically the documentation at http://www.sagemath.org/doc/reference/sage/calculus/desolvers.html#sage.calculus.desolvers.desolve_system needs to be changed so that it's clear what form ics

[sage-devel] Re: OS X 10.7 testing again

2012-04-12 Thread Paul-Olivier Dehaye
I don't really know what's going on, I was hoping it would be as simple as "make", but it failed for me too. Error installing package ecm-6.3.p4 Pleas

Re: [sage-devel] Re: inferior sage in emacs, bug?

2012-04-12 Thread Ivan Andrus
On Apr 11, 2012, at 4:32 PM, Benjamin Jones wrote: > On Wed, Apr 11, 2012 at 4:16 AM, Ivan Andrus wrote: >> On Apr 11, 2012, at 10:34 AM, Ivan Andrus wrote: >> >>> FWIW, I've been meaning to make an spkg with my changes (adding AUCTeX >>> support for SageTeX). It would also include customization

Re: [sage-devel] Re: inferior sage in emacs, bug?

2012-04-12 Thread Ivan Andrus
On Apr 11, 2012, at 3:52 PM, Florent Hivert wrote: > Hi, > >> Perhaps we should make my fork the "official" sage-mode repository so that >> Nick no longer has to be involved. > > I've write (maybe even admin) access on Nick's repo I'm pretty sure he will > agree to give your the same right.

[sage-devel] Re: Julia

2012-04-12 Thread Volker Braun
In other words, the reason why many programmers don't like lisp is * OMG I forgot a closing parenthesis, where is it * my parentheses keys have worn off * can't time with sub-millisecond accuracy * uncaught exceptions ;-) On Thursday, April 12, 2012 2:41:30 AM UTC+1, rjf wrote: > > I w