Hi,
I was wondering what the fastest way is to do this benchmark in Sage:
┌┐
│ Sage Version 6.4, Release Date: 2014-11-14 │
│ Enhanced for SageMathCloud.│
└─
On Sat, Jan 17, 2015 at 2:02 PM, John H Palmieri wrote:
>
>
> On Saturday, January 17, 2015 at 10:28:22 AM UTC-8, Jernej Azarija wrote:
>>
>> Hello,
>>
>> I have to use Sage from an external comand and in order to do so I'll need
>> to rely on the exit status given by Sage. Considering a trivial e
On Saturday, January 17, 2015 at 10:28:22 AM UTC-8, Jernej Azarija wrote:
>
> Hello,
>
> I have to use Sage from an external comand and in order to do so I'll need
> to rely on the exit status given by Sage. Considering a trivial example
>
> =
> $ cat foo.sage
> exit(0)
> ===
I suppose there is a bug in the sage bash script?
===
101
102 # Return $out
103 echo "$out"
104 }
===
should that be exit actually?
On Saturday, 17 January 2015 19:28:22 UTC+1, Jernej Azarija wrote:
>
> Hello,
>
> I have to use Sage from an external comand and i
Hello,
I have to use Sage from an external comand and in order to do so I'll need
to rely on the exit status given by Sage. Considering a trivial example
=
$ cat foo.sage
exit(0)
=
I get the following behaviour
=
$ sage la.sage
0
$ echo $?
1
=
> If you click on the text in the editor
Huh, I didn't see anything like that - all I saw was the basic webpage.
Because of all the icons, maybe I didn't know there was an editor view.
(There really is a surfeit of icons!)
By the way basically in SMC doing
>
> %foo blah
>
> is the same as