guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnu-prog-discuss] Happy birthday Guile 2.0!


From: Nala Ginrut
Subject: Re: [gnu-prog-discuss] Happy birthday Guile 2.0!
Date: Fri, 17 Feb 2012 09:39:54 +0800

Besides, the BIG also can be use in Bash script. But if you didn't build BIG within Bash, you must load it in script each time:

------------test.sh--------------
#! /bin/bash

enable -f ./big big

e=5
a=$(big "(expt 2 ${e})")
echo "result is ${a}"
------------end---------------

$ ./test.sh
result is 32

BTW, if you made BIG a builtin command, which means put BIG into Bash src and build it. You can use BIG for Guile exp evaluation!
Enjoy!

On Fri, Feb 17, 2012 at 9:28 AM, Nala Ginrut <address@hidden> wrote:
Happy birthday!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]